Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bug
This commit is contained in:
parent
ae2e4d4035
commit
6af418600c
1 changed files with 1 additions and 1 deletions
|
@ -11719,7 +11719,7 @@ load_build_id_debug_file (const char * main_filename ATTRIBUTE_UNUSED, void * ma
|
||||||
|
|
||||||
if (build_id_size > (section->size - 16))
|
if (build_id_size > (section->size - 16))
|
||||||
{
|
{
|
||||||
warn (_(".note.gnu.build-id data size is too bug\n"));
|
warn (_(".note.gnu.build-id data size is too big\n"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue