mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
* sim-load.c (xprintf, eprintf): Remove fallout from ANSI_PROTOTYPES
change.
This commit is contained in:
parent
2c7fd14a3b
commit
f010abaa2b
@ -1,3 +1,8 @@
|
||||
2005-07-10 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* sim-load.c (xprintf, eprintf): Remove fallout from ANSI_PROTOTYPES
|
||||
change.
|
||||
|
||||
2005-07-08 Ian Lance Taylor <ian@airs.com>
|
||||
|
||||
* sim-fpu.c (sim_fpu_abs): Always clear the sign bit.
|
||||
|
@ -172,8 +172,6 @@ sim_load_file (sd, myname, callback, prog, prog_bfd, verbose_p, lma_p, do_write)
|
||||
static void
|
||||
xprintf VPARAMS ((host_callback *callback, const char *fmt, ...))
|
||||
{
|
||||
host_callback *callback;
|
||||
char *fmt;
|
||||
va_list ap;
|
||||
|
||||
VA_START (ap, fmt);
|
||||
@ -186,8 +184,6 @@ xprintf VPARAMS ((host_callback *callback, const char *fmt, ...))
|
||||
static void
|
||||
eprintf VPARAMS ((host_callback *callback, const char *fmt, ...))
|
||||
{
|
||||
host_callback *callback;
|
||||
char *fmt;
|
||||
va_list ap;
|
||||
|
||||
VA_START (ap, fmt);
|
||||
|
Loading…
Reference in New Issue
Block a user