(display_debug_lines): Fix typo in error message.
This commit is contained in:
parent
ddbc47acfc
commit
935d0bca48
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-11-02 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* readelf.c (display_debug_lines): Fix typo in error message.
|
||||||
|
|
||||||
2004-10-26 Mark Mitchell <mark@codesourcery.com>
|
2004-10-26 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* readelf.c (get_note_type): Handle notes not in core files.
|
* readelf.c (get_note_type): Handle notes not in core files.
|
||||||
|
|
|
@ -6875,7 +6875,7 @@ display_debug_lines (Elf_Internal_Shdr *section,
|
||||||
with this block of line number information. */
|
with this block of line number information. */
|
||||||
if (comp_unit >= num_debug_line_pointer_sizes)
|
if (comp_unit >= num_debug_line_pointer_sizes)
|
||||||
{
|
{
|
||||||
error (_("Not enough comp units for .debug_lines section\n"));
|
error (_("Not enough comp units for .debug_line section\n"));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue