projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae2e4d4
)
Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bug
author
Zeke Lu
<lvzecai@gmail.com>
Tue, 20 Sep 2022 10:19:06 +0000
(11:19 +0100)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 20 Sep 2022 10:19:06 +0000
(11:19 +0100)
binutils/dwarf.c
patch
|
blob
|
history
diff --git
a/binutils/dwarf.c
b/binutils/dwarf.c
index f90f4efac5b96f9fa2ed8317304a139cd0beb29d..aef0f77eab602acede6cc1b244d15be460d692a9 100644
(file)
--- a/
binutils/dwarf.c
+++ b/
binutils/dwarf.c
@@
-11719,7
+11719,7
@@
load_build_id_debug_file (const char * main_filename ATTRIBUTE_UNUSED, void * ma
if (build_id_size > (section->size - 16))
{
- warn (_(".note.gnu.build-id data size is too b
u
g\n"));
+ warn (_(".note.gnu.build-id data size is too b
i
g\n"));
return;
}