diff options
author | K. Richard Pixley <rich@cygnus> | 1992-02-18 10:13:09 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-02-18 10:13:09 +0000 |
commit | 574e55f10fb230cdb70c406a181a5fc525fbfa86 (patch) | |
tree | 9aff927235354fd641938ebd80852c0722d4fef0 /gas | |
parent | c82711bd5cfcd81666307cf6531d88bf2fa58cb0 (diff) | |
download | ppe42-binutils-574e55f10fb230cdb70c406a181a5fc525fbfa86.tar.gz ppe42-binutils-574e55f10fb230cdb70c406a181a5fc525fbfa86.zip |
delete duplicate macro definition
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-a29k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-a29k.h b/gas/config/tc-a29k.h index d17626209d..023a4ff134 100644 --- a/gas/config/tc-a29k.h +++ b/gas/config/tc-a29k.h @@ -23,7 +23,6 @@ #define tc_coff_symbol_emit_hook(a) {;} /* not used */ #define tc_crawl_symbol_chain(a) {;} /* not used */ #define tc_headers_hook(a) {;} /* not used */ -#define tc_headers_hook(a) {;} /* not used */ #define AOUT_MACHTYPE 101 #define TC_COFF_FIX2RTYPE(fix_ptr) tc_coff_fix2rtype(fix_ptr) |