public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] PR30870, VMS_DEBUG compilation error
@ 2023-09-20  0:06 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2023-09-20  0:06 UTC (permalink / raw)
  To: bfd-cvs

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-20  0:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-20  0:06 [binutils-gdb] PR30870, VMS_DEBUG compilation error Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).