aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-08-01 18:20:03 +0000
committerRichard Stallman <rms@gnu.org>1992-08-01 18:20:03 +0000
commitfde9637ebe4dce2349ce78a751997886feb53d64 (patch)
tree52d50f96f9b210efe854c2e511652c0c4c47ac6a
parent6c07cb3c1d7a70f36bfda94b32e46df5b2261d64 (diff)
downloadgcc-fde9637ebe4dce2349ce78a751997886feb53d64.zip
gcc-fde9637ebe4dce2349ce78a751997886feb53d64.tar.gz
gcc-fde9637ebe4dce2349ce78a751997886feb53d64.tar.bz2
(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
-rw-r--r--gcc/config/sparc/sol2.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h
index 9c915b5..c29b7fb 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) \