projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39d12f2
)
PR30870, VMS_DEBUG compilation error
author
Song Mengzhi
<song.mengzhi@zte.com.cn>
Tue, 19 Sep 2023 07:13:46 +0000
(07:13 +0000)
committer
Alan 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
patch
|
blob
|
history
diff --git
a/bfd/vms-alpha.c
b/bfd/vms-alpha.c
index 9689dcb87381dcee85a21e66b81ef0e5aaa5bd20..20f8fd28e0ac17c59b6b8d277c8ce53fedefcbf2 100644
(file)
--- 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)