From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1062) id 609003858D33; Sun, 8 Jan 2023 02:42:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 609003858D33 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Alan Modra To: bfd-cvs@sourceware.org Subject: [binutils-gdb] PR29972, inconsistent format specification in singular form X-Act-Checkin: binutils-gdb X-Git-Author: Alan Modra X-Git-Refname: refs/heads/master X-Git-Oldrev: 89d4de242dc9633cec5720e395d0684b958f60dd X-Git-Newrev: 02da71ee20ec71f7b3be85cf2266e09c124983bf Message-Id: <20230108024211.609003858D33@sourceware.org> Date: Sun, 8 Jan 2023 02:42:11 +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: Sun, 08 Jan 2023 02:42:11 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D02da71ee20ec= 71f7b3be85cf2266e09c124983bf commit 02da71ee20ec71f7b3be85cf2266e09c124983bf Author: Alan Modra Date: Sun Jan 8 13:08:46 2023 +1030 PR29972, inconsistent format specification in singular form =20 PR 29972 * readelf.c (process_dynamic_section): Correct format string. Diff: --- binutils/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/readelf.c b/binutils/readelf.c index d028f313364..0d9d2017901 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -11551,7 +11551,7 @@ the .dynstr section doesn't match the DT_STRTAB and= DT_STRSZ tags\n")); filedata->dynamic_addr, filedata->dynamic_nent); else - printf (ngettext ("\nDynamic section at offset %#" PRIx64 " contains %" P= RId64 " entry:\n", + printf (ngettext ("\nDynamic section at offset %#" PRIx64 " contains %" P= RIu64 " entry:\n", "\nDynamic section at offset %#" PRIx64 " contains %" PRIu64 " entrie= s:\n", filedata->dynamic_nent), filedata->dynamic_addr,