[Patch] New type in sim/common/cgen-types.h

Ben Elliston bje@redhat.com
Wed Nov 15 19:17:00 GMT 2000


I am about to check in the following change -- FYI.

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

	* cgen-types.h (VOID): New type.

--- cgen-types.h	1999/08/31 01:12:03	1.1.1.4
+++ cgen-types.h	2000/11/16 03:16:30
@@ -64,6 +64,7 @@
 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;


More information about the Gdb-patches mailing list