From f82bef7d8e520f1eb69e0cc5911667325a735fd4 Mon Sep 17 00:00:00 2001 From: joel Date: Tue, 8 Feb 2011 19:18:31 +0000 Subject: 2011-02-07 Joel Sherrill * libffi/src/m68k/ffi.c: Add RTEMS support for cache flushing. Handle case when CPU variant does not have long double support. * libffi/src/m68k/sysv.S: Add support for mc68000, Coldfire, and cores with soft floating point. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169937 138bc75d-0d04-0410-961f-82ee72b054a4 --- libffi/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libffi/ChangeLog') diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 69c9e00ef0e..2516c17c64b 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,10 @@ +2011-02-07 Joel Sherrill + + * libffi/src/m68k/ffi.c: Add RTEMS support for cache flushing. + Handle case when CPU variant does not have long double support. + * libffi/src/m68k/sysv.S: Add support for mc68000, Coldfire, + and cores with soft floating point. + 2011-02-07 Joel Sherrill * configure.ac: Add mips*-*-rtems* support. -- cgit v1.2.1