Add support for configuring for the ARM Phoenix target.
[deliverable/binutils-gdb.git] / bfd / aout-target.h
index 7d962609f4e431a8e55145ff32296933dbf9a7c0..c7f5b1bf459814c11d324386b67bba8899850768 100644 (file)
@@ -542,6 +542,10 @@ MY_bfd_final_link (bfd *abfd, struct bfd_link_info *info)
 #define MY_bfd_link_split_section  _bfd_generic_link_split_section
 #endif
 
+#ifndef MY_bfd_link_check_relocs
+#define MY_bfd_link_check_relocs   _bfd_generic_link_check_relocs
+#endif
+
 #ifndef MY_bfd_copy_private_bfd_data
 #define MY_bfd_copy_private_bfd_data _bfd_generic_bfd_copy_private_bfd_data
 #endif
This page took 0.024751 seconds and 4 git commands to generate.