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:
2b65245
)
Fix typo
author
Nick Clifton
<nickc@redhat.com>
Tue, 18 Sep 2001 07:55:39 +0000
(07:55 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 18 Sep 2001 07:55:39 +0000
(07:55 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/elflink.h
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 9b4fd10b9a8a0b9ef6b2e2678e5b6af73f5c9e43..2dcc0253f62d0005837a952a15053154f88140f6 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2001-09-18 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * elflink.h (elf_link_input_bfd): Fix typo in error message.
+
2001-09-17 H.J. Lu <hjl@gnu.org>
* dwarf1.c (parse_die): Take a new arg for the end of the
diff --git
a/bfd/elflink.h
b/bfd/elflink.h
index 0da2f0e76ea58d52c60501656199becc9a03b76d..e7ea66a4abf7d6dd3683944ccf9653c23a03acd8 100644
(file)
--- a/
bfd/elflink.h
+++ b/
bfd/elflink.h
@@
-5980,7
+5980,7
@@
elf_link_input_bfd (finfo, input_bfd)
{
if (isec->symbol->value != isym->st_value)
(*_bfd_error_handler)
- (_("%s: invalid section symbol index 0x%x (%s) i
ng
ored"),
+ (_("%s: invalid section symbol index 0x%x (%s) i
gn
ored"),
bfd_get_filename (input_bfd), isym->st_shndx,
name);
continue;