summaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa-linux.h
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-20 08:16:01 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-20 08:16:01 +0000
commit82c65053193d11e14b85140052f71397ce8329e9 (patch)
treeee6dcced1ce4dd597fa00eec042b73100fc0f433 /gcc/config/pa/pa-linux.h
parent887d008639e4cfaf6d358bdf56a877aaa6f5e7a8 (diff)
downloadgcc-82c65053193d11e14b85140052f71397ce8329e9.tar.gz
* config/pa/pa-linux.h (STRING_ASM_OP): Prepend and append a tab.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113925 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-linux.h')
-rw-r--r--gcc/config/pa/pa-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h
index 81dc152fcb8..7d604a1a727 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"