aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-12-07 03:39:20 +0000
committerIan Lance Taylor <ian@airs.com>1998-12-07 03:39:20 +0000
commitb447de7ace55b0fc0cf86d7d48ff4f50ce4ed8b1 (patch)
tree51872ba2decfabbac722ea4230e82a1da67ecaea
parent393dd300ac655dcc5c0f137e788b4c6a14e9dd17 (diff)
downloadfsf-binutils-gdb-b447de7ace55b0fc0cf86d7d48ff4f50ce4ed8b1.zip
fsf-binutils-gdb-b447de7ace55b0fc0cf86d7d48ff4f50ce4ed8b1.tar.gz
fsf-binutils-gdb-b447de7ace55b0fc0cf86d7d48ff4f50ce4ed8b1.tar.bz2
* 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.
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5b2674d..58e1541 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
Sun Dec 6 16:30:33 1998 Ian Lance Taylor <ian@cygnus.com>
+ * 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
<snowball3@usa.net>:
* coffcode.h (coff_slurp_symbol_table): Handle C_WEAKEXT.