aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-target.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-12-10 18:51:35 +0000
committerNick Clifton <nickc@redhat.com>1999-12-10 18:51:35 +0000
commit77fb9c28ac0594b97f5b193d45118fdf09d96881 (patch)
tree7a22e35173bc78265f4b0f69ab8c0eeb303dafbf /bfd/elfxx-target.h
parent2f5288870a7b5ac5e892a64bab8fe83452dc162e (diff)
downloadgdb-77fb9c28ac0594b97f5b193d45118fdf09d96881.zip
gdb-77fb9c28ac0594b97f5b193d45118fdf09d96881.tar.gz
gdb-77fb9c28ac0594b97f5b193d45118fdf09d96881.tar.bz2
Revert previous patch.
Diffstat (limited to 'bfd/elfxx-target.h')
-rw-r--r--bfd/elfxx-target.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/bfd/elfxx-target.h b/bfd/elfxx-target.h
index 6963d4e..0a69dd8 100644
--- a/bfd/elfxx-target.h
+++ b/bfd/elfxx-target.h
@@ -485,13 +485,6 @@ const bfd_target TARGET_BIG_SYM =
#ifdef bfd_elfNN_archive_functions
BFD_JUMP_TABLE_ARCHIVE (bfd_elfNN_archive),
#else
- /* For ELF based targets we do not want to put common symbols into the
- archive map. This is a change from the old behaviour, and it is
- being done because of a corresponding change in the linker, whereby
- it will link in any archive element that contains a symbol which is
- currently common. (See elflink.h:elf_link_add_archive_symbol). */
-#undef _bfd_archive_coff_allow_commons_in_armap
-#define _bfd_archive_coff_allow_commons_in_armap bfd_false
BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff),
#endif
BFD_JUMP_TABLE_SYMBOLS (bfd_elfNN),
@@ -587,8 +580,6 @@ const bfd_target TARGET_LITTLE_SYM =
#ifdef bfd_elfNN_archive_functions
BFD_JUMP_TABLE_ARCHIVE (bfd_elfNN_archive),
#else
-#undef _bfd_archive_coff_allow_commons_in_armap
-#define _bfd_archive_coff_allow_commons_in_armap bfd_false
BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff),
#endif
BFD_JUMP_TABLE_SYMBOLS (bfd_elfNN),