mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 10:09:16 +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,5 +1,5 @@
|
||||
/* coffgrok.h
|
||||
Copyright 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
|
||||
Copyright 2001, 2002, 2003, 2005, 2007, 2014 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Binutils.
|
||||
|
||||
@ -223,4 +223,4 @@ struct coff_sfile
|
||||
struct coff_sfile *sfile;
|
||||
};
|
||||
|
||||
struct coff_ofile *coff_grok PARAMS ((bfd *));
|
||||
struct coff_ofile *coff_grok (bfd *);
|
||||
|
Reference in New Issue
Block a user