From: Ian Lance Taylor Date: Mon, 7 Dec 1998 03:39:20 +0000 (+0000) Subject: * mipsbsd.c (MY(set_arch_mach)): Make static. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b447de7ace55b0fc0cf86d7d48ff4f50ce4ed8b1;p=deliverable%2Fbinutils-gdb.git * mipsbsd.c (MY(set_arch_mach)): Make static. * aoutx.h (NAME(aout,machine_type)): For bfd_arch_mips, use bfd_mach_mips* macros rather than simple numbers. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5b2674d0bc..58e1541fbf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Sun Dec 6 16:30:33 1998 Ian Lance Taylor + * mipsbsd.c (MY(set_arch_mach)): Make static. + * aoutx.h (NAME(aout,machine_type)): For bfd_arch_mips, use + bfd_mach_mips* macros rather than simple numbers. + COFF weak symbol support, based on patches from Mark Elbrecht : * coffcode.h (coff_slurp_symbol_table): Handle C_WEAKEXT.