summaryrefslogtreecommitdiff
path: root/gcc/config/fr30
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 08:54:42 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 08:54:42 +0000
commit70b3688e9c3a03ada9fcff2be1aaee620f7ebf3f (patch)
treec6dea472ff94606cd6667e27998e2ead0841da60 /gcc/config/fr30
parent3080379f7af7f398feb3b7e240b795757db76f2b (diff)
downloadgcc-70b3688e9c3a03ada9fcff2be1aaee620f7ebf3f.tar.gz
definitions in config/[c-h]*:
Changes add TABs on either or both sides, covering start of line, up to any operand for all .*ASM.*_OP definitions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36606 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/fr30')
-rw-r--r--gcc/config/fr30/fr30.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h
index 7a49a287089..36dd29362a0 100644
--- a/gcc/config/fr30/fr30.h
+++ b/gcc/config/fr30/fr30.h
@@ -1410,12 +1410,12 @@ do \
/* A C expression whose value is a string containing the assembler operation
that should precede instructions and read-only data. Normally `".text"' is
right. */
-#define TEXT_SECTION_ASM_OP ".text"
+#define TEXT_SECTION_ASM_OP "\t.text"
/* A C expression whose value is a string containing the assembler operation to
identify the following data as writable initialized data. Normally
`".data"' is right. */
-#define DATA_SECTION_ASM_OP ".data"
+#define DATA_SECTION_ASM_OP "\t.data"
/* If defined, a C expression whose value is a string containing the
assembler operation to identify the following data as
@@ -1424,7 +1424,7 @@ do \
uninitialized global data will be output in the data section if
`-fno-common' is passed, otherwise `ASM_OUTPUT_COMMON' will be
used. */
-#define BSS_SECTION_ASM_OP ".bss"
+#define BSS_SECTION_ASM_OP "\t.bss"
/*}}}*/
/*{{{ The Overall Framework of an Assembler File. */