diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-23 10:11:10 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-01-07 09:17:04 -0700 |
commit | 3cea37c40cf9219b2842298ed1b37d11389bc1ea (patch) | |
tree | 402367894d9a637bbaa3e74633ed8f90f30c25f4 /gas | |
parent | e26167887817eaf9d6a4db73b96ca1dde47a7ac2 (diff) | |
download | gdb-3cea37c40cf9219b2842298ed1b37d11389bc1ea.zip gdb-3cea37c40cf9219b2842298ed1b37d11389bc1ea.tar.gz gdb-3cea37c40cf9219b2842298ed1b37d11389bc1ea.tar.bz2 |
remove ANSI_PROTOTYPES
This removes the last use of ANSI_PROTOTYPES in the tree.
It appears in gas.
I didn't even rebuild this but I think it is obviously correct.
2014-01-07 Tom Tromey <tromey@redhat.com>
* config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-xc16x.h | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0a4f659..da2108c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2014-01-07 Tom Tromey <tromey@redhat.com> + + * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES. + 2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1" diff --git a/gas/config/tc-xc16x.h b/gas/config/tc-xc16x.h index 61230d1..fa79a51 100644 --- a/gas/config/tc-xc16x.h +++ b/gas/config/tc-xc16x.h @@ -1,5 +1,5 @@ /* This file is tc-xc16x.h - Copyright 2006, 2007 Free Software Foundation, Inc. + Copyright 2006, 2007, 2014 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems This file is part of GAS, the GNU Assembler. @@ -32,10 +32,8 @@ #define FAKE_LABEL_NAME ".L0\001" #endif -#if ANSI_PROTOTYPES struct fix; struct internal_reloc; -#endif #define WORKING_DOT_WORD |