* aout-target.h (MY_bfd_debug_info_start, MY_bfd_debug_info_end,
authorIan Lance Taylor <ian@airs.com>
Mon, 1 Nov 1993 19:43:39 +0000 (19:43 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 1 Nov 1993 19:43:39 +0000 (19:43 +0000)
commit55d5b62d654567818ad18609715b3d81069e218e
treedde31590fd5f646084888e0c16644bedb6e372c2
parent278d569a2aba601fdecafe953fbe7914cbf3502d
* aout-target.h (MY_bfd_debug_info_start, MY_bfd_debug_info_end,
MY_bfd_debug_info_accumulat [sic]): Remove unused definitions.
(MY_bfd_get_relocated_section_contents, MY_bfd_relax_section,
MY_bfd_seclet_link): Define.
(MY_bfd_reloc_type_lookup): Rename from
MY_reloc_howto_type_lookup.
(MY_bfd_make_debug_symbol): Rename from MY_make_debug_symbol.
(MY(vec)): Use JUMP_TABLE rather than listing functions.
* hp300hpux.c (MY_get_symtab, MY_get_symtab_upper_bound,
MY_canonicalize_reloc, MY_write_object_contents): Don't define in
terms of MY, because that causes a recusive invocation of CAT when
expanded within JUMP_TABLE, and ANSI compilers don't expand
recursive macros.
* mipsbsd.c (MY_bfd_reloc_type_lookup): Rename from
MY_reloc_howto_type_lookup, and don't define in terms of MY.
(MY_canonicalize_reloc): Don't define in terms of MY.
(aout_mips_little_vec, aout_mips_big_vec): Use JUMP_TABLE rather
than listing functions.
bfd/ChangeLog