From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id 5F0283858D38; Tue, 20 Sep 2022 10:19:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F0283858D38 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nick Clifton To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bug X-Act-Checkin: binutils-gdb X-Git-Author: Zeke Lu X-Git-Refname: refs/heads/master X-Git-Oldrev: ae2e4d4035f511543d12f74b3b7fdb1ba0daab16 X-Git-Newrev: 6af418600c451337814fe464eceea20c23ad231c Message-Id: <20220920101927.5F0283858D38@sourceware.org> Date: Tue, 20 Sep 2022 10:19:27 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2022 10:19:27 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D6af418600c45= 1337814fe464eceea20c23ad231c commit 6af418600c451337814fe464eceea20c23ad231c Author: Zeke Lu Date: Tue Sep 20 11:19:06 2022 +0100 Bug 29580 - typo in warning message: .note.gnu.build-id data size is to= o bug Diff: --- binutils/dwarf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_filenam= e ATTRIBUTE_UNUSED, void * ma =20 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; }