diff options
-rw-r--r-- | libffi/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 69c9e00ef0e..2516c17c64b 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,5 +1,12 @@ 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> + * 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 <joel.sherrill@oarcorp.com> + * configure.ac: Add mips*-*-rtems* support. * configure: Regenerate. * src/mips/ffitarget.h: Ensure needed constants are available |