OSDN Git Service

* build fix for recently increased isa sensitivity
authorfche <fche>
Mon, 23 Oct 2000 18:17:44 +0000 (18:17 +0000)
committerfche <fche>
Mon, 23 Oct 2000 18:17:44 +0000 (18:17 +0000)
2000-10-23  Frank Ch. Eigler  <fche@redhat.com>

* thumb.scm (cc-tests): Add (ISA thumb) attribute.

cgen/ChangeLog
cgen/thumb.cpu

index daaf379..a7830dd 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-23  Frank Ch. Eigler  <fche@redhat.com>
+
+       * thumb.scm (cc-tests): Add (ISA thumb) attribute.
+
 2000-10-13  matthew green  <mrg@cygnus.com>
 
        * utils-cgen.scm (get-ifetch): Move from here ...
index 343a9ca..60198aa 100644 (file)
 
 (define-normal-insn-enum cc-tests
   "condition code tests"
-  () "" f-cond
+  ((ISA thumb)) "" f-cond
   (
    (CC_EQ 0)   ; equal
    (CC_NE 1)   ; not equal