* emulparms/elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.

(TEXT_START_ADDR): Likewise.
This commit is contained in:
Andreas Jaeger
2001-06-07 11:18:18 +00:00
parent fd661517de
commit 8f3aa7a03f
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2001-06-07 Andreas Jaeger <aj@suse.de>
* elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
(TEXT_START_ADDR): Likewise.
2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com> 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
* configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390. * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
@ -38,7 +43,7 @@
2001-05-25 Timothy Wall <twall@oculustech.com> 2001-05-25 Timothy Wall <twall@oculustech.com>
* emulparams/elf64_aix.sh: Change settings to match IBM linker * emulparams/elf64_aix.sh: Change settings to match IBM linker
output. output.
2001-05-25 Alan Modra <amodra@one.net.au> 2001-05-25 Alan Modra <amodra@one.net.au>
@ -64,7 +69,7 @@
2001-05-24 Tom Rix <trix@redhat.com> 2001-05-24 Tom Rix <trix@redhat.com>
* emultempl/aix.em : (gld${EMULATION_NAME}_read_file) * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
udate import file format. udate import file format.
(change_symbol_mode) New, same (change_symbol_mode) New, same
(is_syscall) New, same (is_syscall) New, same
@ -80,17 +85,17 @@
* scripttempl/aix.sc : default text section offset to 0x10000000 * scripttempl/aix.sc : default text section offset to 0x10000000
default data section offset to 0x20000000 default data section offset to 0x20000000
add .sv3264 and .sv64 pseudo sections add .sv3264 and .sv64 pseudo sections
loader and debug sections use the currect section offset. loader and debug sections use the currect section offset.
* emultempl/aix.em : Add xcoff64 support * emultempl/aix.em : Add xcoff64 support
Add -binitfini support Add -binitfini support
(gld${EMULATION_NAME}_before_parse) -binitfini (gld${EMULATION_NAME}_before_parse) -binitfini
(gld${EMULATION_NAME}_parse_args) same (gld${EMULATION_NAME}_parse_args) same
(gld${EMULATION_NAME}_before_allocation) format change for special (gld${EMULATION_NAME}_before_allocation) format change for special
sections sections
* emulparams/aixppc64.sh : New file for xcoff64 support * emulparams/aixppc64.sh : New file for xcoff64 support
2001-05-23 Alexandre Oliva <aoliva@redhat.com> 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
* emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
@ -173,7 +178,7 @@
* emultempl/aix.em: Replace buystring with xstrdup. * emultempl/aix.em: Replace buystring with xstrdup.
* emultempl/beos.em: Replace buystring with xstrdup. * emultempl/beos.em: Replace buystring with xstrdup.
2001-05-02 H.J. Lu <hjl@gnu.org> 2001-05-02 H.J. Lu <hjl@gnu.org>
* ldfile.c: Include "libiberty.h". * ldfile.c: Include "libiberty.h".

View File

@ -1,9 +1,9 @@
SCRIPT_NAME=elf SCRIPT_NAME=elf
ELFSIZE=64 ELFSIZE=64
OUTPUT_FORMAT="elf64-x86-64" OUTPUT_FORMAT="elf64-x86-64"
TEXT_START_ADDR=0x1000 TEXT_START_ADDR=0x400000
MAXPAGESIZE=0x100000 MAXPAGESIZE=0x100000
NONPAGED_TEXT_START_ADDR=0x1000 NONPAGED_TEXT_START_ADDR=0x400000
ARCH=i386 ARCH=i386
MACHINE= MACHINE=
NOP=0x9090 NOP=0x9090