(ELF_STRING_LIMIT): Rename from STRING_LIMIT.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181287
138bc75d-0d04-0410-961f-
82ee72b054a4
+2011-11-11 Uros Bizjak <ubizjak@gmail.com>
+
+ * config/alpha/elf.h (ELF_ASCII_ESCAPES): Rename from ESCAPES.
+ (ELF_STRING_LIMIT): Rename from STRING_LIMIT.
+
2011-11-11 Jason Merrill <jason@redhat.com>
* varasm.c (default_elf_asm_output_limited_string): #ifdef
2011-11-11 Jason Merrill <jason@redhat.com>
* varasm.c (default_elf_asm_output_limited_string): #ifdef
the i386) don't know about that. Also, we don't use \v
since some versions of gas, such as 2.2 did not accept it. */
the i386) don't know about that. Also, we don't use \v
since some versions of gas, such as 2.2 did not accept it. */
-#undef ESCAPES
-#define ESCAPES \
+#undef ELF_ASCII_ESCAPES
+#define ELF_ASCII_ESCAPES \
"\1\1\1\1\1\1\1\1btn\1fr\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\
\0\0\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\\\0\0\0\
"\1\1\1\1\1\1\1\1btn\1fr\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\
\0\0\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\\\0\0\0\
If your target assembler doesn't support the .string directive, you
should define this to zero. */
If your target assembler doesn't support the .string directive, you
should define this to zero. */
-#undef STRING_LIMIT
-#define STRING_LIMIT ((unsigned) 256)
+#undef ELF_STRING_LIMIT
+#define ELF_STRING_LIMIT ((unsigned) 256)
+
#undef STRING_ASM_OP
#define STRING_ASM_OP "\t.string\t"
#undef STRING_ASM_OP
#define STRING_ASM_OP "\t.string\t"