OSDN Git Service

* config/pa/pa-linux.h (STRING_ASM_OP): Prepend and append a tab.
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 2006 08:16:01 +0000 (08:16 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 2006 08:16:01 +0000 (08:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113925 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa-linux.h

index d92dfa2..7f7dabe 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-20  Andreas Schwab  <whitebox_@gmx.de>
+
+       * config/pa/pa-linux.h (STRING_ASM_OP): Prepend and append a tab.
+
 2006-05-19  Mike Stump  <mrs@apple.com>
 
        * c-tree.h (default_conversion): Remove.
 2006-05-19  Mike Stump  <mrs@apple.com>
 
        * c-tree.h (default_conversion): Remove.
index 81dc152..7d604a1 100644 (file)
@@ -66,7 +66,7 @@ Boston, MA 02110-1301, USA.  */
    file which includes this one.  */
 
 #undef STRING_ASM_OP
    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"
 
 #define TEXT_SECTION_ASM_OP "\t.text"
 #define DATA_SECTION_ASM_OP "\t.data"