diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-08 19:18:31 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-08 19:18:31 +0000 |
commit | f82bef7d8e520f1eb69e0cc5911667325a735fd4 (patch) | |
tree | 33ae9ac59de8679ff61edc6e8efacd3f750159d1 /libffi | |
parent | 126de59d2705863e14bba860ffadf19c97701fb8 (diff) | |
download | linaro-gcc-f82bef7d8e520f1eb69e0cc5911667325a735fd4.tar.gz linaro-gcc-f82bef7d8e520f1eb69e0cc5911667325a735fd4.tar.bz2 linaro-gcc-f82bef7d8e520f1eb69e0cc5911667325a735fd4.zip |
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/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 |