summaryrefslogtreecommitdiffstats
path: root/gdb
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2004-04-22 21:10:56 +0000
committerMichael Snyder <msnyder@vmware.com>2004-04-22 21:10:56 +0000
commitd8d65dd373e0fa9c8974b2f19e88abb11f068998 (patch)
tree43c5e8cfa6bc4947b3709390e11f978af667ffe9 /gdb
parentd9943e50f80c0cf5920068294ee8f78079cf6709 (diff)
downloadppe42-binutils-d8d65dd373e0fa9c8974b2f19e88abb11f068998.tar.gz
ppe42-binutils-d8d65dd373e0fa9c8974b2f19e88abb11f068998.zip
2004-04-21 Michael Snyder <msnyder@redhat.com>
* mips-tdep.c (heuristic_proc_start): Warning() already prefixes "Warning: ".
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog8
-rw-r--r--gdb/mips-tdep.c2
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8fdba0fc4a..e694be73f2 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 <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)
@@ -99,6 +104,7 @@
* 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):
@@ -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 95a0063611..bd843e9006 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)
OpenPOWER on IntegriCloud