diff options
author | Tom Rix <trix@redhat.com> | 2001-05-24 20:59:23 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2001-05-24 20:59:23 +0000 |
commit | 3b1b01cf2503d8d3faf35cf5b0cfb82fce7812ce (patch) | |
tree | 54d7d3904b2da18b10b640414057d45dd7369597 /ld/ChangeLog | |
parent | beb1bf64d083b906a76aa038c5cc5328f0c10e8d (diff) | |
download | gdb-3b1b01cf2503d8d3faf35cf5b0cfb82fce7812ce.zip gdb-3b1b01cf2503d8d3faf35cf5b0cfb82fce7812ce.tar.gz gdb-3b1b01cf2503d8d3faf35cf5b0cfb82fce7812ce.tar.bz2 |
Support for xcoff64
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 80be489..7a9025e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,34 @@ +2001-05-24 Tom Rix <trix@redhat.com> + + * emultempl/aix.em : (gld${EMULATION_NAME}_read_file) + udate import file format. + (change_symbol_mode) New, same + (is_syscall) New, same + * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK + * emulparams/aixppc64.sh : same + * emulparams/aixrs6.sh : same + * emulparams/ppcmacos.sh : same + * emultempl/aix.em : use strtoull to parse options + * Makefile.am : add eaixppc64 emulation for xcoff64 + * Makefile.in : same + * configure.tgt : same + + * 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. + + * emultempl/aix.em : Add xcoff64 support + Add -binitfini support + (gld${EMULATION_NAME}_before_parse) -binitfini + (gld${EMULATION_NAME}_parse_args) same + (gld${EMULATION_NAME}_before_allocation) format change for special + sections + + * emulparams/aixppc64.sh : New file for xcoff64 support + +2000-01-18 H.J. Lu <hjl@gnu.org> + 2001-05-23 Alexandre Oliva <aoliva@redhat.com> * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new |