mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-09 17:33:24 +08:00
DWARF-5: Fix error message typo.
binutils/ 2017-07-09 Rafael Fontenelle <rafaelff@gnome.org> * dwarf.c (display_formatted_table): Fix error message typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2017-07-09 Rafael Fontenelle <rafaelff@gnome.org>
|
||||||
|
|
||||||
|
* dwarf.c (display_formatted_table): Fix error message typo.
|
||||||
|
|
||||||
2017-07-07 John Baldwin <jhb@FreeBSD.org>
|
2017-07-07 John Baldwin <jhb@FreeBSD.org>
|
||||||
|
|
||||||
* readelf.c (get_freebsd_elfcore_note_type): Handle
|
* readelf.c (get_freebsd_elfcore_note_type): Handle
|
||||||
|
@ -3085,7 +3085,7 @@ display_formatted_table (unsigned char *data,
|
|||||||
data += bytes_read;
|
data += bytes_read;
|
||||||
if (data == end)
|
if (data == end)
|
||||||
{
|
{
|
||||||
warn (_("Corrupt %s entry format table entry\n"), what);
|
warn (_("Corrupt %s format table entry\n"), what);
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user