From: Ian Lance Taylor Date: Wed, 8 May 1996 20:56:53 +0000 (+0000) Subject: * srec.c (srec_set_arch_mach): Write as a function rather than a X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db1e2aa7e44fea30f7a7c8c0308fedb5c763790b;p=binutils-gdb.git * srec.c (srec_set_arch_mach): Write as a function rather than a macro definition. PR 9637. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3ef694914e5..2093704b971 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Wed May 8 16:10:38 1996 Ian Lance Taylor + * srec.c (srec_set_arch_mach): Write as a function rather than a + macro definition. + * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has no map, just check each member in turn to see whether it is required.