Wed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com)
authorIan Lance Taylor <ian@airs.com>
Wed, 3 Feb 1993 20:08:22 +0000 (20:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 3 Feb 1993 20:08:22 +0000 (20:08 +0000)
* coffcode.h: Removed MIPS specific information, since coff-mips.c
no longer includes this file.

bfd/ChangeLog
bfd/coffcode.h

index 1551b07b7e5429eb22220053d92508b451b4553a..abcbb1dda92a4c63f397374099a6b35a98e271b7 100644 (file)
@@ -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.
 
index bcb93c5b2411d33385f4ca27e433cbcfa9f79a91..501abcd80b562ae421551f1a08cbff2f6fc78e5d 100644 (file)
@@ -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__
This page took 0.035061 seconds and 4 git commands to generate.