* config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
authorRodney Brown <RodneyBrown@pmsc.com>
Tue, 25 Jul 2000 22:29:02 +0000 (22:29 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 25 Jul 2000 22:29:02 +0000 (15:29 -0700)
From-SVN: r35258

gcc/ChangeLog
gcc/config/alpha/osf.h

index 346c8f80d9921864b4b6750781a5092b7acf7ad0..b5955a54e555e429c1dd74847a8b734398803e93 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-25  Rodney Brown  <RodneyBrown@pmsc.com>
+
+       * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
+
 Tue Jul 25 23:08:33 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * sh.md (cmpgtdi_t): Must be split.
index 50d4d5c040eeac43144e19af0dbeac4077014cce..c6760bc27a1b6f12f4e544372bd8b64462e8d49f 100644 (file)
@@ -140,3 +140,7 @@ __enable_execute_stack (addr)                                               \
   if (mprotect (page, end - page, 7) < 0)                              \
     perror ("mprotect of trampoline code");                            \
 }
+
+/* Digital UNIX V4.0E (1091)/usr/include/sys/types.h 4.3.49.9 1997/08/14 */
+#define SIZE_TYPE      "long unsigned int"
+#define PTRDIFF_TYPE   "long int"