From: Gerald Pfeifer Date: Fri, 11 Jul 2003 22:13:16 +0000 (+0200) Subject: README: Note that libffi is not part of GCC. X-Git-Tag: releases/gcc-3.4.0~4932 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc0e6222b16f2523c2f037db596995dc4bc00479;p=thirdparty%2Fgcc.git README: Note that libffi is not part of GCC. * README: Note that libffi is not part of GCC. Update the project URL and status. From-SVN: r69250 --- diff --git a/libffi/ChangeLog b/libffi/ChangeLog index e3b57b046421..e5f483610bdb 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2003-07-11 Gerald Pfeifer + + * README: Note that libffi is not part of GCC. Update the project + URL and status. + 2003-06-19 Franz Sirl * src/powerpc/ppc_closure.S: Include ffi.h. diff --git a/libffi/README b/libffi/README index a00f23daf3a0..21a7735bf74d 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: . +libffi-1.20 was released on October 5, 1998. Check the libffi web +page for updates: . What is libffi?