* mipsread.c: No longer need to undefine ZMAGIC.
This commit is contained in:
parent
851f2e3f00
commit
2e9e68699d
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Jul 16 09:56:42 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
|
* mipsread.c: No longer need to undefine ZMAGIC.
|
||||||
|
|
||||||
Thu Jul 15 18:03:37 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
Thu Jul 15 18:03:37 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
* m88k-pinsn.c: Moved code into opcodes/m88k-dis.c.
|
* m88k-pinsn.c: Moved code into opcodes/m88k-dis.c.
|
||||||
|
|
|
@ -95,9 +95,6 @@ typedef struct mips_extra_func_info {
|
||||||
/* FIXME: coff/internal.h and aout/aout64.h both define N_ABS. We
|
/* FIXME: coff/internal.h and aout/aout64.h both define N_ABS. We
|
||||||
want the definition from aout/aout64.h. */
|
want the definition from aout/aout64.h. */
|
||||||
#undef N_ABS
|
#undef N_ABS
|
||||||
/* FIXME: coff/mips.h and aout/aout64.h both define ZMAGIC. We don't
|
|
||||||
use it. */
|
|
||||||
#undef ZMAGIC
|
|
||||||
|
|
||||||
#include "libaout.h" /* Private BFD a.out information. */
|
#include "libaout.h" /* Private BFD a.out information. */
|
||||||
#include "aout/aout64.h"
|
#include "aout/aout64.h"
|
||||||
|
|
Loading…
Reference in a new issue