2010-06-08 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Tue, 8 Jun 2010 14:04:25 +0000 (14:04 +0000)
committerTristan Gingold <gingold@adacore.com>
Tue, 8 Jun 2010 14:04:25 +0000 (14:04 +0000)
* vms-lib.c (_bfd_vms_lib_write_archive_contents): Increment
for the first block.

bfd/ChangeLog
bfd/vms-lib.c

index 485f4da528e0a1c9f3e6f91cc2b43d95fb512f34..b979b93d00515533ecf33fbcb311171aa868e206 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-08  Tristan Gingold  <gingold@adacore.com>
+
+       * vms-lib.c (_bfd_vms_lib_write_archive_contents): Increment
+       for the first block.
+
 2010-06-08  Tristan Gingold  <gingold@adacore.com>
 
        * vms-lib.c (_bfd_vms_lib_ia64_mkarchive): New function.
index c959df959672a3f7976f1da95b2c682ee09c43cf..13a4fa892ba6f22883e3b4b5dda8dd3450d02282 100644 (file)
@@ -2111,6 +2111,7 @@ _bfd_vms_lib_write_archive_contents (bfd *arch)
           /* Write the first block (which contains an mhd).  */
           if (bfd_bwrite (blk, VMS_BLOCK_SIZE, arch) != VMS_BLOCK_SIZE)
             goto input_err;
+          off += VMS_BLOCK_SIZE;
 
           if (amt == VMS_BLOCK_SIZE - sz)
             {
This page took 0.027221 seconds and 4 git commands to generate.