diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-02-03 20:08:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-02-03 20:08:22 +0000 |
commit | 1a8c6d5b92fb690a346e42fdb01d622d1e82eaa5 (patch) | |
tree | 13a5eff49524cf28a23f6901047038bb464f9457 /bfd | |
parent | 63fd1097f5b627b8b23173d8c8fa7fe6e9f24e20 (diff) | |
download | gdb-1a8c6d5b92fb690a346e42fdb01d622d1e82eaa5.zip gdb-1a8c6d5b92fb690a346e42fdb01d622d1e82eaa5.tar.gz gdb-1a8c6d5b92fb690a346e42fdb01d622d1e82eaa5.tar.bz2 |
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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 | ||||
-rw-r--r-- | bfd/coffcode.h | 19 |
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__ |