mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
/*===========================================================================*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user