bfd:
[deliverable/binutils-gdb.git] / bfd / elf64-sh64.c
index 969e3122e1dfb1dcf8616259d686f38fcff90585..6d343b78bff8706b5abdf0ad610740e0f1c44543 100644 (file)
@@ -2316,6 +2316,9 @@ sh_elf64_copy_private_data_internal (bfd *ibfd, bfd *obfd)
        }
     }
 
+  /* Copy object attributes.  */
+  _bfd_elf_copy_obj_attributes (ibfd, obfd);
+
   return sh_elf64_set_private_flags (obfd, elf_elfheader (ibfd)->e_flags);
 }
 
This page took 0.024515 seconds and 4 git commands to generate.