diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2013-06-28 20:28:25 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-28 20:28:25 +0000 |
commit | 0cad7ea2485b4bb05eb968a2399bec90a1450884 (patch) | |
tree | ca6f0e05f0b2aa53a52b60be690a2a1b5c5a1170 /ports/ChangeLog.m68k | |
parent | 3d0f5d0c7a2de86575d68618352f7a5dfe7305fd (diff) | |
download | glibc-0cad7ea2485b4bb05eb968a2399bec90a1450884.tar.gz glibc-0cad7ea2485b4bb05eb968a2399bec90a1450884.tar.xz glibc-0cad7ea2485b4bb05eb968a2399bec90a1450884.zip |
Support no-FPU ColdFire in sysdeps/m68k/fpu_control.h.
Diffstat (limited to 'ports/ChangeLog.m68k')
-rw-r--r-- | ports/ChangeLog.m68k | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/ChangeLog.m68k b/ports/ChangeLog.m68k index c5b1e2156d..15c8da32c8 100644 --- a/ports/ChangeLog.m68k +++ b/ports/ChangeLog.m68k @@ -1,3 +1,13 @@ +2013-06-28 Nathan Sidwell <nathan@codesourcery.com> + + * sysdeps/m68k/fpu_control.h [__mcoldfire__ && !__mcffpu__] + (_FPU_RESERVED): Provide alternative definition. + [__mcoldfire__ && !__mcffpu__] (_FPU_DEFAULT): Likewise. + [__mcoldfire__ && !__mcffpu__] (_FPU_GETCW): Likewise. + [__mcoldfire__ && !__mcffpu__] (_FPU_SETCW): Likewise. + [!(__mcoldfire__ && !__mcffpu__)]: Make existing macro definitions + conditional. + 2013-06-25 Andreas Schwab <schwab@linux-m68k.org> * sysdeps/m68k/sysdep.h (CALL_MCOUNT) [PROF]: Use %a6 instead of |