summaryrefslogtreecommitdiff
path: root/bfd/vms.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-12-10 01:41:22 +0000
committerNick Clifton <nickc@redhat.com>1999-12-10 01:41:22 +0000
commit187eccd48087c785f20d9ef70979843ead9e59f0 (patch)
tree4223511bfa4407acc66f41044f4456b8d4758f42 /bfd/vms.c
parent217a83bbe99aa0b928070e7cc4ad510b92c31f54 (diff)
downloadgdb-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/vms.c')
-rw-r--r--bfd/vms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/vms.c b/bfd/vms.c
index f0ea63ff92d..9f85249791a 100644
--- a/bfd/vms.c
+++ b/bfd/vms.c
@@ -127,6 +127,7 @@ static boolean vms_bfd_merge_private_bfd_data PARAMS ((bfd *ibfd, bfd *obfd));
static boolean vms_bfd_set_private_flags PARAMS ((bfd *abfd, flagword flags));
#define vms_make_empty_symbol _bfd_vms_make_empty_symbol
+#define vms_allow_commons_in_armap bfd_true
/*===========================================================================*/