mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* emulparms/elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
(TEXT_START_ADDR): Likewise.
This commit is contained in:
parent
fd661517de
commit
8f3aa7a03f
19
ld/ChangeLog
19
ld/ChangeLog
@ -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>
|
||||
|
||||
* configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
|
||||
@ -38,7 +43,7 @@
|
||||
2001-05-25 Timothy Wall <twall@oculustech.com>
|
||||
|
||||
* emulparams/elf64_aix.sh: Change settings to match IBM linker
|
||||
output.
|
||||
output.
|
||||
|
||||
2001-05-25 Alan Modra <amodra@one.net.au>
|
||||
|
||||
@ -64,7 +69,7 @@
|
||||
|
||||
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.
|
||||
(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 <aoliva@redhat.com>
|
||||
|
||||
* 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 <hjl@gnu.org>
|
||||
|
||||
* ldfile.c: Include "libiberty.h".
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user