mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
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.
This commit is contained in:
parent
e261678878
commit
3cea37c40c
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user