]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ffi.c: Add RTEMS support for cache flushing.
authorJoel Sherrill <joel@gcc.gnu.org>
Tue, 8 Feb 2011 19:18:31 +0000 (19:18 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Tue, 8 Feb 2011 19:18:31 +0000 (19:18 +0000)
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.

From-SVN: r169937

libffi/ChangeLog

index 69c9e00ef0e75c10dfc924181ea37499f85ded23..2516c17c64b0744e0cc3d9966936e612238086aa 100644 (file)
@@ -1,3 +1,10 @@
+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.