mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	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.
		
			
				
	
	
		
			7 lines
		
	
	
		
			168 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			168 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define JMP_BUF_SIZE 256
 | |
| #define SIGJMP_BUF_SIZE 256
 | |
| #define JMP_BUF_ALIGN 2
 | |
| #define SIGJMP_BUF_ALIGN 2
 | |
| #define MASK_WAS_SAVED_OFFSET 124
 | |
| #define SAVED_MASK_OFFSET 128
 |