mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
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:
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user