X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fvms.c;h=9d160e9d4a09de53352d85a23cc62daca1ee4b6b;hb=e19f872c5bec6fbb9476abdc4ea5cee44da598e2;hp=329b0564ad87fb0d178c45d1b438ecac621841b4;hpb=72adc230457cc2885fe394ab4647dceab2d9d0aa;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/vms.c b/bfd/vms.c index 329b0564ad..9d160e9d4a 100644 --- a/bfd/vms.c +++ b/bfd/vms.c @@ -168,6 +168,8 @@ static bfd_boolean vms_bfd_set_private_flags #define vms_bfd_link_just_syms _bfd_generic_link_just_syms #define vms_bfd_is_group_section bfd_generic_is_group_section #define vms_bfd_discard_group bfd_generic_discard_group +#define vms_bfd_copy_private_header_data \ + _bfd_generic_bfd_copy_private_header_data /*===========================================================================*/ @@ -1668,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); }