diff options
author | Michael Snyder <msnyder@vmware.com> | 2004-04-22 21:10:56 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2004-04-22 21:10:56 +0000 |
commit | d8d65dd373e0fa9c8974b2f19e88abb11f068998 (patch) | |
tree | 43c5e8cfa6bc4947b3709390e11f978af667ffe9 /gdb/mips-tdep.c | |
parent | d9943e50f80c0cf5920068294ee8f78079cf6709 (diff) | |
download | gdb-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.c | 2 |
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) |