Fix and use elf_append_rel
[deliverable/binutils-gdb.git] / bfd / coff-rs6000.c
index edbef95e156d82affc8e2797f24583c43d765c17..0945aca0ef738f27ca46dcdac14ff7560ef10186 100644 (file)
@@ -4076,7 +4076,7 @@ const bfd_target rs6000coff_vec =
     },
 
     /* Generic */
-    bfd_true,
+    _bfd_archive_close_and_cleanup,
     bfd_true,
     coff_new_section_hook,
     _bfd_generic_get_section_contents,
@@ -4332,7 +4332,7 @@ const bfd_target pmac_xcoff_vec =
     },
 
     /* Generic */
-    bfd_true,
+    _bfd_archive_close_and_cleanup,
     bfd_true,
     coff_new_section_hook,
     _bfd_generic_get_section_contents,
This page took 0.024257 seconds and 4 git commands to generate.