+Fri Apr 24 19:57:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * sim-config.h: Discard leading _ from macros.
+ * sim-types.h: Ditto.
+
Wed Apr 22 14:14:19 1998 Michael Meissner <meissner@cygnus.com>
* Make-common.in (CSEARCH): Add -I to intl directories.
/* Basic type sizes for the PowerPC */
-#ifndef _SIM_TYPES_H_
-#define _SIM_TYPES_H_
-
-
+#ifndef SIM_TYPES_H
+#define SIM_TYPES_H
/* INTEGER QUANTITIES:
word size (32/64 bits)
*_cell Size based on the target architecture's
IEEE 1275 cell size (almost always 32 bits)
+ *_address Fits target address
+
+ NONSPECIFIC
+
+ address_word
+ Alias for unsigned_address
+
+ cell_word Alias for signed_cell
+
+ fp_word Holds a floating point word.
*/
#endif
-#endif /* _SIM_TYPES_H_ */
+#endif