* elf32-i386.c (check_relocs_failed): Moved to ...
	* elfxx-x86.h (check_relocs_failed): Here.  New.
	* elf64-x86-64.c (check_relocs_failed): Removed.
   return true;
 }
 
-/* Rename some of the generic section flags to better document how they
-   are used here.  */
-#define check_relocs_failed    sec_flg0
-
 /* Look through the relocs for a section during the first phase, and
    calculate needed space in the global offset table, procedure linkage
    table, and dynamic reloc sections.  */
 
   return true;
 }
 
-/* Rename some of the generic section flags to better document how they
-   are used here.  */
-#define check_relocs_failed    sec_flg0
-
 static bool
 elf_x86_64_need_pic (struct bfd_link_info *info,
                     bfd *input_bfd, asection *sec,
 
    && elf_tdata (bfd) != NULL                          \
    && elf_object_id (bfd) == (htab)->elf.hash_table_id)
 
+/* Rename some of the generic section flags to better document how they
+   are used here.  */
+#define check_relocs_failed    sec_flg0
+
 extern bool _bfd_x86_elf_mkobject
   (bfd *);