Commit 1bb99900 by Tom Tromey Committed by Tom Tromey

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
parent 3b8056a5
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
......
......@@ -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,
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment