adapt to binutils-of-the-moment
committer: jreiser <jreiser> 1027548985 +0000
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user