* mipsread.c: No longer need to undefine ZMAGIC.
authorIan Lance Taylor <ian@airs.com>
Fri, 16 Jul 1993 16:58:08 +0000 (16:58 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 16 Jul 1993 16:58:08 +0000 (16:58 +0000)
gdb/ChangeLog
gdb/mipsread.c

index b5432597c66c8879c2e3120cb135d197d9e44c1c..258729ffaf32ac80137582e0fa2fb35739d60e0b 100644 (file)
@@ -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)
 
        * m88k-pinsn.c: Moved code into opcodes/m88k-dis.c.
index 1477c7cad458dc61ebbbf4393311d24743d0f0a8..a2b84962113de5fdb1ba80281a28f049d1dc3ead 100644 (file)
@@ -95,9 +95,6 @@ typedef struct mips_extra_func_info {
 /* FIXME: coff/internal.h and aout/aout64.h both define N_ABS.  We
    want the definition from aout/aout64.h.  */
 #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 "aout/aout64.h"