From 6c5a8a8b95249009fed45b14f748288e2e234169 Mon Sep 17 00:00:00 2001 From: amodra Date: Wed, 19 Dec 2001 02:18:20 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 684573078c..e5b076993e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +2001-12-19 Steve Ellcey + + * 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 * elf.c (_bfd_elf_copy_private_bfd_data): Also copy GP. -- 2.11.0