summaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-08 19:18:31 +0000
committerjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-08 19:18:31 +0000
commitf82bef7d8e520f1eb69e0cc5911667325a735fd4 (patch)
tree33ae9ac59de8679ff61edc6e8efacd3f750159d1 /libffi
parent126de59d2705863e14bba860ffadf19c97701fb8 (diff)
downloadgcc-f82bef7d8e520f1eb69e0cc5911667325a735fd4.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ChangeLog7
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