From: Ian Lance Taylor Date: Tue, 14 Feb 1995 17:49:30 +0000 (+0000) Subject: * aoutf1.h (MACHTYPE_OK): Don't define if already defined. Don't X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aed592693fbd9ae2f3771ea38050211230f80b0d;p=binutils-gdb.git * aoutf1.h (MACHTYPE_OK): Don't define if already defined. Don't accept M_SPARC if bfd_arch_sparc is not in the list of supported architectures, and don't accept a 680x0 machine type if bfd_arch_m68k is not in the list of supported architectures. * aout0.c (MACHTYPE_OK): Define. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5e70cb01dc9..47e8c4d672f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Tue Feb 14 12:46:48 1995 Ian Lance Taylor + + * aoutf1.h (MACHTYPE_OK): Don't define if already defined. Don't + accept M_SPARC if bfd_arch_sparc is not in the list of supported + architectures, and don't accept a 680x0 machine type if + bfd_arch_m68k is not in the list of supported architectures. + * aout0.c (MACHTYPE_OK): Define. + Mon Feb 13 23:25:38 1995 Ian Lance Taylor * aoutx.h (NAME(aout,swap_ext_reloc_in)): Don't return a pointer