]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/7248 ([m68k] broken "inclusive or" code)
authorAndreas Schwab <schwab@suse.de>
Mon, 17 Mar 2003 10:22:00 +0000 (10:22 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 17 Mar 2003 10:22:00 +0000 (10:22 +0000)
PR target/7248
* config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
martin@blom.org.

From-SVN: r64475

gcc/ChangeLog
gcc/config/m68k/m68k.md

index 9d4501f9c27d2e2c628eaa7fa51c7f9b8e14f6c6..4c81ec48f8b09f4643254d9bd6d9ccfa0736b4ac 100644 (file)
@@ -1,3 +1,9 @@
+2003-03-17  Andreas Schwab  <schwab@suse.de>
+
+       PR target/7248
+       * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
+       martin@blom.org.
+
 2003-03-16  Richard Henderson  <rth@redhat.com>
 
        * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
index f8bc93f8a8091bfa803119e4632e85a670560597..e5bfdeca8559e005e9a8e630b310e0a3c14adb92 100644 (file)
@@ -1,5 +1,5 @@
 ;;- Machine description for GNU compiler, Motorola 68000 Version
-;;  Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002
+;;  Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003
 ;;  Free Software Foundation, Inc.
 
 ;; This file is part of GNU CC.
          case -1 :
            /* FIXME : a scratch register would be welcome here if operand[0]
               is not a register */
-           output_asm_insn (\"move%.l %#-1,%R0\", operands);
+           output_asm_insn (\"move%.l %#-1,%0\", operands);
            break;
          default :
            {