From a08b3ee88245001074297acdd35d351f9fb87720 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 24 Jul 2002 20:16:26 +0000 Subject: [PATCH] Restored revision 1.10. committer: mfx 1027541786 +0000 --- src/stub/l_lx_elf86.lds | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/stub/l_lx_elf86.lds b/src/stub/l_lx_elf86.lds index a87f5eef..8f891b00 100644 --- a/src/stub/l_lx_elf86.lds +++ b/src/stub/l_lx_elf86.lds @@ -38,17 +38,14 @@ PHDRS SECTIONS { /* 0x00401000: l_lx_elf86.asm assumes 1 page up from 64KB boundary */ -/* mfx 2002-07-16: FIXME - something is wrong here . = 0x00401000 + SIZEOF_HEADERS + 12; /* 12==sizeof(l_info) */ -/* mfx 2002-07-16: FIXME - something is wrong here .text : { *(.text) *(.data) } : text -*/ /* 0x08048000: customary Linux/x86 Elf .text start */ /* PackLinuxI386::buildLinuxLoader will overwrite the address anyway. */ -/* . = 0x08048000 + (0xfff & .); */ + . = 0x08048000 + (0xfff & .); .data : { } : data }