aboutsummaryrefslogtreecommitdiff
path: root/bfd/vms.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/vms.c')
-rw-r--r--bfd/vms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vms.c b/bfd/vms.c
index f6d3c1a..9d160e9 100644
--- a/bfd/vms.c
+++ b/bfd/vms.c
@@ -1670,7 +1670,7 @@ vms_set_section_contents (abfd, section, location, offset, count)
#if VMS_DEBUG
vms_debug (1, "vms_set_section_contents(%p, sec %s, loc %p, off %ld, count %d)\n",
abfd, section->name, location, (long int)offset, (int)count);
- vms_debug (2, "secraw %d, seccooked %d\n", (int)section->_raw_size, (int)section->_cooked_size);
+ vms_debug (2, "size %d\n", (int) section->size);
#endif
return _bfd_save_vms_section(abfd, section, location, offset, count);
}