summaryrefslogtreecommitdiff
path: root/gas/config/obj-elf.h
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-07-08 05:57:21 +0000
committerBen Elliston <bje@au.ibm.com>2005-07-08 05:57:21 +0000
commit4929e98184fae02cbec148558fd24227bae0b951 (patch)
treecbfea4d13aadbbf6c4b54bedd99d6bdd5981f71f /gas/config/obj-elf.h
parent5a2cd4fa0ea9250a75f72eea7594c0c68acc34f7 (diff)
downloadbinutils-redhat-4929e98184fae02cbec148558fd24227bae0b951.tar.gz
* frags.h: Remove ANSI_PROTOTYPES conditional code.
* config/obj-elf.h: Likewise. * config/tc-h8300.h: Likewise. * config/tc-h8500.h: Likewise. * config/tc-i370.h: Likewise. * config/tc-i386.h: Likewise. * config/tc-m68hc11.h: Likewise. * config/tc-m68k.h: Likewise. * config/tc-ppc.h: Likewise. * config/tc-s390.h: Likewise. * config/tc-sh.h: Likewise. * config/tc-sparc.h: Likewise. * config/tc-tic30.c: Likewise. * config/tc-w65.h: Likewise. * config/tc-xtensa.h: Likewise.
Diffstat (limited to 'gas/config/obj-elf.h')
-rw-r--r--gas/config/obj-elf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h
index f7a5b5eb16..01c15987d2 100644
--- a/gas/config/obj-elf.h
+++ b/gas/config/obj-elf.h
@@ -241,9 +241,7 @@ extern void elf_pop_insert (void);
#ifndef OBJ_MAYBE_ELF
#define obj_ecoff_set_ext elf_ecoff_set_ext
-#ifdef ANSI_PROTOTYPES
struct ecoff_extr;
-#endif
extern void elf_ecoff_set_ext (symbolS *, struct ecoff_extr *);
#endif