summaryrefslogtreecommitdiff
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
commit2ee91079e8a6d2e0b6151129041bb7f4545dbd2a (patch)
tree169e98bca304e50e5a75b34608e4e0bda1a9b4d3 /bfd/elfxx-target.h
parent187eccd48087c785f20d9ef70979843ead9e59f0 (diff)
downloadgdb-2ee91079e8a6d2e0b6151129041bb7f4545dbd2a.tar.gz
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 6963d4e5825..0a69dd80ee4 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),