Mnay fixes.
authorgreen <green>
Mon, 17 Apr 2000 03:32:37 +0000 (03:32 +0000)
committergreen <green>
Mon, 17 Apr 2000 03:32:37 +0000 (03:32 +0000)
libffi/ChangeLog
libffi/README

index 5292710..b62d411 100644 (file)
@@ -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).
index d68b63e..4d276bc 100644 (file)
@@ -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.