Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/2.6.23: 60_all_sh-punt-PTRACE_O_TRACESYSGOOD.patch
Date: Sun, 04 Nov 2007 04:21:14
Message-Id: E1IoWyw-0005T5-6B@stork.gentoo.org
1 vapier 07/11/04 04:21:06
2
3 Added: 60_all_sh-punt-PTRACE_O_TRACESYSGOOD.patch
4 Log:
5 fix conflict between glibc and kernel headers on superh
6
7 Revision Changes Path
8 1.1 src/patchsets/gentoo-headers/2.6.23/60_all_sh-punt-PTRACE_O_TRACESYSGOOD.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gentoo-headers/2.6.23/60_all_sh-punt-PTRACE_O_TRACESYSGOOD.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gentoo-headers/2.6.23/60_all_sh-punt-PTRACE_O_TRACESYSGOOD.patch?rev=1.1&content-type=text/plain
12
13 Index: 60_all_sh-punt-PTRACE_O_TRACESYSGOOD.patch
14 ===================================================================
15 glibc setups up an enum for this
16
17 --- include/asm-sh/ptrace.h
18 +++ include/asm-sh/ptrace.h
19 @@ -42,9 +42,6 @@
20 #define REG_FPSCR 55
21 #define REG_FPUL 56
22
23 -/* options set using PTRACE_SETOPTIONS */
24 -#define PTRACE_O_TRACESYSGOOD 0x00000001
25 -
26 /*
27 * This struct defines the way the registers are stored on the
28 * kernel stack during a system call or other kernel entry.
29
30
31
32 --
33 gentoo-commits@g.o mailing list