From 9be3bc1fc18a0e5b4ce54f1ba87e328e14fa1c0e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 20 May 2006 08:16:01 +0000 Subject: * config/pa/pa-linux.h (STRING_ASM_OP): Prepend and append a tab. From-SVN: r113925 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa-linux.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d92dfa2..7f7dabe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-05-20 Andreas Schwab + + * config/pa/pa-linux.h (STRING_ASM_OP): Prepend and append a tab. + 2006-05-19 Mike Stump * c-tree.h (default_conversion): Remove. diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index 81dc152..7d604a1 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -66,7 +66,7 @@ Boston, MA 02110-1301, USA. */ file which includes this one. */ #undef STRING_ASM_OP -#define STRING_ASM_OP ".stringz" +#define STRING_ASM_OP "\t.stringz\t" #define TEXT_SECTION_ASM_OP "\t.text" #define DATA_SECTION_ASM_OP "\t.data" -- cgit v1.1