From b6193c94eb443c680cc828266fc93b654d28d250 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 1 Aug 2011 12:14:21 +0000 Subject: re PR debug/49887 (.debug_macro breaks many Solaris/SPARC tests) PR debug/49887 * config/sol2.c (solaris_code_end): Rename to solaris_file_end. * config/sol2-protos.h: Likewise. * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Don't call solaris_code_end. * config/i386/sol2.h [!USE_GAS] (TARGET_ASM_FILE_END): Redefine. * config/sparc/sparc.c (sparc_file_end) [TARGET_SOLARIS]: Call solaris_file_end. * config/sparc/sol2.h (TARGET_ASM_CODE_END): Remove. From-SVN: r177020 --- gcc/config/sparc/sol2.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/config/sparc/sol2.h') diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 12fef68..64932f9 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -314,10 +314,6 @@ along with GCC; see the file COPYING3. If not see #undef TARGET_ASM_NAMED_SECTION #define TARGET_ASM_NAMED_SECTION sparc_solaris_elf_asm_named_section -/* Emit COMDAT group signature symbols for Sun as. */ -#undef TARGET_ASM_CODE_END -#define TARGET_ASM_CODE_END solaris_code_end - /* Sun as requires doublequoted section names on SPARC. While GNU as supports that, too, we prefer the standard variant. */ #undef SECTION_NAME_FORMAT -- cgit v1.1