mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08: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:
@ -3900,6 +3900,7 @@ ieee_bfd_debug_info_accumulate (abfd, section)
|
||||
bfd_true)
|
||||
#define ieee_read_ar_hdr bfd_nullvoidptr
|
||||
#define ieee_update_armap_timestamp bfd_true
|
||||
#define ieee_allow_commons_in_armap bfd_true
|
||||
#define ieee_get_elt_at_index _bfd_generic_get_elt_at_index
|
||||
|
||||
#define ieee_bfd_is_local_label_name bfd_generic_is_local_label_name
|
||||
|
Reference in New Issue
Block a user