aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/romp
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-16 10:31:38 +0000
committerRichard Stallman <rms@gnu.org>1992-03-16 10:31:38 +0000
commitfdaff8ba21df4dfe32493ecd0fad74f30de48938 (patch)
treedd96ed77d5eef22b33b8c2326232c26b3cc368dd /gcc/config/romp
parent0fb59cdfcd306172be4114453201ded931107ac1 (diff)
downloadgcc-fdaff8ba21df4dfe32493ecd0fad74f30de48938.zip
gcc-fdaff8ba21df4dfe32493ecd0fad74f30de48938.tar.gz
gcc-fdaff8ba21df4dfe32493ecd0fad74f30de48938.tar.bz2
*** empty log message ***
From-SVN: r504
Diffstat (limited to 'gcc/config/romp')
-rw-r--r--gcc/config/romp/romp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h
index 8803728..3de640f 100644
--- a/gcc/config/romp/romp.h
+++ b/gcc/config/romp/romp.h
@@ -1339,11 +1339,11 @@ struct rt_cargs {int gregs, fregs; };
/* Output before instructions and read-only data. */
-#define TEXT_SECTION_ASM_OP "\t.text"
+#define TEXT_SECTION_ASM_OP ".text"
/* Output before writable data. */
-#define DATA_SECTION_ASM_OP "\t.data"
+#define DATA_SECTION_ASM_OP ".data"
/* How to refer to registers in assembler output.
This sequence is indexed by compiler's hard-register-number (see above). */