diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-26 07:18:54 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-26 07:18:54 +0000 |
commit | ad4398c5425cf7979dfe7c9bcc7ef4d800349bd8 (patch) | |
tree | 51e38a7cdaaca2e1fbd11f6318f59db27106ce61 /src/patchsets/gcc/5.4.0/gentoo/README.history | |
parent | gcc/5.4.0: add missing <signal.h> inclusion to asan (diff) | |
download | gentoo-ad4398c5425cf7979dfe7c9bcc7ef4d800349bd8.tar.gz gentoo-ad4398c5425cf7979dfe7c9bcc7ef4d800349bd8.tar.bz2 gentoo-ad4398c5425cf7979dfe7c9bcc7ef4d800349bd8.zip |
gcc/5.4.0: use 'ucontext_t' instead of 'ucontext', bug #629502
Fixes one of build failures against glibc-2.26:
./md-unwind-support.h: In function 'x86_64_fallback_frame_state':
./md-unwind-support.h:65:47: error: dereferencing pointer to incomplete type 'struct ucontext'
sc = (struct sigcontext *) (void *) &uc_->uc_mcontext;
^~
Bug: https://bugs.gentoo.org/629502
Diffstat (limited to 'src/patchsets/gcc/5.4.0/gentoo/README.history')
-rw-r--r-- | src/patchsets/gcc/5.4.0/gentoo/README.history | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/patchsets/gcc/5.4.0/gentoo/README.history b/src/patchsets/gcc/5.4.0/gentoo/README.history index 21bbb7a031..ef6c8e64b7 100644 --- a/src/patchsets/gcc/5.4.0/gentoo/README.history +++ b/src/patchsets/gcc/5.4.0/gentoo/README.history @@ -1,3 +1,5 @@ +1.6 26 Oct 2017 + + 93_all_ucontext-to-ucontext_t.patch 1.5 24 Oct 2017 + 92_all_asan-signal_h.patch 1.4 06 Aug 2017 |