iq2000_elf_relocate_section): Do nothing when perfoming a relocatable link.
[deliverable/binutils-gdb.git] / bfd / aout-adobe.c
index 2e3a65f8a55d67773a9c69423b664ffea1e808c0..9277bc086e5383f2acdf80de58ffbe2fe0198588 100644 (file)
@@ -201,8 +201,8 @@ aout_adobe_callback (abfd)
 
        default:
          (*_bfd_error_handler)
-           (_("%s: Unknown section type in a.out.adobe file: %x\n"),
-            bfd_archive_filename (abfd), ext->e_type[0]);
+           (_("%B: Unknown section type in a.out.adobe file: %x\n"),
+            abfd, ext->e_type[0]);
          goto no_more_sections;
        }
 
@@ -518,6 +518,8 @@ aout_adobe_sizeof_headers (ignore_abfd, ignore)
 #define aout_32_bfd_merge_sections     bfd_generic_merge_sections
 #define aout_32_bfd_is_group_section   bfd_generic_is_group_section
 #define aout_32_bfd_discard_group      bfd_generic_discard_group
+#define aout_32_section_already_linked \
+  _bfd_generic_section_already_linked
 #define aout_32_bfd_link_hash_table_create \
   _bfd_generic_link_hash_table_create
 #define aout_32_bfd_link_hash_table_free \
This page took 0.023775 seconds and 4 git commands to generate.