2000-11-16 Ben Elliston <bje@redhat.com>

* cgen-types.h (VOID): New type.
This commit is contained in:
Ben Elliston 2000-11-16 03:21:48 +00:00
parent 8944fb9d12
commit 2d84da1b7c
2 changed files with 5 additions and 0 deletions

View 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.

View 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;