summaryrefslogtreecommitdiff
path: root/bfd/aout-tic30.c
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
commit187eccd48087c785f20d9ef70979843ead9e59f0 (patch)
tree4223511bfa4407acc66f41044f4456b8d4758f42 /bfd/aout-tic30.c
parent217a83bbe99aa0b928070e7cc4ad510b92c31f54 (diff)
downloadgdb-187eccd48087c785f20d9ef70979843ead9e59f0.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/aout-tic30.c')
-rw-r--r--bfd/aout-tic30.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/aout-tic30.c b/bfd/aout-tic30.c
index 0dcae0c25bc..f39e5c39315 100644
--- a/bfd/aout-tic30.c
+++ b/bfd/aout-tic30.c
@@ -851,6 +851,9 @@ tic30_aout_set_arch_mach (abfd, arch, machine)
#ifndef MY_update_armap_timestamp
#define MY_update_armap_timestamp _bfd_archive_bsd_update_armap_timestamp
#endif
+#ifndef MY_allow_commons_in_armap
+#define MY_allow_commons_in_armap _bfd_archive_bsd_allow_commons_in_armap
+#endif
/* No core file defined here -- configure in trad-core.c separately. */
#ifndef MY_core_file_failing_command