1 # Newer libcs don't define the JB_* jmp_buf access macros. If this is
2 # the case, we provide values ourselves.
3 Index: linux-2.6.15/arch/um/os-Linux/sys-i386/registers.c
4 ===================================================================
5 --- linux-2.6.15.orig/arch/um/os-Linux/sys-i386/registers.c 2006-02-13 13:00:06.000000000 -0500
6 +++ linux-2.6.15/arch/um/os-Linux/sys-i386/registers.c 2006-02-13 13:04:07.000000000 -0500
7 @@ -130,6 +130,12 @@ void get_safe_registers(unsigned long *r
8 HOST_FP_SIZE * sizeof(unsigned long));
17 void get_thread_regs(union uml_pt_regs *uml_regs, void *buffer)
19 struct __jmp_buf_tag *jmpbuf = buffer;
20 Index: linux-2.6.15/arch/um/os-Linux/sys-x86_64/registers.c
21 ===================================================================
22 --- linux-2.6.15.orig/arch/um/os-Linux/sys-x86_64/registers.c 2006-02-13 13:00:06.000000000 -0500
23 +++ linux-2.6.15/arch/um/os-Linux/sys-x86_64/registers.c 2006-02-13 13:04:07.000000000 -0500
24 @@ -78,6 +78,12 @@ void get_safe_registers(unsigned long *r
25 HOST_FP_SIZE * sizeof(unsigned long));
34 void get_thread_regs(union uml_pt_regs *uml_regs, void *buffer)
36 struct __jmp_buf_tag *jmpbuf = buffer;