mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
2000-11-16 Ben Elliston <bje@redhat.com>
* cgen-types.h (VOID): New type.
This commit is contained in:
parent
8944fb9d12
commit
2d84da1b7c
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user