This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: config/alpha/osf.h for fixincludes


Needed for fixincludes on 20000724 snapshot on alpha-dec-osf4.0e 

2000-07-25  RodneyBrown  <RodneyBrown@pmsc.com>
	* osf.h: add SIZE_TYPE and PTRDIFF_TYPE for fixincludes

--- gcc/config/alpha/osf.h.orig	Mon Jan 24 15:02:40 2000
+++ gcc/config/alpha/osf.h	Tue Jul 25 23:29:13 2000
@@ -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"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]