diff options
| -rw-r--r-- | libffi/ChangeLog | 5 | ||||
| -rw-r--r-- | libffi/README | 10 |
2 files changed, 12 insertions, 3 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index e3b57b0..e5f4836 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 a00f23d..21a7735 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? |
