[binutils-gdb] PR30870, VMS_DEBUG compilation error

Alan Modra amodra@sourceware.org
Wed Sep 20 00:06:02 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fbf4b3c9bb0347950ee8792093e44c9d0cac60c5

commit fbf4b3c9bb0347950ee8792093e44c9d0cac60c5
Author: Song Mengzhi <song.mengzhi@zte.com.cn>
Date:   Tue Sep 19 07:13:46 2023 +0000

    PR30870, VMS_DEBUG compilation error
    
    Introduced by 8169954446.
    
            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)
 
 #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)


More information about the Binutils-cvs mailing list