[syslinux:master] pxelinux: use alignb not alignz in a bss sections

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Mon Jun 21 15:18:16 PDT 2010


Commit-ID:  837c24157e599cff5d6ed2cc2af1891aaed77a65
Gitweb:     http://syslinux.zytor.com/commit/837c24157e599cff5d6ed2cc2af1891aaed77a65
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Mon, 21 Jun 2010 15:14:19 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Mon, 21 Jun 2010 15:14:19 -0700

pxelinux: use alignb not alignz in a bss sections

In .bss sections use alignb, not alignz.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 core/pxelinux.asm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/pxelinux.asm b/core/pxelinux.asm
index 6fb77c2..8084ac9 100644
--- a/core/pxelinux.asm
+++ b/core/pxelinux.asm
@@ -534,7 +534,7 @@ KeepPXE		db 0			; Should PXE be kept around?
 ; Linux kernel expects in the ip= option.
 ;
 		section .bss16
-		alignz 4
+		alignb 4
 		global IPInfo
 IPInfo:
 .IPv4		resd 1			; IPv4 information



More information about the Syslinux-commits mailing list