* sim-load.c (xprintf, eprintf): Remove fallout from ANSI_PROTOTYPES
authorHans-Peter Nilsson <hp@axis.com>
Sun, 10 Jul 2005 15:23:42 +0000 (15:23 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sun, 10 Jul 2005 15:23:42 +0000 (15:23 +0000)
change.

sim/common/ChangeLog
sim/common/sim-load.c

index 54303c467828cf5f8015df8ce9fdf212cd33adae..5e4e5a487430e5d5dc6e7db7a71eae9179c2e7b3 100644 (file)
@@ -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.
index c140bebd4526c4b608ed002761069b53194f0eca..32699529aaa9e6fae2216b725baa54ac19e4f902 100644 (file)
@@ -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);
This page took 0.028714 seconds and 4 git commands to generate.