aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
diff options
context:
space:
mode:
authorAndreas Schwab <whitebox_@gmx.de>2006-05-20 08:16:01 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2006-05-20 08:16:01 +0000
commit9be3bc1fc18a0e5b4ce54f1ba87e328e14fa1c0e (patch)
treeee6dcced1ce4dd597fa00eec042b73100fc0f433 /gcc/config/pa
parent25292a1bf11f04826b61027db2808a735d26f62a (diff)
downloadgcc-9be3bc1fc18a0e5b4ce54f1ba87e328e14fa1c0e.zip
gcc-9be3bc1fc18a0e5b4ce54f1ba87e328e14fa1c0e.tar.gz
gcc-9be3bc1fc18a0e5b4ce54f1ba87e328e14fa1c0e.tar.bz2
* config/pa/pa-linux.h (STRING_ASM_OP): Prepend and append a tab.
From-SVN: r113925
Diffstat (limited to 'gcc/config/pa')
-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 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"