OSDN Git Service

(ASM_OUTPUT_DWARF_STRING): redefinition was
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Aug 1992 18:20:03 +0000 (18:20 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Aug 1992 18:20:03 +0000 (18:20 +0000)
incorrect, and uneeded; while Solaris as doesn't support .string, it
does support .asciz, and sparcv4.h takes care of including that definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1742 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/sol2.h

index 9c915b5..c29b7fb 100644 (file)
@@ -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)  \