diff options
author | Nick Clifton <nickc@redhat.com> | 1999-12-10 01:41:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-12-10 01:41:22 +0000 |
commit | 187eccd48087c785f20d9ef70979843ead9e59f0 (patch) | |
tree | 4223511bfa4407acc66f41044f4456b8d4758f42 /bfd/coff-alpha.c | |
parent | 217a83bbe99aa0b928070e7cc4ad510b92c31f54 (diff) | |
download | gdb-187eccd48087c785f20d9ef70979843ead9e59f0.tar.gz |
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.
Diffstat (limited to 'bfd/coff-alpha.c')
-rw-r--r-- | bfd/coff-alpha.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/coff-alpha.c b/bfd/coff-alpha.c index bc25319f4a6..76ef5e2cffe 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. */ |