2000-11-16 Ben Elliston <bje@redhat.com>
authorBen Elliston <bje@au.ibm.com>
Thu, 16 Nov 2000 03:21:48 +0000 (03:21 +0000)
committerBen Elliston <bje@au.ibm.com>
Thu, 16 Nov 2000 03:21:48 +0000 (03:21 +0000)
* cgen-types.h (VOID): New type.

sim/common/ChangeLog
sim/common/cgen-types.h

index a9018364144a5b322d5b737f8354f8ad1f94d0cf..36e1fbb58e9126ea24e746f6c568bde4237b222b 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-16  Ben Elliston  <bje@redhat.com>
+
+       * cgen-types.h (VOID): New type.
+
 2000-11-09  Ben Elliston  <bje@redhat.com>
 
        * sim-fpu.c (sim_fpu_one): Set exponent to 0.
index 9848edfb6e7a2f105df1f93f82cef0b01c069f95..dd85d4ce7e5ef83a6754463875035f44e064ac57 100644 (file)
@@ -64,6 +64,7 @@ typedef enum mode_type {
 extern const char *mode_names[];
 #define MODE_NAME(m) (mode_names[m])
 
+typedef void VOID;
 typedef unsigned char BI;
 typedef signed8 QI;
 typedef signed16 HI;