libstdc++.exp (v3_target_compile): Set timeout to 600.
[gcc.git] / libffi / README
index 21a7735bf74df0686dd2fde2be727f6a82878a4b..471107700cafa8953c6d9d264f25e571f426a693 100644 (file)
@@ -46,7 +46,7 @@ Supported Platforms and Prerequisites
 
 Libffi has been ported to:
 
-       SunOS 4.1.3 & Solaris 2.x (Sparc v8)
+       SunOS 4.1.3 & Solaris 2.x (SPARC-V8, SPARC-V9)
 
        Irix 5.3 & 6.2 (System V/o32 & n32)
 
@@ -306,15 +306,9 @@ Platform Specific Notes
 
 There are no known problems with the x86 port.
 
-       Sun Sparc - SunOS 4.1.3 & Solaris 2.x
+       Sun SPARC - SunOS 4.1.3 & Solaris 2.x
        -------------------------------------
 
-There's a bug in the structure passing code for sparc processors.
-Struct arguments that are passed in value actually end up being passed
-by reference. This will be fixed Real Soon Now.
-
-"long long" values are not supported yet.
-
 You must use GNU Make to build libffi on Sun platforms.
 
        MIPS - Irix 5.3 & 6.x
@@ -378,15 +372,6 @@ single-precision anyway.  This causes one test to fail (the `many
 arguments' test).
 
 
-What's With The Crazy Comments?
-===============================
-
-You might notice a number of cryptic comments in the code, delimited
-by /*@ and @*/. These are annotations read by the program LCLint, a
-tool for statically checking C programs. You can read all about it at
-<http://larch-www.lcs.mit.edu:8001/larch/lclint/index.html>.
-
-
 History
 =======