From 77fb9c28ac0594b97f5b193d45118fdf09d96881 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 10 Dec 1999 18:51:35 +0000 Subject: Revert previous patch. --- bfd/elfxx-target.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'bfd/elfxx-target.h') 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), -- cgit v1.1