From 9320b6b2f0cd0022adbe991db8b7fa0c7085a6bd Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 7 Jun 2001 11:18:18 +0000 Subject: [PATCH] * emulparms/elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase. (TEXT_START_ADDR): Likewise. --- ld/ChangeLog | 19 ++++++++++++------- ld/emulparams/elf_x86_64.sh | 4 ++-- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index a58b2d285..4b820ad3d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-06-07 Andreas Jaeger + + * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase. + (TEXT_START_ADDR): Likewise. + 2001-06-06 Martin Schwidefsky * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390. @@ -38,7 +43,7 @@ 2001-05-25 Timothy Wall * emulparams/elf64_aix.sh: Change settings to match IBM linker - output. + output. 2001-05-25 Alan Modra @@ -64,7 +69,7 @@ 2001-05-24 Tom Rix - * emultempl/aix.em : (gld${EMULATION_NAME}_read_file) + * emultempl/aix.em : (gld${EMULATION_NAME}_read_file) udate import file format. (change_symbol_mode) New, same (is_syscall) New, same @@ -80,17 +85,17 @@ * scripttempl/aix.sc : default text section offset to 0x10000000 default data section offset to 0x20000000 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 Add -binitfini support - (gld${EMULATION_NAME}_before_parse) -binitfini + (gld${EMULATION_NAME}_before_parse) -binitfini (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 * emulparams/aixppc64.sh : New file for xcoff64 support - + 2001-05-23 Alexandre Oliva * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new @@ -173,7 +178,7 @@ * emultempl/aix.em: Replace buystring with xstrdup. * emultempl/beos.em: Replace buystring with xstrdup. - + 2001-05-02 H.J. Lu * ldfile.c: Include "libiberty.h". diff --git a/ld/emulparams/elf_x86_64.sh b/ld/emulparams/elf_x86_64.sh index 75245af74..635748f63 100644 --- a/ld/emulparams/elf_x86_64.sh +++ b/ld/emulparams/elf_x86_64.sh @@ -1,9 +1,9 @@ SCRIPT_NAME=elf ELFSIZE=64 OUTPUT_FORMAT="elf64-x86-64" -TEXT_START_ADDR=0x1000 +TEXT_START_ADDR=0x400000 MAXPAGESIZE=0x100000 -NONPAGED_TEXT_START_ADDR=0x1000 +NONPAGED_TEXT_START_ADDR=0x400000 ARCH=i386 MACHINE= NOP=0x9090 -- 2.11.4.GIT