bfd:
[deliverable/binutils-gdb.git] / bfd / elf32-mep.c
index 1db8346436d253b4f3781c97b988b5bacff8695b..169da4454bc3aaccaf4c024f208c36c29687fdf5 100644 (file)
@@ -750,6 +750,10 @@ mep_elf_copy_private_bfd_data (bfd * ibfd, bfd * obfd)
 
   elf_elfheader (obfd)->e_flags = elf_elfheader (ibfd)->e_flags;
   elf_flags_init (obfd) = TRUE;
+
+  /* Copy object attributes.  */
+  _bfd_elf_copy_obj_attributes (ibfd, obfd);
+
   return TRUE;
 }
 
This page took 0.022949 seconds and 4 git commands to generate.