mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
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:
parent
89203d4062
commit
2f796de6da
@ -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>
|
||||
|
||||
* po/fr.po: Updated French translation.
|
||||
|
@ -14242,7 +14242,7 @@ get_build_id (void * data)
|
||||
{
|
||||
warn (ngettext ("debuginfod: Corrupt note: only %ld byte remains, "
|
||||
"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",
|
||||
data_remaining),
|
||||
(long) data_remaining);
|
||||
@ -14271,7 +14271,7 @@ get_build_id (void * data)
|
||||
{
|
||||
warn (ngettext ("debuginfod: Corrupt note: only %ld byte remains, "
|
||||
"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",
|
||||
data_remaining),
|
||||
(long) data_remaining);
|
||||
|
Loading…
Reference in New Issue
Block a user