remove ANSI_PROTOTYPES
authorTom Tromey <tromey@redhat.com>
Mon, 23 Dec 2013 17:11:10 +0000 (10:11 -0700)
committerTom Tromey <tromey@redhat.com>
Tue, 7 Jan 2014 16:17:04 +0000 (09:17 -0700)
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.

gas/ChangeLog
gas/config/tc-xc16x.h

index 0a4f659484f666c1d4c4112d51b8a50a7428dd61..da2108c811086e00b39517aed610af3fd40c00d0 100644 (file)
@@ -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"
index 61230d199f56871210cd603c616a84746d74d727..fa79a5111731222ca9eace6b5eaf4fba3171b676 100644 (file)
@@ -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.
 #define FAKE_LABEL_NAME     ".L0\001"
 #endif
 
-#if ANSI_PROTOTYPES
 struct fix;
 struct internal_reloc;
-#endif
 
 #define WORKING_DOT_WORD
 
This page took 0.027421 seconds and 4 git commands to generate.