Commit 54ffbc76 by Rodney Brown Committed by Richard Henderson

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

From-SVN: r35258
parent 1987b7bc
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.
......
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment