Reset AIX vector function overrides for HP-UX.

This commit is contained in:
Nick Clifton 2002-01-25 16:41:37 +00:00
parent 15c82623b1
commit 254ed74373
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-01-22 Steve Ellcey <sje@cup.hp.com>
* bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
2002-01-25 Philipp Thomas <pthomas@suse.de>
* coffgen.c (coff_print_symbol): Don't mark info message

View File

@ -4600,6 +4600,16 @@ elfNN_hpux_backend_section_from_bfd_section (abfd, sec, retval)
#undef TARGET_BIG_NAME
#define TARGET_BIG_NAME "elfNN-ia64-hpux-big"
/* We need to undo the AIX specific functions. */
#undef elf_backend_add_symbol_hook
#define elf_backend_add_symbol_hook elfNN_ia64_add_symbol_hook
#undef bfd_elfNN_bfd_link_add_symbols
#define bfd_elfNN_bfd_link_add_symbols _bfd_generic_link_add_symbols
/* These are HP-UX specific functions. */
#undef elf_backend_post_process_headers
#define elf_backend_post_process_headers elfNN_hpux_post_process_headers