From: Michael Snyder Date: Thu, 22 Apr 2004 21:10:56 +0000 (+0000) Subject: 2004-04-21 Michael Snyder X-Git-Tag: gprof-pre-ansify-2004-05-26~417 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8d65dd373e0fa9c8974b2f19e88abb11f068998;p=platform%2Fupstream%2Fbinutils.git 2004-04-21 Michael Snyder * mips-tdep.c (heuristic_proc_start): Warning() already prefixes "Warning: ". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8fdba0f..e694be7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -17,6 +17,11 @@ * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is register number zero. +2004-04-21 Michael Snyder + + * mips-tdep.c (heuristic_proc_start): + Warning() already prefixes "Warning: ". + 2004-04-21 Andrew Cagney * annotate.h (deprecated_annotate_starting_hook) @@ -99,6 +104,7 @@ * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes. +>>>>>>> 1.5719 2004-04-19 Daniel Jacobowitz * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack): @@ -4448,7 +4454,7 @@ 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. diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 95a0063..bd843e9 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -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)