aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
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/mips-tdep.c
parentd9943e50f80c0cf5920068294ee8f78079cf6709 (diff)
downloadgdb-d8d65dd373e0fa9c8974b2f19e88abb11f068998.zip
gdb-d8d65dd373e0fa9c8974b2f19e88abb11f068998.tar.gz
gdb-d8d65dd373e0fa9c8974b2f19e88abb11f068998.tar.bz2
2004-04-21 Michael Snyder <msnyder@redhat.com>
* mips-tdep.c (heuristic_proc_start): Warning() already prefixes "Warning: ".
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c2
1 files changed, 1 insertions, 1 deletions
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)