* config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.

From-SVN: r35258
This commit is contained in:
Rodney Brown 2000-07-25 22:29:02 +00:00 committed by Richard Henderson
parent 1987b7bcf6
commit 54ffbc76a6
2 changed files with 8 additions and 0 deletions

View 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.

View 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"