remove uses of PARAMS from binutils

This removes the last uses of PARAMS from binutils.

The two changes in binutils were tested by rebuilding.
I didn't rebuild the gas change but I think it is obviously correct.

2014-01-07  Tom Tromey  <tromey@redhat.com>

	* coffgrok.h (coff_ofile): Don't use PARAMS.
	* nlmheader.y (strerror): Don't use PARAMS.

2014-01-07  Tom Tromey  <tromey@redhat.com>

	* config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
	use PARAMS.
This commit is contained in:
Tom Tromey
2014-01-05 19:49:29 -07:00
parent 3cea37c40c
commit b51f1626f6
5 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2014-01-07 Tom Tromey <tromey@redhat.com>
* config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
use PARAMS.
2014-01-07 Tom Tromey <tromey@redhat.com>
* config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.

View File

@ -1,6 +1,6 @@
/* tc-microblaze.h -- Header file for tc-microblaze.c.
Copyright 2009 Free Software Foundation, Inc.
Copyright 2009, 2014 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -37,7 +37,7 @@
of such expressions */
#define TC_CONS_FIX_NEW cons_fix_new_microblaze
#define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_cons_expression_microblaze (EXP, NBYTES)
extern void parse_cons_expression_microblaze PARAMS ((expressionS *, int));
extern void parse_cons_expression_microblaze (expressionS *, int);
#define TC_FORCE_RELOCATION_SECTION(FIXP,SEG) 1
#define UNDEFINED_DIFFERENCE_OK 1