* gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
[deliverable/binutils-gdb.git] / bfd / vms.c
index f6d3c1a7f542d0fa888055575a8db5ba8013491a..9d160e9d4a09de53352d85a23cc62daca1ee4b6b 100644 (file)
--- 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);
 }
This page took 0.02389 seconds and 4 git commands to generate.