[syslinux:lwip] core: add .stack16 to layout.inc

syslinux-bot for H. Peter Anvin hpa at zytor.com
Fri Apr 22 20:05:26 PDT 2011


Commit-ID:  1794591bbb6b9ee990b57ccbec4e605f19d06b0f
Gitweb:     http://syslinux.zytor.com/commit/1794591bbb6b9ee990b57ccbec4e605f19d06b0f
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 14 Sep 2009 18:07:38 -0700
Committer:  Eric W. Biederman <ebiederm at xmission.com>
CommitDate: Sat, 9 Apr 2011 18:27:07 -0700

core: add .stack16 to layout.inc

It seems to get the right flags by default, but since .stack needed it
we might as well put in .stack16 too...

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


---
 core/layout.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/core/layout.inc b/core/layout.inc
index a3e495c..2554180 100644
--- a/core/layout.inc
+++ b/core/layout.inc
@@ -66,6 +66,7 @@ STACK32_LEN	equ 64*1024
 		section .config		write progbits align=4
 		section .replacestub	exec write progbits align=16
 		section .gentextnr	exec write nobits align=16
+		section .stack16	write nobits align=16
 
 		; Use .bss16 for things that doesn't have to be in low memory;
 		; .earlybss should be used for things that absolutely have



More information about the Syslinux-commits mailing list