]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/rs6000/aix.h (WINT_TYPE): Define.
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 23 Feb 2005 00:00:43 +0000 (00:00 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 23 Feb 2005 00:00:43 +0000 (19:00 -0500)
From-SVN: r95421

gcc/ChangeLog
gcc/config/rs6000/aix.h

index a8d9d5a174d1dcc384ea49473b9366969a4c1289..832c0edf2f20f02510c43df182a97890dec5b9d5 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-22  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/aix.h (WINT_TYPE): Define.
+
 2005-02-22  Stan Shebs  <shebs@apple.com>
 
        * config/rs6000/rs6000.c (rs6000_override_options): Default to
index 440fe02c3a2ae8611c27b2c56ce0e25456b066b7..82d7ec7f375bb32518799f7d3c7187171561b12b 100644 (file)
    32-bit mode.  */
 #define OS_MISSING_POWERPC64 1
 #define OS_MISSING_ALTIVEC 1
+
+/* WINT_TYPE */
+#define WINT_TYPE "int"