[syslinux:lwip] core: layout.inc: remove duplicate .stack segment definition

syslinux-bot for H. Peter Anvin hpa at zytor.com
Mon Apr 25 16:48:29 PDT 2011


Commit-ID:  bda96619d55607fd581949a151e74e26394e274e
Gitweb:     http://syslinux.zytor.com/commit/bda96619d55607fd581949a151e74e26394e274e
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 25 Apr 2011 16:36:36 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 25 Apr 2011 16:36:36 -0700

core: layout.inc: remove duplicate .stack segment definition

.stack was redefined for unknown reasons.  This is not present in the
master branch.

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


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

diff --git a/core/layout.inc b/core/layout.inc
index 2554180..7c8ce5d 100644
--- a/core/layout.inc
+++ b/core/layout.inc
@@ -98,9 +98,6 @@ RBFG_brainfuck:	resb 2048		; Bigger than an Ethernet packet...
 		; the spillover from the last fractional sector load.
 		section .uibss		write nobits align=16
 
-		; Put this here to get the appropriate flags on .stack
-		section .stack		write nobits align=16
-
 		; Symbols from linker script
 %macro SECINFO 1
 		extern __%1_start, __%1_lma, __%1_end



More information about the Syslinux-commits mailing list