diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-16 09:45:34 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-16 09:45:34 +0000 |
commit | 011a86179860a339d42eec6c09d510439d271045 (patch) | |
tree | 14065adae6ed274b7406070e64f15bc2fa11e794 /gcc/config/fx80 | |
parent | a3f8291737fd838e260371baf0cc6001285138a9 (diff) | |
download | ppe42-gcc-011a86179860a339d42eec6c09d510439d271045.tar.gz ppe42-gcc-011a86179860a339d42eec6c09d510439d271045.zip |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@499 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/fx80')
-rw-r--r-- | gcc/config/fx80/fx80.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/fx80/fx80.h b/gcc/config/fx80/fx80.h index 806c3230b6b..80839f33c62 100644 --- a/gcc/config/fx80/fx80.h +++ b/gcc/config/fx80/fx80.h @@ -1026,11 +1026,11 @@ extern enum reg_class regno_reg_class[]; /* Output before 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). */ |