summaryrefslogtreecommitdiff
path: root/gcc
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
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')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pa/pa-linux.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d92dfa29fd9..7f7dabe1cfb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
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"