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,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 *);