Restored revision 1.10.

committer: mfx <mfx> 1027541786 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-07-24 20:16:26 +00:00
parent f0fafa3ba7
commit a08b3ee882
+1 -4
View File
@@ -38,17 +38,14 @@ PHDRS
SECTIONS SECTIONS
{ {
/* 0x00401000: l_lx_elf86.asm assumes 1 page up from 64KB boundary */ /* 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) */ . = 0x00401000 + SIZEOF_HEADERS + 12; /* 12==sizeof(l_info) */
/* mfx 2002-07-16: FIXME - something is wrong here
.text : { .text : {
*(.text) *(.text)
*(.data) *(.data)
} : text } : text
*/
/* 0x08048000: customary Linux/x86 Elf .text start */ /* 0x08048000: customary Linux/x86 Elf .text start */
/* PackLinuxI386::buildLinuxLoader will overwrite the address anyway. */ /* PackLinuxI386::buildLinuxLoader will overwrite the address anyway. */
/* . = 0x08048000 + (0xfff & .); */ . = 0x08048000 + (0xfff & .);
.data : { .data : {
} : data } : data
} }