commit: 5cf1ca6fe141211691f0c762f139d80e591a5b71 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Fri Nov 30 07:36:34 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Nov 30 07:37:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=5cf1ca6f
3.4.6: update 91_all_ucontext-to-ucontext_t for libjava Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> 3.4.6/gentoo/91_all_ucontext-to-ucontext_t.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 0ce1ed4..f927cff 100644 --- a/3.4.6/gentoo/91_all_ucontext-to-ucontext_t.patch +++ b/3.4.6/gentoo/91_all_ucontext-to-ucontext_t.patch @@ -60,7 +60,7 @@ https://bugs.gentoo.org/664486 instruction: the x86_64 exception handler expects \ the PC to point to the instruction after a call. */ \ - struct ucontext *_uc = (struct ucontext *)_p; \ -+ ucontext_t *_uc = (struct ucontext *)_p; \ ++ ucontext_t *_uc = (ucontext_t *)_p; \ volatile struct sigcontext *_sc = (struct sigcontext *) &_uc->uc_mcontext; \ _sc->rip += 2; \ } \
