mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bug
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user