aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-sh.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
commitb4f261e094f4807a2da1dc62c7945e5898ed4680 (patch)
treec91aea193c9829e2fafc1249c162a9f882d3005b /gas/config/tc-sh.h
parent6c98dd1ecb34134446cf93209f19d1f51a8603df (diff)
downloadfsf-binutils-gdb-b4f261e094f4807a2da1dc62c7945e5898ed4680.zip
fsf-binutils-gdb-b4f261e094f4807a2da1dc62c7945e5898ed4680.tar.gz
fsf-binutils-gdb-b4f261e094f4807a2da1dc62c7945e5898ed4680.tar.bz2
* 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/tc-sh.h')
-rw-r--r--gas/config/tc-sh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h
index 61150ae..4143aef 100644
--- a/gas/config/tc-sh.h
+++ b/gas/config/tc-sh.h
@@ -23,7 +23,6 @@
#define TARGET_ARCH bfd_arch_sh
-#if ANSI_PROTOTYPES
/* The type fixS is defined (to struct fix) in write.h, but write.h uses
definitions from this file. To avoid problems with including write.h
after the "right" definitions, don't; just forward-declare struct fix
@@ -31,7 +30,6 @@
struct fix;
struct segment_info_struct;
struct internal_reloc;
-#endif
/* Whether -relax was used. */
extern int sh_relax;