Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-patches:master commit in: 3.4.6/gentoo/
Date: Fri, 30 Nov 2018 07:37:34
Message-Id: 1543563434.5cf1ca6fe141211691f0c762f139d80e591a5b71.slyfox@gentoo
1 commit: 5cf1ca6fe141211691f0c762f139d80e591a5b71
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 30 07:36:34 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 30 07:37:14 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=5cf1ca6f
7
8 3.4.6: update 91_all_ucontext-to-ucontext_t for libjava
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 3.4.6/gentoo/91_all_ucontext-to-ucontext_t.patch | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/3.4.6/gentoo/91_all_ucontext-to-ucontext_t.patch b/3.4.6/gentoo/91_all_ucontext-to-ucontext_t.patch
16 index 0ce1ed4..f927cff 100644
17 --- a/3.4.6/gentoo/91_all_ucontext-to-ucontext_t.patch
18 +++ b/3.4.6/gentoo/91_all_ucontext-to-ucontext_t.patch
19 @@ -60,7 +60,7 @@ https://bugs.gentoo.org/664486
20 instruction: the x86_64 exception handler expects \
21 the PC to point to the instruction after a call. */ \
22 - struct ucontext *_uc = (struct ucontext *)_p; \
23 -+ ucontext_t *_uc = (struct ucontext *)_p; \
24 ++ ucontext_t *_uc = (ucontext_t *)_p; \
25 volatile struct sigcontext *_sc = (struct sigcontext *) &_uc->uc_mcontext; \
26 _sc->rip += 2; \
27 } \