* rs6000.h (SIZE_TYPE): Define.
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 21 Jul 2000 18:29:16 +0000 (18:29 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 21 Jul 2000 18:29:16 +0000 (14:29 -0400)
From-SVN: r35177

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

index 9104350ead09ca7f62480cc783696a2a85cfb34b..9e4577701356880ace26b85af8f40eceaf3dd4c1 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-21  David Edelsohn  <edelsohn@gnu.org>
+
+       * rs6000.h (SIZE_TYPE): Define.
+
 2000-07-21  Mark Mitchell  <mark@codesourcery.com>
 
        * ssa.c (rename_insn_1): Don't rename registers that are
index 9b3de41fcbd2ed0bfacb17fd3cdea5c887b3a04c..973aeaabc6ae7b67bc3397f8f2cf360649ebb717 100644 (file)
@@ -504,6 +504,9 @@ extern int rs6000_debug_arg;                /* debug argument handling */
 /* Type used for ptrdiff_t, as a string used in a declaration.  */
 #define PTRDIFF_TYPE "int"
 
+/* Type used for size_t, as a string used in a declaration.  */
+#define SIZE_TYPE "long unsigned int"
+
 /* Type used for wchar_t, as a string used in a declaration.  */
 #define WCHAR_TYPE "short unsigned int"