From: Tom Tromey Date: Wed, 22 Jan 2014 17:10:10 +0000 (+0000) Subject: i386-interix.h (i386_pe_unique_section): Don't use PARAMS. X-Git-Tag: releases/gcc-4.9.0~1460 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1bb999001008c6caf64e8190828df31dc32286fa;p=thirdparty%2Fgcc.git i386-interix.h (i386_pe_unique_section): Don't use PARAMS. * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bcbb7dd98950..1012a6df6400 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2014-01-22 Tom Tromey + + * 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 PR rtl-optimization/59896 diff --git a/gcc/config/cr16/cr16-protos.h b/gcc/config/cr16/cr16-protos.h index 97fcd83b63a0..80ea43260d22 100644 --- a/gcc/config/cr16/cr16-protos.h +++ b/gcc/config/cr16/cr16-protos.h @@ -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, diff --git a/gcc/config/i386/i386-interix.h b/gcc/config/i386/i386-interix.h index 9f8f7c64362e..59bbb508de28 100644 --- a/gcc/config/i386/i386-interix.h +++ b/gcc/config/i386/i386-interix.h @@ -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. */