OSDN Git Service

* frv.cpu: Add IDOC attribute.
authordevans <devans>
Tue, 10 Jun 2003 21:24:48 +0000 (21:24 +0000)
committerdevans <devans>
Tue, 10 Jun 2003 21:24:48 +0000 (21:24 +0000)
cpu/ChangeLog
cpu/frv.cpu

index 07ba85f..ddf23b5 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-10  Doug Evans  <dje@sebabeach.org>
+
+       * frv.cpu: Add IDOC attribute.
+
 2003-06-06  Andrew Cagney  <cagney@redhat.com>
 
        Contributed by Red Hat.
index 9550850..efe3b98 100644 (file)
   (comment "placeholder attribute")
   (attrs META) ; do not define in any generated file for now
 )
+
+; IDOC attribute for instruction documentation.
+
+(define-attr
+  (for insn)
+  (type enum)
+  (name IDOC)
+  (comment "insn kind for documentation")
+  (attrs META)
+  (values
+   (MEM - () "Memory")
+   (ALU - () "ALU")
+   (FPU - () "FPU")
+   (BR - () "Branch")
+   (PRIV - () "Priviledged")
+   (MISC - () "Miscellaneous")
+  )
+)
 \f
 ; Instruction fields.
 ;