2004-04-21 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 22 Apr 2004 21:10:56 +0000 (21:10 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 22 Apr 2004 21:10:56 +0000 (21:10 +0000)
* mips-tdep.c (heuristic_proc_start):
Warning() already prefixes "Warning: ".

gdb/ChangeLog
gdb/mips-tdep.c

index 8fdba0fc4acf318a9c970f93ba9074bf36b71c88..e694be73f2cd6b2be3157556b86e011a70a8973d 100644 (file)
        * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
        register number zero.
 
+2004-04-21  Michael Snyder  <msnyder@redhat.com>
+
+       * mips-tdep.c (heuristic_proc_start): 
+       Warning() already prefixes "Warning: ".
+
 2004-04-21  Andrew Cagney  <cagney@redhat.com>
 
        * annotate.h (deprecated_annotate_starting_hook)
 
        * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
 
+>>>>>>> 1.5719
 2004-04-19  Daniel Jacobowitz  <drow@mvista.com>
 
        * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
        variable `funcaddr'.  Fix some coding-standards problems.
 
        * sparc-tdep.c (sparc_regset_from_core_section): Check whether
-       SECT_SIZE is large enough, not wheter it's exactly the right size.
+       SECT_SIZE is large enough, not whether it's exactly the right size.
        (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
        TDEP->fpregset to zero.
 
index 95a0063611a8ca84cc8590e506bff89872ebed05..bd843e9006e24795b4db6e2119c987658c481677 100644 (file)
@@ -1887,7 +1887,7 @@ heuristic_proc_start (CORE_ADDR pc)
            static int blurb_printed = 0;
 
            warning
-             ("Warning: GDB can't find the start of the function at 0x%s.",
+             ("GDB can't find the start of the function at 0x%s.",
               paddr_nz (pc));
 
            if (!blurb_printed)
This page took 0.030881 seconds and 4 git commands to generate.