projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b57e815
)
Fix typo in warning message.
author
Nick Clifton
<nickc@redhat.com>
Fri, 21 Jul 2017 14:56:54 +0000
(15:56 +0100)
committer
Nick Clifton
<nickc@redhat.com>
Fri, 21 Jul 2017 14:56:54 +0000
(15:56 +0100)
PR 21810
* dwarf.c (display_gdb_index): Fix typo in warning message.
binutils/dwarf.c
patch
|
blob
|
history
diff --git
a/binutils/dwarf.c
b/binutils/dwarf.c
index
f8e24cb
..
d2fc799
100644
(file)
--- a/
binutils/dwarf.c
+++ b/
binutils/dwarf.c
@@
-8158,7
+8158,7
@@
display_gdb_index (struct dwarf_section *section,
/* PR 17531: file: 18a47d3d. */
if (symbol_table_offset < address_table_offset)
{
- warn (_("Symbol table offset (%x
l
) is less then Address table offset (%x)\n"),
+ warn (_("Symbol table offset (%x) is less then Address table offset (%x)\n"),
symbol_table_offset, address_table_offset);
return 0;
}