From 4cc0c3ab6541753b89cba58c345c0cae8c7d151d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 13 May 2009 22:46:25 -0700 Subject: core: rename .text, .data and .bss to .text16, .data16, .bss16 Rename the .text, .data and .bss sections to .text16, .data16 and .bss16, in anticipation of being linked with compiler-generated 32-bit code, which presumably would like to use the standard section names. Signed-off-by: H. Peter Anvin --- core/rllpack.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/rllpack.inc') diff --git a/core/rllpack.inc b/core/rllpack.inc index 5304f61c..f871f0b9 100644 --- a/core/rllpack.inc +++ b/core/rllpack.inc @@ -27,7 +27,7 @@ ; High memory pointers point to one byte beyond the end. ; - section .text + section .text16 ; ; rllpack: -- cgit v1.2.1