]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux-libc-headers/linux-libc-headers-2.6.7.0/sh-missing.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux-libc-headers / linux-libc-headers-2.6.7.0 / sh-missing.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- /dev/null   2004-06-02 16:28:12.000000000 -0500
7 +++ linux-libc-headers-2.6.7.0/include/asm-sh/cpu-sh4/sigcontext.h      2004-08-27 17:56:59.000000000 -0500
8 @@ -0,0 +1,24 @@
9 +#ifndef __ASM_CPU_SH4_SIGCONTEXT_H
10 +#define __ASM_CPU_SH4_SIGCONTEXT_H
11 +
12 +struct sigcontext {
13 +       unsigned long   oldmask;
14 +
15 +       /* CPU registers */
16 +       unsigned long sc_regs[16];
17 +       unsigned long sc_pc;
18 +       unsigned long sc_pr;
19 +       unsigned long sc_sr;
20 +       unsigned long sc_gbr;
21 +       unsigned long sc_mach;
22 +       unsigned long sc_macl;
23 +
24 +       /* FPU registers */
25 +       unsigned long sc_fpregs[16];
26 +       unsigned long sc_xfpregs[16];
27 +       unsigned int sc_fpscr;
28 +       unsigned int sc_fpul;
29 +       unsigned int sc_ownedfp;
30 +};
31 +
32 +#endif /* __ASM_CPU_SH4_SIGCONTEXT_H */
33 --- /dev/null   2004-06-02 16:28:12.000000000 -0500
34 +++ linux-libc-headers-2.6.7.0/include/asm-sh/cpu-sh2/sigcontext.h      2004-08-27 17:57:54.000000000 -0500
35 @@ -0,0 +1,17 @@
36 +#ifndef __ASM_CPU_SH2_SIGCONTEXT_H
37 +#define __ASM_CPU_SH2_SIGCONTEXT_H
38 +
39 +struct sigcontext {
40 +       unsigned long   oldmask;
41 +
42 +       /* CPU registers */
43 +       unsigned long sc_regs[16];
44 +       unsigned long sc_pc;
45 +       unsigned long sc_pr;
46 +       unsigned long sc_sr;
47 +       unsigned long sc_gbr;
48 +       unsigned long sc_mach;
49 +       unsigned long sc_macl;
50 +};
51 +
52 +#endif /* __ASM_CPU_SH2_SIGCONTEXT_H */
53 --- /dev/null   2004-06-02 16:28:12.000000000 -0500
54 +++ linux-libc-headers-2.6.7.0/include/asm-sh/cpu-sh3/sigcontext.h      2004-08-27 17:57:58.000000000 -0500
55 @@ -0,0 +1,17 @@
56 +#ifndef __ASM_CPU_SH3_SIGCONTEXT_H
57 +#define __ASM_CPU_SH3_SIGCONTEXT_H
58 +
59 +struct sigcontext {
60 +       unsigned long   oldmask;
61 +
62 +       /* CPU registers */
63 +       unsigned long sc_regs[16];
64 +       unsigned long sc_pc;
65 +       unsigned long sc_pr;
66 +       unsigned long sc_sr;
67 +       unsigned long sc_gbr;
68 +       unsigned long sc_mach;
69 +       unsigned long sc_macl;
70 +};
71 +
72 +#endif /* __ASM_CPU_SH3_SIGCONTEXT_H */