diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-07-16 16:58:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-07-16 16:58:08 +0000 |
commit | 2e9e68699d8acd0d740284196937cc435473f6de (patch) | |
tree | b67f46b2bff5c38a010436869e83000d2d970451 /gdb/mipsread.c | |
parent | 851f2e3f001ec3e9ee0566c95943ced37a822b40 (diff) | |
download | binutils-2e9e68699d8acd0d740284196937cc435473f6de.tar.gz binutils-2e9e68699d8acd0d740284196937cc435473f6de.tar.bz2 binutils-2e9e68699d8acd0d740284196937cc435473f6de.zip |
* mipsread.c: No longer need to undefine ZMAGIC.
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r-- | gdb/mipsread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c index 1477c7cad45..a2b84962113 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -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" |