aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/fr30
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@gcc.gnu.org>2000-09-25 12:36:01 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2000-09-25 12:36:01 +0000
commit8802136f1d8489582199f30ec03a4bbecf010f9a (patch)
tree440259e2287043d45b42df0bb35da106cc3781bf /gcc/config/fr30
parent8202cda00e48141c03f815ae1f1a9ff65f32f1da (diff)
downloadgcc-8802136f1d8489582199f30ec03a4bbecf010f9a.zip
gcc-8802136f1d8489582199f30ec03a4bbecf010f9a.tar.gz
gcc-8802136f1d8489582199f30ec03a4bbecf010f9a.tar.bz2
Change callers in config/[b-g]*/ to match:
Changes add TABs on either or both sides, covering start of line, up to any operand for all .*ASM.*_OP definitions. From-SVN: r36617
Diffstat (limited to 'gcc/config/fr30')
-rw-r--r--gcc/config/fr30/fr30.h2
1 files changed, 1 insertions, 1 deletions
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