From f1ccb85658627758ef873620dd2397b023cdab45 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Wed, 24 Jul 2002 22:16:25 +0000 Subject: [PATCH] adapt to binutils-of-the-moment committer: jreiser 1027548985 +0000 --- src/stub/l_lx_elf86.lds | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/stub/l_lx_elf86.lds b/src/stub/l_lx_elf86.lds index 8f891b00..b1e66aa2 100644 --- a/src/stub/l_lx_elf86.lds +++ b/src/stub/l_lx_elf86.lds @@ -32,8 +32,6 @@ PHDRS { text PT_LOAD FILEHDR PHDRS ; data PT_LOAD ; /* for setting brk(0) */ - /* 3rd Phdr was not worth it; use "upx -d" first, then apply ldd */ - /*null PT_NULL;*/ /* changed to PT_DYNAMIC for ldd */ } SECTIONS { @@ -43,9 +41,6 @@ SECTIONS *(.text) *(.data) } : text - /* 0x08048000: customary Linux/x86 Elf .text start */ - /* PackLinuxI386::buildLinuxLoader will overwrite the address anyway. */ - . = 0x08048000 + (0xfff & .); .data : { } : data }