From: Ian Lance Taylor Date: Wed, 3 Feb 1993 20:08:22 +0000 (+0000) Subject: Wed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a8c6d5b92fb690a346e42fdb01d622d1e82eaa5;p=binutils-gdb.git Wed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com) * coffcode.h: Removed MIPS specific information, since coff-mips.c no longer includes this file. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1551b07b7e5..abcbb1dda92 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Wed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com) + * coffcode.h: Removed MIPS specific information, since coff-mips.c + no longer includes this file. + * coff-msym.c (ecoff_swap_fdr_in, ecoff_swap_ext_in): Set reserved bits to 0 to make comparison test useful. diff --git a/bfd/coffcode.h b/bfd/coffcode.h index bcb93c5b241..501abcd80b5 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -823,15 +823,6 @@ DEFUN (coff_set_arch_mach_hook, (abfd, filehdr), break; #endif -#ifdef MIPS - case MIPS_MAGIC_1: - case MIPS_MAGIC_2: - case MIPS_MAGIC_3: - arch = bfd_arch_mips; - machine = 0; - break; -#endif - #ifdef MC68MAGIC case MC68MAGIC: case M68MAGIC: @@ -1081,12 +1072,6 @@ DEFUN(coff_set_flags,(abfd, magicp, flagsp), } break; #endif -#ifdef MIPS - case bfd_arch_mips: - *magicp = MIPS_MAGIC_2; - return true; - break; -#endif #ifdef I386MAGIC case bfd_arch_i386: *magicp = I386MAGIC; @@ -1553,10 +1538,10 @@ DEFUN(coff_write_object_contents,(abfd), internal_a.magic = PAGEMAGICBCS; #endif /* M88 */ -#if M68 || MIPS || WE32K +#if M68 || WE32K #define __A_MAGIC_SET__ /* Never was anything here for the 68k */ -#endif /* M68 || MIPS || WE32K */ +#endif /* M68 || WE32K */ #if I386 # define __A_MAGIC_SET__