summaryrefslogtreecommitdiff
path: root/bfd/libecoff.h
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
commitde5f869ef6d9a1bd68fd02e364914ce8d1b6f33b (patch)
treeec538ae0859f78f90e96b46ab928574b0004dc16 /bfd/libecoff.h
parent5f5aa334906fa362a1636d674ca84ec1d5356f91 (diff)
downloadbinutils-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/libecoff.h')
-rw-r--r--bfd/libecoff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libecoff.h b/bfd/libecoff.h
index 456180544c..cd5dc49233 100644
--- a/bfd/libecoff.h
+++ b/bfd/libecoff.h
@@ -295,6 +295,7 @@ extern boolean _bfd_ecoff_write_armap
#define _bfd_ecoff_get_elt_at_index _bfd_generic_get_elt_at_index
#define _bfd_ecoff_generic_stat_arch_elt bfd_generic_stat_arch_elt
#define _bfd_ecoff_update_armap_timestamp bfd_true
+#define _bfd_ecoff_allow_commons_in_armap bfd_true
extern long _bfd_ecoff_get_symtab_upper_bound PARAMS ((bfd *abfd));
extern long _bfd_ecoff_get_symtab PARAMS ((bfd *abfd, asymbol **alocation));