diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-01-28 15:26:04 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-01-28 15:26:04 +0000 |
commit | da1775d6449cc419801f0e0832f1a8618c84f90f (patch) | |
tree | 0151c11f49f07153ee10c0c8fdec1b87fc8ef701 /gcc | |
parent | 8f2e963bd6684223571cda40201961d4cbe755d9 (diff) | |
download | gcc-da1775d6449cc419801f0e0832f1a8618c84f90f.zip gcc-da1775d6449cc419801f0e0832f1a8618c84f90f.tar.gz gcc-da1775d6449cc419801f0e0832f1a8618c84f90f.tar.bz2 |
h8300.h: Fix formatting.
* config/h8300/h8300.h: Fix formatting.
* config/h8300/h8300.md: Likewise.
From-SVN: r49284
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.h | 2 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.md | 20 |
3 files changed, 16 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 364d76f..b1c4403 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-01-28 Kazu Hirata <kazu@hxi.com> + + * config/h8300/h8300.h: Fix formatting. + * config/h8300/h8300.md: Likewise. + 2002-01-28 Loren J. Rittle <ljrittle@acm.org> * fixinc/inclhack.def (strict_ansi_not): Add a bypass based on diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 8772242..06a29ab 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -1217,7 +1217,7 @@ readonly_data () \ while (0) #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \ - ASM_OUTPUT_LABEL(FILE, NAME) + ASM_OUTPUT_LABEL (FILE, NAME) /* The prefix to add to user-visible assembler symbols. */ diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index bdb9183..03b430b 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -400,7 +400,7 @@ case 5: return \"mov.w %T1,%e0\;mov.w %T1,%f0\"; default: - abort(); + abort (); } }" [(set_attr "length" "4,4,8,8,4,4") @@ -456,7 +456,7 @@ case 5: return \"mov.w %T1,%e0\;mov.w %T1,%f0\"; default: - abort(); + abort (); } }" [(set_attr "length" "4,4,8,8,4,4") @@ -1302,7 +1302,7 @@ (set (match_operand:HI 0 "register_operand" "") (match_dup 2))] "" - "{ operands[2] = gen_reg_rtx (HImode); }") + "operands[2] = gen_reg_rtx (HImode);") (define_insn "neghi2_h8300h" [(set (match_operand:HI 0 "register_operand" "=r") @@ -1332,7 +1332,7 @@ (set (match_operand:SI 0 "register_operand" "") (match_dup 2))] "" - "{ operands[2] = gen_reg_rtx(SImode); }") + "operands[2] = gen_reg_rtx (SImode);") (define_insn "negsi2_h8300h" [(set (match_operand:SI 0 "register_operand" "=r") @@ -1625,9 +1625,9 @@ }" [(set_attr "cc" "clobber") (set (attr "length") - (if_then_else (match_operand:QI 0 "small_call_insn_operand" "") - (const_int 4) - (const_int 8)))]) + (if_then_else (match_operand:QI 0 "small_call_insn_operand" "") + (const_int 4) + (const_int 8)))]) ;; Call subroutine, returning value in operand 0 ;; (which must be a hard register). @@ -1649,9 +1649,9 @@ }" [(set_attr "cc" "clobber") (set (attr "length") - (if_then_else (match_operand:QI 0 "small_call_insn_operand" "") - (const_int 4) - (const_int 8)))]) + (if_then_else (match_operand:QI 0 "small_call_insn_operand" "") + (const_int 4) + (const_int 8)))]) (define_insn "nop" [(const_int 0)] |