diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-07-08 05:57:21 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-07-08 05:57:21 +0000 |
commit | b4f261e094f4807a2da1dc62c7945e5898ed4680 (patch) | |
tree | c91aea193c9829e2fafc1249c162a9f882d3005b /gas/config/tc-i370.h | |
parent | 6c98dd1ecb34134446cf93209f19d1f51a8603df (diff) | |
download | gdb-b4f261e094f4807a2da1dc62c7945e5898ed4680.zip gdb-b4f261e094f4807a2da1dc62c7945e5898ed4680.tar.gz 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-i370.h')
-rw-r--r-- | gas/config/tc-i370.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-i370.h b/gas/config/tc-i370.h index e44328d..8822996 100644 --- a/gas/config/tc-i370.h +++ b/gas/config/tc-i370.h @@ -22,9 +22,7 @@ #define TC_I370 -#ifdef ANSI_PROTOTYPES struct fix; -#endif /* Set the endianness we are using. Default to big endian. */ #ifndef TARGET_BYTES_BIG_ENDIAN |