jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.
[gcc.git] / libjava / gcj / javaprims.h
index 04f99edd68ccacc420f892eaa2cc427d379d73a2..61f5276c0229f473b1023263cea0125155e39aa9 100644 (file)
@@ -624,6 +624,10 @@ typedef unsigned short _Jv_ushort __attribute__((__mode__(__HI__)));
 typedef unsigned int _Jv_uint __attribute__((__mode__(__SI__)));
 typedef unsigned int _Jv_ulong __attribute__((__mode__(__DI__)));
 
+// The type to use when treating a pointer as an integer.  Similar to
+// uintptr_t in C99.
+typedef unsigned int _Jv_uintptr_t __attribute__((__mode__(__pointer__)));
+
 class _Jv_Utf8Const
 {
   _Jv_ushort hash;