mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
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.
This commit is contained in:
parent
91b2cffa9f
commit
0cfe5be58f
@ -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
|
||||
|
@ -0,0 +1,6 @@
|
||||
#define JMP_BUF_SIZE 192
|
||||
#define SIGJMP_BUF_SIZE 192
|
||||
#define JMP_BUF_ALIGN 2
|
||||
#define SIGJMP_BUF_ALIGN 2
|
||||
#define MASK_WAS_SAVED_OFFSET 60
|
||||
#define SAVED_MASK_OFFSET 64
|
Loading…
Reference in New Issue
Block a user