+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.
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