aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog3
-rw-r--r--bfd/coffcode.h19
2 files changed, 5 insertions, 17 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1551b07..abcbb1d 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 bcb93c5..501abcd 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__