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 | ad247e3c7de719151c02516afc9c682a32a181cc (patch) | |
tree | 9bbb9e72bbacd188c81701ec1148e0e45e5bf187 /bfd/oasys.c | |
parent | Fix include paths (diff) | |
download | binutils-gdb-ad247e3c7de719151c02516afc9c682a32a181cc.tar.gz binutils-gdb-ad247e3c7de719151c02516afc9c682a32a181cc.tar.bz2 binutils-gdb-ad247e3c7de719151c02516afc9c682a32a181cc.zip |
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/oasys.c')
-rw-r--r-- | bfd/oasys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/oasys.c b/bfd/oasys.c index e69053b8282..c654b562c24 100644 --- a/bfd/oasys.c +++ b/bfd/oasys.c @@ -1458,6 +1458,7 @@ oasys_sizeof_headers (abfd, exec) #define oasys_read_ar_hdr bfd_nullvoidptr #define oasys_get_elt_at_index _bfd_generic_get_elt_at_index #define oasys_update_armap_timestamp bfd_true +#define oasys_allow_commons_in_armap bfd_true #define oasys_bfd_is_local_label_name bfd_generic_is_local_label_name #define oasys_get_lineno _bfd_nosymbols_get_lineno |