summaryrefslogtreecommitdiff
path: root/gcc/config/romp/romp.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-16 10:31:38 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-16 10:31:38 +0000
commit397cd47b3fd99736100dffbe4720904103cc8241 (patch)
treedd96ed77d5eef22b33b8c2326232c26b3cc368dd /gcc/config/romp/romp.h
parent7d0d62c748a8d7c0265f2b55396d6e56bfc52d86 (diff)
downloadgcc-397cd47b3fd99736100dffbe4720904103cc8241.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@504 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/romp/romp.h')
-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 880372843b7..3de640fd4d6 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). */