Commit 920b9c8d by Julian Brown Committed by Julian Brown

re PR target/20228 ([4.1 Regressions] Cannot link two valid C++ TU together)

	* config/elfos.h: Revert my patch from 2005-02-25 since it broke
	building libjava and caused PR regression/20228.

From-SVN: r95684
parent c9db9354
2005-02-28 Julian Brown <julian@codesourcery.com>
* config/elfos.h: Revert my patch from 2005-02-25 since it broke
building libjava and caused PR regression/20228.
2005-02-28 Paolo Bonzini <bonzini@gnu.org> 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/17383 PR bootstrap/17383
......
...@@ -212,15 +212,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -212,15 +212,7 @@ Boston, MA 02111-1307, USA. */
fprintf ((FILE), "%s\n", ASM_SECTION_START_OP) fprintf ((FILE), "%s\n", ASM_SECTION_START_OP)
#endif #endif
/* Don't use weak for entities with vague linkage when HAVE_GAS_COMDAT_GROUP #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
is true. */
#define MAKE_DECL_ONE_ONLY(DECL) \
do \
{ \
if (!HAVE_GAS_COMDAT_GROUP) \
DECL_WEAK(DECL) = 1; \
} \
while (0)
/* Switch into a generic section. */ /* Switch into a generic section. */
#define TARGET_ASM_NAMED_SECTION default_elf_asm_named_section #define TARGET_ASM_NAMED_SECTION default_elf_asm_named_section
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment