]> sourceware.org Git - cgen.git/commitdiff
* build fix for recently increased isa sensitivity
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 23 Oct 2000 18:17:44 +0000 (18:17 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
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.

ChangeLog
thumb.cpu

index daaf3795b0405ebe06f578a3e8177de68b006cbf..a7830ddede6e86eae132b39cb511df1f7911ce95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 343a9cad03bb67e7b18c1123ddffe8d7d5c2ad52..60198aad64dba04ec31342cd46a5806f15dfe019 100644 (file)
--- a/thumb.cpu
+++ b/thumb.cpu
 
 (define-normal-insn-enum cc-tests
   "condition code tests"
-  () "" f-cond
+  ((ISA thumb)) "" f-cond
   (
    (CC_EQ 0)   ; equal
    (CC_NE 1)   ; not equal
This page took 0.031446 seconds and 5 git commands to generate.