summaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-11 22:13:16 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-11 22:13:16 +0000
commit3d6cc54962137a93e701823e3f9b00f581c68865 (patch)
tree2f16d1bed8f7a548b29094f84fb66e83ecdd1993 /libffi
parenta9842c5005dcd14f54760d6c761e04dc8a15f157 (diff)
downloadgcc-3d6cc54962137a93e701823e3f9b00f581c68865.tar.gz
* README: Note that libffi is not part of GCC. Update the project
URL and status. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69250 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ChangeLog5
-rw-r--r--libffi/README10
2 files changed, 12 insertions, 3 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index e3b57b04642..e5f483610bd 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * README: Note that libffi is not part of GCC. Update the project
+ URL and status.
+
2003-06-19 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* src/powerpc/ppc_closure.S: Include ffi.h.
diff --git a/libffi/README b/libffi/README
index a00f23daf3a..21a7735bf74 100644
--- a/libffi/README
+++ b/libffi/README
@@ -1,9 +1,13 @@
-README for libffi-2.00
+This directory contains the libffi package, which is not part of GCC but
+shipped with GCC as convenience.
+
+Status
+======
libffi-2.00 has not been released yet! This is a development snapshot!
-libffi-1.20 was released on [SOME FUTURE DAY]. Check the libffi web
-page for updates: <URL:http://sourceware.cygnus.com/libffi/>.
+libffi-1.20 was released on October 5, 1998. Check the libffi web
+page for updates: <URL:http://sources.redhat.com/libffi/>.
What is libffi?