From de5f869ef6d9a1bd68fd02e364914ce8d1b6f33b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 10 Dec 1999 01:41:22 +0000 Subject: Change AR for ELF so that common symbols are not included in archive map. Change LD for ELF so that archive elements whoes archive map contains a reference to a common symbol will get linkled in. Add new field to bfd_target structure and initialise it for all bfd targets. --- bfd/aout-tic30.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfd/aout-tic30.c') diff --git a/bfd/aout-tic30.c b/bfd/aout-tic30.c index 0dcae0c25b..f39e5c3931 100644 --- a/bfd/aout-tic30.c +++ b/bfd/aout-tic30.c @@ -851,6 +851,9 @@ tic30_aout_set_arch_mach (abfd, arch, machine) #ifndef MY_update_armap_timestamp #define MY_update_armap_timestamp _bfd_archive_bsd_update_armap_timestamp #endif +#ifndef MY_allow_commons_in_armap +#define MY_allow_commons_in_armap _bfd_archive_bsd_allow_commons_in_armap +#endif /* No core file defined here -- configure in trad-core.c separately. */ #ifndef MY_core_file_failing_command -- cgit v1.2.1