* avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
authorTheodore A. Roth <troth@openavr.org>
Thu, 19 Jun 2003 21:14:59 +0000 (21:14 +0000)
committerTheodore A. Roth <troth@openavr.org>
Thu, 19 Jun 2003 21:14:59 +0000 (21:14 +0000)
gdb/ChangeLog
gdb/avr-tdep.c

index badbac7..1e07f8b 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-19  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
+
 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
 
        * varobj.c (get_type, get_target_type): Use check_typedef.
index aef8cc6..a0f59c6 100644 (file)
@@ -863,8 +863,6 @@ avr_extract_return_value (struct type *type, struct regcache *regcache,
         {
           regcache_cooked_read (regcache, lsb_reg + i,
                                 (bfd_byte *) valbuf + i);
-          fprintf_unfiltered (gdb_stderr, "reg = %d (0x%02x)\n",
-                              lsb_reg+i, *((unsigned char *)valbuf+i));
         }
     }
 }