generic-poky/meta/recipes-devtools/gcc/gcc-6.3
Juro Bystricky cb8f468991 gcc-6.3.inc: Use ucontext_t not struct ucontext.
Use ucontext_t not struct ucontext in linux-unwind.h files.

Current glibc no longer gives the ucontext_t type the tag struct
ucontext, to conform with POSIX namespace rules.  This requires
various linux-unwind.h files in libgcc, that were previously using
struct ucontext, to be fixed to use ucontext_t instead.  This is
similar to the removal of the struct siginfo tag from siginfo_t some
years ago.

Backport of patches by Joseph Myers, taken from
https://gcc.gnu.org/viewcvs/gcc?limit_changes=0&view=revision&revision=249957

[YOCTO #12083]

(From OE-Core rev: ec1c18d866c137b1fa523d0fcc29f65a28f59f44)

(From OE-Core rev: 5c4c077a9182561a95f071d9c0d4a7a7f06fca98)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-09-21 16:55:58 +01:00
..
0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
0002-uclibc-conf.patch
0003-gcc-uclibc-locale-ctype_touplow_t.patch
0004-uclibc-locale.patch
0005-uclibc-locale-no__x.patch
0006-uclibc-locale-wchar_fix.patch
0007-uclibc-locale-update.patch
0008-missing-execinfo_h.patch
0009-c99-snprintf.patch
0010-gcc-poison-system-directories.patch
0011-gcc-poison-dir-extend.patch
0012-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
0013-64-bit-multilib-hack.patch
0014-optional-libstdc.patch
0015-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
0016-COLLECT_GCC_OPTIONS.patch
0017-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
0018-fortran-cross-compile-hack.patch
0019-cpp-honor-sysroot.patch
0020-MIPS64-Default-to-N64-ABI.patch
0021-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
0022-gcc-Fix-argument-list-too-long-error.patch
0023-Disable-sdt.patch
0024-libtool.patch
0025-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
0026-Use-the-multilib-config-files-from-B-instead-of-usin.patch
0027-Avoid-using-libdir-from-.la-which-usually-points-to-.patch
0028-export-CPP.patch
0029-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch
0030-Disable-the-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch
0031-Ensure-target-gcc-headers-can-be-included.patch
0032-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch
0033-Don-t-search-host-directory-during-relink-if-inst_pr.patch
0034-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
0035-aarch64-Add-support-for-musl-ldso.patch
0036-libcc1-fix-libcc1-s-install-path-and-rpath.patch
0037-handle-sysroot-support-for-nativesdk-gcc.patch
0038-Search-target-sysroot-gcc-version-specific-dirs-with.patch
0039-Fix-various-_FOR_BUILD-and-related-variables.patch
0040-nios2-Define-MUSL_DYNAMIC_LINKER.patch
0041-ssp_nonshared.patch
0042-gcc-libcpp-support-ffile-prefix-map-old-new.patch
0043-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch
0044-gcc-final.c-fdebug-prefix-map-support-to-remap-sourc.patch
0045-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch
0046-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch
0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
0048-sync-gcc-stddef.h-with-musl.patch gcc-6: Sync gcc stddef.h with musl stddef.h 2017-02-05 09:22:18 +00:00
0054_all_nopie-all-flags.patch gcc-6: Add fix for missing no-PIE flags 2017-02-23 12:49:50 -08:00
0055-unwind_h-glibc26.patch gcc-6.3.inc: Use ucontext_t not struct ucontext. 2017-09-21 16:55:58 +01:00
CVE-2016-6131.patch gcc: Fix CVE-2016-6131 in libiberty 2017-02-23 12:49:50 -08:00
ubsan-fix-check-empty-string.patch gcc-6.3: backport fix of check for empty string in ubsan.c 2017-04-10 23:00:43 +01:00