From: Richard Stallman Date: Sat, 1 Aug 1992 18:20:03 +0000 (+0000) Subject: (ASM_OUTPUT_DWARF_STRING): redefinition was incorrect, and uneeded... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fde9637ebe4dce2349ce78a751997886feb53d64;p=gcc.git (ASM_OUTPUT_DWARF_STRING): redefinition was incorrect, and uneeded... (ASM_OUTPUT_DWARF_STRING): redefinition was incorrect, and uneeded; while Solaris as doesn't support .string, it does support .asciz, and sparcv4.h takes care of including that definition. From-SVN: r1742 --- diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 9c915b51f39..c29b7fbac43 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -76,17 +76,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define CTORS_SECTION_ASM_OP "\t.section\t\".ctors\",#alloc,#execinstr\n" #define DTORS_SECTION_ASM_OP "\t.section\t\".dtors\",#alloc,#execinstr\n" -/* The Solaris 2 assembler doesn't support the .string directive, - so disable it. */ - -/* This doesn't work, despite the comment in svr4.h: -#undef STRING_LIMIT -#define STRING_LIMIT 0 -*/ - -#undef ASM_OUTPUT_ASCII -#define ASM_OUTPUT_DWARF_STRING(FILE,P) assemble_string(FILE, P) - /* The Solaris 2 assembler uses .skip, not .zero, so put this back. */ #undef ASM_OUTPUT_SKIP #define ASM_OUTPUT_SKIP(FILE,SIZE) \