From: Song Mengzhi Date: Tue, 19 Sep 2023 07:13:46 +0000 (+0000) Subject: PR30870, VMS_DEBUG compilation error X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbf4b3c9bb0347950ee8792093e44c9d0cac60c5;p=binutils-gdb.git PR30870, VMS_DEBUG compilation error Introduced by 8169954446. PR 30870 * vms-alpha.c (image_write): Remove extraneous parenthesis. --- 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) #if VMS_DEBUG _bfd_vms_debug (8, "image_write from (%p, %d) to (%ld)\n", ptr, size, - (long) off)); + (long) off); #endif if (PRIV (image_section)->contents != NULL)