+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
#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