PR30870, VMS_DEBUG compilation error
authorSong Mengzhi <song.mengzhi@zte.com.cn>
Tue, 19 Sep 2023 07:13:46 +0000 (07:13 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 20 Sep 2023 00:05:53 +0000 (09:35 +0930)
Introduced by 8169954446.

PR 30870
* vms-alpha.c (image_write): Remove extraneous parenthesis.

bfd/vms-alpha.c

index 9689dcb87381dcee85a21e66b81ef0e5aaa5bd20..20f8fd28e0ac17c59b6b8d277c8ce53fedefcbf2 100644 (file)
@@ -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)