* Revert patch from 2005-04-13.

From-SVN: r98143
This commit is contained in:
Julian Brown 2005-04-14 16:54:04 +00:00 committed by Julian Brown
parent ab13f408ce
commit 07b1265239
2 changed files with 6 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2005-04-14 Julian Brown <julian@codesourcery.com>
* Revert elfos.h part of my patch from 2005-04-13 for causing libstdc++
link failures on ppc64 Linux.
2005-04-14 Andreas Krebbel <krebbel1@de.ibm.com>
* config.gcc: Set cpu_type for s390.

View File

@ -212,15 +212,7 @@ Boston, MA 02111-1307, USA. */
fprintf ((FILE), "%s\n", ASM_SECTION_START_OP)
#endif
/* Don't use weak for entities with vague linkage when HAVE_GAS_COMDAT_GROUP
is true. */
#define MAKE_DECL_ONE_ONLY(DECL) \
do \
{ \
if (!HAVE_GAS_COMDAT_GROUP) \
DECL_WEAK(DECL) = 1; \
} \
while (0)
#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/* Switch into a generic section. */
#define TARGET_ASM_NAMED_SECTION default_elf_asm_named_section