* words.h (natural32): Define as "int".
authorMark Mitchell <mark@codesourcery.com>
Wed, 25 Jan 2006 17:29:44 +0000 (17:29 +0000)
committerMark Mitchell <mark@codesourcery.com>
Wed, 25 Jan 2006 17:29:44 +0000 (17:29 +0000)
sim/ppc/ChangeLog
sim/ppc/words.h

index f9bf0b7..a285c7a 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-25  Mark Mitchell  <mark@codesourcery.com>
+
+       * words.h (natural32): Define as "int".
+
 2006-01-23  Mark Mitchell  <mark@codesourcery.com>
 
        * words.h (signed32): Define as "int".
index 269fd4e..a3de1aa 100644 (file)
@@ -51,7 +51,7 @@
 /* bit based */
 typedef char natural8;
 typedef short natural16;
-typedef long natural32;
+typedef int natural32;
 
 typedef signed char signed8;
 typedef signed short signed16;