aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>1998-04-27 18:41:40 +0000
committerJim Wilson <wilson@gcc.gnu.org>1998-04-27 11:41:40 -0700
commit1688d6d2c75c0a3b02144fa4479377da2c6818c7 (patch)
treef2c1bfa4428523418d83c7eb77d4119ec8d15eea /gcc
parent0628fde6079759bf33e27118e027caaa6f034698 (diff)
downloadgcc-1688d6d2c75c0a3b02144fa4479377da2c6818c7.zip
gcc-1688d6d2c75c0a3b02144fa4479377da2c6818c7.tar.gz
gcc-1688d6d2c75c0a3b02144fa4479377da2c6818c7.tar.bz2
Fix coldfire addsf3 bug, bug and patch from David Fiddes.
* m68k/lb1sf68.asm (Laddsf$3): Fix typos in mcf5200 exg code. From-SVN: r19436
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/m68k/lb1sf68.asm4
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1c1c09f..5b049e6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
Mon Apr 27 18:36:28 1998 Jim Wilson <wilson@cygnus.com>
+ * m68k/lb1sf68.asm (Laddsf$3): Fix typos in mcf5200 exg code.
+
* loop.c (check_dbra_loop): New locals jump, first_compare, and
compare_and_branch. Call get_condition to set first_compare.
Set compare_and_branch to number of compare/branch instructions.
diff --git a/gcc/config/m68k/lb1sf68.asm b/gcc/config/m68k/lb1sf68.asm
index a8a7a6c..7d6dba3 100644
--- a/gcc/config/m68k/lb1sf68.asm
+++ b/gcc/config/m68k/lb1sf68.asm
@@ -2685,9 +2685,9 @@ Laddsf$3:
#else
movel d6,d4
movel a0,d6
- movel d4,d6
+ movel d4,a0
movel d7,d4
- movel a1,d4
+ movel a1,d7
movel d4,a1
#endif
eorl d6,d7 | combine sign bits