]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 f9bf0b7f6185e8d02297bbbacbe7ae7c13af3cc0..a285c7a05f3510725b60ec1237b01e1bdd8918df 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 269fd4e43f82e0dc0a7209baf95cceee0290fad5..a3de1aa622026dcb98b7adf1099d1dd1feec8424 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;