OSDN Git Service

* mach.scm (def-isa-attr!): hardware can have ISA attributes, too.
authorjimb <jimb>
Thu, 9 Oct 2003 20:49:24 +0000 (20:49 +0000)
committerjimb <jimb>
Thu, 9 Oct 2003 20:49:24 +0000 (20:49 +0000)
cgen/ChangeLog
cgen/mach.scm

index 60662f3..b90915c 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-09  Jim Blandy  <jimb@redhat.com>
+
+       * mach.scm (def-isa-attr!): hardware can have ISA attributes, too.
+
 2003-10-06  Dave Brolley  <brolley@redhat.com>
 
        * gen-all-doc: Add fr550.
index 778b6ec..17605f1 100644 (file)
       ; for it.
       (if (= (length isas) 1)
          '(for)
-         '(for ifield operand insn))
+         '(for ifield operand insn hardware))
       (cons 'values isa-enums))
     )