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-rs6000.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/coff-rs6000.c') diff --git a/bfd/coff-rs6000.c b/bfd/coff-rs6000.c index 6923000..0ceb7a9 100644 --- a/bfd/coff-rs6000.c +++ b/bfd/coff-rs6000.c @@ -694,6 +694,7 @@ struct xcoff_ar_hdr /* XCOFF archives do not have a timestamp. */ #define xcoff_update_armap_timestamp bfd_true +#define xcoff_allow_commons_in_armap bfd_true /* Read in the armap of an XCOFF archive. */ -- cgit v1.1