]> sourceware.org Git - cgen.git/commitdiff
* mach.scm (def-isa-attr!): hardware can have ISA attributes, too.
authorJim Blandy <jimb@sourceware.org>
Thu, 9 Oct 2003 20:49:24 +0000 (20:49 +0000)
committerJim Blandy <jimb@sourceware.org>
Thu, 9 Oct 2003 20:49:24 +0000 (20:49 +0000)
ChangeLog
mach.scm

index 60662f35a9a62bb6ad9f888c4295f7639b5f7ece..b90915c8c05506eeeca1b86c16eb91f460233021 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 778b6ec4670d90e0b95985eef6a11f7812fd8f53..17605f16b77dd7218b452d6ca8a28f9a5ddffc8e 100644 (file)
--- a/mach.scm
+++ b/mach.scm
       ; for it.
       (if (= (length isas) 1)
          '(for)
-         '(for ifield operand insn))
+         '(for ifield operand insn hardware))
       (cons 'values isa-enums))
     )
 
This page took 0.032968 seconds and 5 git commands to generate.