aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/c4x/c4x.h2
-rw-r--r--gcc/config/d30v/d30v.h2
-rw-r--r--gcc/config/fr30/fr30.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h
index 93c3386..3a6dae3 100644
--- a/gcc/config/c4x/c4x.h
+++ b/gcc/config/c4x/c4x.h
@@ -1987,7 +1987,7 @@ fini_section () \
{ \
if (in_section != in_fini) \
{ \
- fprintf (asm_out_file, "\t%s\n", FINI_SECTION_ASM_OP); \
+ fprintf (asm_out_file, "%s\n", FINI_SECTION_ASM_OP); \
in_section = in_fini; \
} \
}
diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h
index ef32726..a093fc6 100644
--- a/gcc/config/d30v/d30v.h
+++ b/gcc/config/d30v/d30v.h
@@ -4207,7 +4207,7 @@ do { \
to assemble a single byte containing the number VALUE. */
#define ASM_OUTPUT_BYTE(STREAM, VALUE) \
- fprintf (STREAM, "\t%s %d\n", ASM_BYTE_OP, (int)(VALUE))
+ fprintf (STREAM, "%s%d\n", ASM_BYTE_OP, (int)(VALUE))
/* A C string constant giving the pseudo-op to use for a sequence of
single-byte constants. If this macro is not defined, the default
diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h
index 36dd293..20d8f55 100644
--- a/gcc/config/fr30/fr30.h
+++ b/gcc/config/fr30/fr30.h
@@ -1513,7 +1513,7 @@ do \
/* A C statement to output to the stdio stream STREAM an assembler instruction
to assemble a single byte containing the number VALUE. */
#define ASM_OUTPUT_BYTE(STREAM, VALUE) \
- fprintf (STREAM, "\t%s\t0x%x\n", ASM_BYTE_OP, (VALUE))
+ fprintf (STREAM, "%s0x%x\n", ASM_BYTE_OP, (VALUE))
/* These macros are defined as C string constant, describing the syntax in the
assembler for grouping arithmetic expressions. The following definitions