diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-01-24 23:22:28 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-01-24 23:22:28 +0000 |
commit | 0cfe5be58faa2a9a67b1de734f356562c2f26eb6 (patch) | |
tree | de7d1c47889537db49073dc0bb284424633f5048 /ChangeLog | |
parent | 91b2cffa9fd5956b8d949e06196ab4c37a8a7f9a (diff) | |
download | glibc-0cfe5be58faa2a9a67b1de734f356562c2f26eb6.tar glibc-0cfe5be58faa2a9a67b1de734f356562c2f26eb6.tar.gz glibc-0cfe5be58faa2a9a67b1de734f356562c2f26eb6.tar.bz2 glibc-0cfe5be58faa2a9a67b1de734f356562c2f26eb6.zip |
Add jmp_buf-macros.h for no-FPU ColdFire.
Continuing the fixes for ColdFire glibc build with
build-many-glibcs.py, given a GCC patch for the libgcc build failure,
this patch adds jmp_buf-macros.h for no-FPU ColdFire. This allows the
no-FPU build to progress further than without the patch (although
other fixes are still needed for the build to complete).
* sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: Move to
....
* sysdeps/unix/sysv/linux/m68k/coldfire/fpu/jmp_buf-macros.h:
... here.
* sysdeps/unix/sysv/linux/m68k/coldfire/nofpu/jmp_buf-macros.h:
New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2018-01-24 Joseph Myers <joseph@codesourcery.com> + * sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: Move to + .... + * sysdeps/unix/sysv/linux/m68k/coldfire/fpu/jmp_buf-macros.h: + ... here. + * sysdeps/unix/sysv/linux/m68k/coldfire/nofpu/jmp_buf-macros.h: + New file. + * sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h: Move to .... * sysdeps/unix/sysv/linux/m68k/m680x0/jmp_buf-macros.h: ... here. * sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: New |