From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1062) id 6B61D3858D20; Wed, 20 Sep 2023 00:06:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B61D3858D20 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] PR30870, VMS_DEBUG compilation error X-Act-Checkin: binutils-gdb X-Git-Author: Song Mengzhi X-Git-Refname: refs/heads/master X-Git-Oldrev: 39d12f215920c8771ca43c4c650b6d0707cb0595 X-Git-Newrev: fbf4b3c9bb0347950ee8792093e44c9d0cac60c5 Message-Id: <20230920000602.6B61D3858D20@sourceware.org> Date: Wed, 20 Sep 2023 00:06:02 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2023 00:06:02 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dfbf4b3c9bb03= 47950ee8792093e44c9d0cac60c5 commit fbf4b3c9bb0347950ee8792093e44c9d0cac60c5 Author: Song Mengzhi Date: Tue Sep 19 07:13:46 2023 +0000 PR30870, VMS_DEBUG compilation error =20 Introduced by 8169954446. =20 PR 30870 * vms-alpha.c (image_write): Remove extraneous parenthesis. Diff: --- bfd/vms-alpha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c index 9689dcb8738..20f8fd28e0a 100644 --- a/bfd/vms-alpha.c +++ b/bfd/vms-alpha.c @@ -1628,7 +1628,7 @@ image_write (bfd *abfd, unsigned char *ptr, unsigned = int size) =20 #if VMS_DEBUG _bfd_vms_debug (8, "image_write from (%p, %d) to (%ld)\n", ptr, size, - (long) off)); + (long) off); #endif =20 if (PRIV (image_section)->contents !=3D NULL)