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.
This commit is contained in:
Ian Lance Taylor 1993-02-03 20:08:22 +00:00
parent 63fd1097f5
commit 1a8c6d5b92
2 changed files with 5 additions and 17 deletions

View 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.

View 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__