Fix ld --just-symbols
[deliverable/binutils-gdb.git] / bfd / aout-tic30.c
index 58ef3ea9f8adef497976da7b00f3dbd95e405d6a..e00c1379e87eb48a3e7806de9936579db9d79b25 100644 (file)
@@ -986,6 +986,9 @@ tic30_aout_set_arch_mach (abfd, arch, machine)
 #ifndef MY_bfd_link_add_symbols
 #define MY_bfd_link_add_symbols NAME(aout,link_add_symbols)
 #endif
+#ifndef MY_bfd_link_just_syms
+#define MY_bfd_link_just_syms _bfd_generic_link_just_syms
+#endif
 #ifndef MY_bfd_link_split_section
 #define MY_bfd_link_split_section  _bfd_generic_link_split_section
 #endif
This page took 0.027073 seconds and 4 git commands to generate.