From b275810aed9683b353e3af23e18915ae0e6748c7 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 7 Jul 2003 19:19:01 +0000 Subject: [PATCH] h8300.md (pushqi1_h8300hs): Revert my patch today. * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch today. (pushhi1_h8300hs): Likewise. From-SVN: r69051 --- gcc/ChangeLog | 6 ++++++ gcc/config/h8300/h8300.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5543c98f8c4..dbe3c5b8d46 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-07-07 Kazu Hirata + + * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch + today. + (pushhi1_h8300hs): Likewise. + 2003-07-07 Andreas Jaeger * genextract.c: Convert remaining prototypes to ISO C90. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 8a1ef34ea35..4ae445c31e6 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -126,7 +126,7 @@ (match_operand:QI 0 "register_operand" "r"))])] "(TARGET_H8300H || TARGET_H8300S) && REGNO (operands[0]) != SP_REG" - "mov.w\\t%f0,@-er7\;subs\\t#2,er7" + "mov.l\\t%S0,@-er7" [(set_attr "length" "4") (set_attr "cc" "clobber")]) @@ -218,7 +218,7 @@ (match_operand:HI 0 "register_operand" "r"))])] "(TARGET_H8300H || TARGET_H8300S) && REGNO (operands[0]) != SP_REG" - "mov.w\\t%f0,@-er7\;subs\\t#2,er7" + "mov.l\\t%S0,@-er7" [(set_attr "length" "4") (set_attr "cc" "clobber")]) -- 2.30.2