aboutsummaryrefslogtreecommitdiff
path: root/binutils/debug.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-05-27 15:46:10 +0000
committerNick Clifton <nickc@redhat.com>2002-05-27 15:46:10 +0000
commit3a1a20369e5acacd7c1b15ccdc5fd4e50d521cb0 (patch)
treeb9b4e18f244c69947e80fee1069952ba053aff12 /binutils/debug.c
parent7edb8f2931f6e3f74b9064fb0b801df9b1f108c7 (diff)
downloadgdb-3a1a20369e5acacd7c1b15ccdc5fd4e50d521cb0.zip
gdb-3a1a20369e5acacd7c1b15ccdc5fd4e50d521cb0.tar.gz
gdb-3a1a20369e5acacd7c1b15ccdc5fd4e50d521cb0.tar.bz2
Fix transaltion problems.
Diffstat (limited to 'binutils/debug.c')
-rw-r--r--binutils/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/debug.c b/binutils/debug.c
index bbaf293..3ce609b 100644
--- a/binutils/debug.c
+++ b/binutils/debug.c
@@ -1,5 +1,5 @@
/* debug.c -- Handle generic debugging information.
- Copyright 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1998, 2000, 2002 Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
This file is part of GNU Binutils.
@@ -1149,7 +1149,7 @@ debug_record_label (handle, name, type, addr)
bfd_vma addr ATTRIBUTE_UNUSED;
{
/* FIXME. */
- debug_error (_("debug_record_label not implemented"));
+ debug_error (_("debug_record_label: not implemented"));
return false;
}