From 0cfe5be58faa2a9a67b1de734f356562c2f26eb6 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 24 Jan 2018 23:22:28 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 002839213f..cc7a92c2d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2018-01-24 Joseph Myers + * 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 -- cgit 1.4.1