From ad247e3c7de719151c02516afc9c682a32a181cc 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/coff-alpha.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/coff-alpha.c') diff --git a/bfd/coff-alpha.c b/bfd/coff-alpha.c index bc25319..76ef5e2 100644 --- a/bfd/coff-alpha.c +++ b/bfd/coff-alpha.c @@ -2036,6 +2036,8 @@ alpha_adjust_headers (abfd, fhdr, ahdr) #define alpha_ecoff_write_armap _bfd_ecoff_write_armap #define alpha_ecoff_generic_stat_arch_elt _bfd_ecoff_generic_stat_arch_elt #define alpha_ecoff_update_armap_timestamp _bfd_ecoff_update_armap_timestamp +#define alpha_ecoff_allow_commons_in_armap _bfd_true + /* A compressed file uses this instead of ARFMAG. */ -- cgit v1.1