bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/29580] New: typo in warning message: .note.gnu.build-id da


From: lvzecai at gmail dot com
Subject: [Bug binutils/29580] New: typo in warning message: .note.gnu.build-id data size is too bug
Date: Sun, 18 Sep 2022 02:24:19 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29580

            Bug ID: 29580
           Summary: typo in warning message: .note.gnu.build-id data size
                    is too bug
           Product: binutils
           Version: 2.40 (HEAD)
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: lvzecai at gmail dot com
  Target Milestone: ---

s/bug/big

diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index f90f4efac5b..aef0f77eab6 100644
--- 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 bug\n"));
+      warn (_(".note.gnu.build-id data size is too big\n"));
       return;
     }

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]