forked from Imagelibrary/binutils-gdb
Fix issue with warning messages about corrupt debuginfod notes.
* readelf.c (get_build_id): Fix warning messages about corrupt notes.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2020-01-24 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* readelf.c (get_build_id): Fix warning messages about corrupt
|
||||||
|
notes.
|
||||||
|
|
||||||
2020-01-23 Nick Clifton <nickc@redhat.com>
|
2020-01-23 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* po/fr.po: Updated French translation.
|
* po/fr.po: Updated French translation.
|
||||||
|
|||||||
@@ -14242,7 +14242,7 @@ get_build_id (void * data)
|
|||||||
{
|
{
|
||||||
warn (ngettext ("debuginfod: Corrupt note: only %ld byte remains, "
|
warn (ngettext ("debuginfod: Corrupt note: only %ld byte remains, "
|
||||||
"not enough for a full note\n",
|
"not enough for a full note\n",
|
||||||
"Corrupt note: only %ld bytes remain, "
|
"debuginfod: Corrupt note: only %ld bytes remain, "
|
||||||
"not enough for a full note\n",
|
"not enough for a full note\n",
|
||||||
data_remaining),
|
data_remaining),
|
||||||
(long) data_remaining);
|
(long) data_remaining);
|
||||||
@@ -14271,7 +14271,7 @@ get_build_id (void * data)
|
|||||||
{
|
{
|
||||||
warn (ngettext ("debuginfod: Corrupt note: only %ld byte remains, "
|
warn (ngettext ("debuginfod: Corrupt note: only %ld byte remains, "
|
||||||
"not enough for a full note\n",
|
"not enough for a full note\n",
|
||||||
"Corrupt note: only %ld bytes remain, "
|
"debuginfod: Corrupt note: only %ld bytes remain, "
|
||||||
"not enough for a full note\n",
|
"not enough for a full note\n",
|
||||||
data_remaining),
|
data_remaining),
|
||||||
(long) data_remaining);
|
(long) data_remaining);
|
||||||
|
|||||||
Reference in New Issue
Block a user