diff options
author | Michael Snyder <msnyder@specifix.com> | 2004-04-22 21:10:56 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2004-04-22 21:10:56 +0000 |
commit | d8a7312b04f3f293986c743a1807e88ff9035922 (patch) | |
tree | 4b680ae9e326c869f89a229bbbc28813a652dc12 /gdb/mips-tdep.c | |
parent | 7c8c4679d0271c24679acb60d60d933eae6a0fec (diff) | |
download | gdb-d8a7312b04f3f293986c743a1807e88ff9035922.tar.gz |
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 95a0063611a..bd843e9006e 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) |