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 | de5f869ef6d9a1bd68fd02e364914ce8d1b6f33b (patch) | |
tree | ec538ae0859f78f90e96b46ab928574b0004dc16 /bfd/som.c | |
parent | 5f5aa334906fa362a1636d674ca84ec1d5356f91 (diff) | |
download | binutils-redhat-de5f869ef6d9a1bd68fd02e364914ce8d1b6f33b.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/som.c')
-rw-r--r-- | bfd/som.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6229,6 +6229,7 @@ som_bfd_link_split_section (abfd, sec) #define som_construct_extended_name_table \ _bfd_archive_coff_construct_extended_name_table #define som_update_armap_timestamp bfd_true +#define som_allow_commons_in_armap bfd_true #define som_bfd_print_private_bfd_data _bfd_generic_bfd_print_private_bfd_data #define som_get_lineno _bfd_nosymbols_get_lineno |