diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 12:36:01 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 12:36:01 +0000 |
commit | d32cd5ff699d79b3e12daa6e90afdb282844deba (patch) | |
tree | 440259e2287043d45b42df0bb35da106cc3781bf /gcc/config/d30v | |
parent | 95d655c33f9eea0ab723740e19c86dd8298de2c4 (diff) | |
download | gcc-d32cd5ff699d79b3e12daa6e90afdb282844deba.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36617 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/d30v')
-rw-r--r-- | gcc/config/d30v/d30v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index ef327268a48..a093fc6a90b 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 |