Restored revision 1.10.
committer: mfx <mfx> 1027541786 +0000
This commit is contained in:
parent
f0fafa3ba7
commit
a08b3ee882
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user