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/bootsect.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/bootsect.inc') diff --git a/core/bootsect.inc b/core/bootsect.inc index f951bbc5..c976db69 100644 --- a/core/bootsect.inc +++ b/core/bootsect.inc @@ -211,4 +211,4 @@ replace_stub: jmp 0:0 .csip equ $-4 - section .text + section .text16 -- cgit v1.2.1