]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386-interix.h (i386_pe_unique_section): Don't use PARAMS.
authorTom Tromey <tromey@redhat.com>
Wed, 22 Jan 2014 17:10:10 +0000 (17:10 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 22 Jan 2014 17:10:10 +0000 (17:10 +0000)
* config/i386/i386-interix.h (i386_pe_unique_section): Don't use
PARAMS.
* config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.

From-SVN: r206932

gcc/ChangeLog
gcc/config/cr16/cr16-protos.h
gcc/config/i386/i386-interix.h

index bcbb7dd989506350f7aea5d1d3a748c4f74d5559..1012a6df64003096d0977bcdc6f9e6f47f4a50da 100644 (file)
@@ -1,3 +1,9 @@
+2014-01-22  Tom Tromey  <tromey@redhat.com>
+
+       * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
+       PARAMS.
+       * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
+
 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR rtl-optimization/59896
index 97fcd83b63a0ee03c7a88476f6545a46c611e0dc..80ea43260d22ea2c0fe14059dfc512ada7690c20 100644 (file)
@@ -68,7 +68,7 @@ enum cr16_addrtype
   CR16_ABSOLUTE
 };
 
-extern void notice_update_cc PARAMS ((rtx));
+extern void notice_update_cc (rtx);
 extern int cr16_operand_bit_pos (int val, int bitval);
 extern void cr16_decompose_const (rtx x, int *code,
                                  enum data_model_type *data,
index 9f8f7c64362e7125839aa4172c579b64d26fd6d1..59bbb508de28d25395ca6b45c63f1e6ce3b6de18 100644 (file)
@@ -195,7 +195,7 @@ do {                                                                        \
  */
 #define MULTIPLE_SYMBOL_SPACES 1
 
-extern void i386_pe_unique_section PARAMS ((tree, int));
+extern void i386_pe_unique_section (tree, int);
 #define TARGET_ASM_UNIQUE_SECTION i386_pe_unique_section
 
 /* Switch into a generic section.  */