Commit f7e9f91adec4ff1c2e7a13b3de81d2c5a3f55e7e

green 2000-04-17T03:32:37

Mnay fixes.

diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 5292710..b62d411 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,6 +1,6 @@
 2000-04-16  Anthony Green  <green@redhat.com>
 
-	* README: Credit updates.
+	* README: Credit updates.  Update supported platorms.
 
 	* include/ffi.h.in: Important size fixes from William Knottenblet
 	(wjk@doc.ic.ac.uk).
diff --git a/libffi/README b/libffi/README
index d68b63e..4d276bc 100644
--- a/libffi/README
+++ b/libffi/README
@@ -42,27 +42,26 @@ Supported Platforms and Prerequisites
 
 Libffi has been ported to:
 
-	SunOS 4.1.3 & Solaris 2.x (Sparc v8)
-
-	32- and 64-bit Sparc Linux (Sparc v8 and v9)
-
-	Irix 5.3 & 6.2 (System V/o32 & n32)
+	Alpha - Linux and OSF/1
 
-	Intel IA-32 - Linux (System V ABI)
+	ARM - Linux (System V ABI)
 
-	Intel IA-64 - Linux (System V ABI)
+	IA-32 - Linux, Solaris, and BeOS (System V ABI)
 
-	Alpha - Linux and OSF/1
+	IA-64 - Linux (System V ABI)
 
 	m68k - Linux (System V ABI)
 
+	MIPS, 32- and 64-bit - Irix (System V/o32 and n32)
+
 	PowerPC - Linux (System V ABI)
 
-	ARM - Linux (System V ABI)
+	Sparc, 32-bit - SunOS 4.1.3, Solaris 2.x, and Linux (Sparc v8)
 
-Libffi has been tested with GCC 2.95 and newer compilers. 
+	Sparc, 64-bit - Linux (Sparc v9)
 
-On PowerPC, the tests failed (see the note below).
+
+Libffi has been tested with GCC 2.95 and newer compilers. 
 
 You must use GNU make to build libffi.