bfd/
[deliverable/binutils-gdb.git] / binutils / objcopy.c
index 406ddc67e024d143c6f0c5b96c6da43e9ed2a05d..44e93313e9ffd5d93d3450a743471826414eadaf 100644 (file)
@@ -2070,8 +2070,6 @@ copy_section (bfd *ibfd, sec_ptr isection, void *obfdarg)
        free (relpp);
     }
 
-  isection->_cooked_size = isection->_raw_size;
-
   if (bfd_get_section_flags (ibfd, isection) & SEC_HAS_CONTENTS
       && bfd_get_section_flags (obfd, osection) & SEC_HAS_CONTENTS)
     {
This page took 0.025397 seconds and 4 git commands to generate.