summaryrefslogtreecommitdiff
path: root/sim/common
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2000-11-16 03:21:48 +0000
committerBen Elliston <bje@au.ibm.com>2000-11-16 03:21:48 +0000
commitf2ee194564ae1088c4ade5c064618a567dbec157 (patch)
tree9b105b0e2507888009c08bd3bfd73e1249d9ee91 /sim/common
parent9d1a8f1cb3a46d3d491e06e7cd95ad2d76c643ae (diff)
downloadgdb-f2ee194564ae1088c4ade5c064618a567dbec157.tar.gz
2000-11-16 Ben Elliston <bje@redhat.com>
* cgen-types.h (VOID): New type.
Diffstat (limited to 'sim/common')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/cgen-types.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index a9018364144..36e1fbb58e9 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -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.
diff --git a/sim/common/cgen-types.h b/sim/common/cgen-types.h
index 9848edfb6e7..dd85d4ce7e5 100644
--- a/sim/common/cgen-types.h
+++ b/sim/common/cgen-types.h
@@ -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;