projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e5aca4
)
fix typo
author
Nick Clifton
<nickc@redhat.com>
Thu, 24 Jan 2002 17:08:42 +0000
(17:08 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 24 Jan 2002 17:08:42 +0000
(17:08 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/bfd.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 549cb16ed1056d592a0ee6b9be0385b919a18175..d920d182bbbb7e4ed90e8907749686dde23fb3d3 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2002-24-01 Philipp Thomas <pthomas@suse.de>
+
+ * bfd.c (_bfd_abort): Fix typo.
+
2002-01-23 Richard Henderson <rth@redhat.com>
* elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
diff --git
a/bfd/bfd.c
b/bfd/bfd.c
index f0c4037486987b5c25f5a96c98632247d3d9d462..122f52366501ff8f0976d401caadd2294227551c 100644
(file)
--- a/
bfd/bfd.c
+++ b/
bfd/bfd.c
@@
-727,7
+727,7
@@
_bfd_abort (file, line, fn)
BFD_VERSION_STRING, file, line, fn);
else
(*_bfd_error_handler)
- (_("BFD %sinternal error, aborting at %s line %d\n"),
+ (_("BFD %s
internal error, aborting at %s line %d\n"),
BFD_VERSION_STRING, file, line);
(*_bfd_error_handler) (_("Please report this bug.\n"));
xexit (EXIT_FAILURE);