Commit 45adea50 by Alexandre Oliva Committed by Alexandre Oliva

mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe constant.

* config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe
constant.

From-SVN: r71718
parent 9ab346a1
2003-09-23 Alexandre Oliva <aoliva@redhat.com>
* config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe
constant.
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org> 2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Move vax-*-vms* unsupported notice up with the rest. * config.gcc: Move vax-*-vms* unsupported notice up with the rest.
......
...@@ -1234,7 +1234,7 @@ ...@@ -1234,7 +1234,7 @@
|| INTVAL (operands[2]) == 0x3fffffff || INTVAL (operands[2]) == 0x3fffffff
|| INTVAL (operands[2]) == 0x1fffffff || INTVAL (operands[2]) == 0x1fffffff
|| INTVAL (operands[2]) == 0x0fffffff || INTVAL (operands[2]) == 0x0fffffff
|| INTVAL (operands[2]) == 0x0ffffffe || INTVAL (operands[2]) == 0xfffffffe
|| INTVAL (operands[2]) == 0xfffffffc || INTVAL (operands[2]) == 0xfffffffc
|| INTVAL (operands[2]) == 0xfffffff8 || INTVAL (operands[2]) == 0xfffffff8
|| INTVAL (operands[2]) == 0xfffffff0)") || INTVAL (operands[2]) == 0xfffffff0)")
...@@ -1285,7 +1285,7 @@ ...@@ -1285,7 +1285,7 @@
|| INTVAL (operands[2]) == 0x3fffffff || INTVAL (operands[2]) == 0x3fffffff
|| INTVAL (operands[2]) == 0x1fffffff || INTVAL (operands[2]) == 0x1fffffff
|| INTVAL (operands[2]) == 0x0fffffff || INTVAL (operands[2]) == 0x0fffffff
|| INTVAL (operands[2]) == 0x0ffffffe || INTVAL (operands[2]) == 0xfffffffe
|| INTVAL (operands[2]) == 0xfffffffc || INTVAL (operands[2]) == 0xfffffffc
|| INTVAL (operands[2]) == 0xfffffff8 || INTVAL (operands[2]) == 0xfffffff8
|| INTVAL (operands[2]) == 0xfffffff0)") || INTVAL (operands[2]) == 0xfffffff0)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment