diff options
author | Alan Modra <amodra@gmail.com> | 2001-12-19 02:18:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-12-19 02:18:20 +0000 |
commit | ee94eb9bc8adb63a6bc2f5ea576fa72e0a0dba34 (patch) | |
tree | 4843380d81a322046f7609a3a4b8a08893e09d90 /bfd | |
parent | fcf12726be5328b4de2664ef63da806279f44f3b (diff) | |
download | gdb-ee94eb9bc8adb63a6bc2f5ea576fa72e0a0dba34.zip gdb-ee94eb9bc8adb63a6bc2f5ea576fa72e0a0dba34.tar.gz gdb-ee94eb9bc8adb63a6bc2f5ea576fa72e0a0dba34.tar.bz2 |
* config.bfd (bfd_elf32_ia64_hpux_big_vec): New vector for
ia64*-*-hpux* target.
(bfd_elf64_ia64_hpux_big_vec): Likewise.
* targets.c: Ditto.
* configure.in: Ditto.
* configure: Regenerate
* elfxx-ia64.c (elfNN_ia64_final_write_processing): Replace use of
alloca with bfd_malloc.
(get_local_sym_hash): Likewise.
(elfNN_hpux_post_process_headers): New function.
#include elfNN-target.h again with values for IA64 HP-UX vector.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6845730..e5b0769 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +2001-12-19 Steve Ellcey <sje@cup.hp.com> + + * config.bfd (bfd_elf32_ia64_hpux_big_vec): New vector for + ia64*-*-hpux* target. + (bfd_elf64_ia64_hpux_big_vec): Likewise. + * targets.c: Ditto. + * configure.in: Ditto. + * configure: Regenerate + * elfxx-ia64.c (elfNN_ia64_final_write_processing): Replace use of + alloca with bfd_malloc. + (get_local_sym_hash): Likewise. + (elfNN_hpux_post_process_headers): New function. + #include elfNN-target.h again with values for IA64 HP-UX vector. + 2001-12-18 H.J. Lu <hjl@gnu.org> * elf.c (_bfd_elf_copy_private_bfd_data): Also copy GP. |