[crosstool-ng/crosstool-ng] deaa4b: xgcc: Update gcc 5 to 5.4.0

Bryan Hundven bryanhundven@gmail.com
Wed Aug 31 00:18:00 GMT 2016


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: deaa4b8ded066f0b32b4d6be28756d2d7d68d7d6
      https://github.com/crosstool-ng/crosstool-ng/commit/deaa4b8ded066f0b32b4d6be28756d2d7d68d7d6
  Author: kozyilmaz <kazim@monolytic.com>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M config/cc/gcc.in
    R patches/gcc/5.3.0/100-uclibc-conf.patch
    R patches/gcc/5.3.0/110-xtensa-implement-trap-pattern.patch
    R patches/gcc/5.3.0/120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch
    R patches/gcc/5.3.0/130-build_gcc-5_with_gcc-6.patch
    R patches/gcc/5.3.0/301-missing-execinfo_h.patch
    R patches/gcc/5.3.0/370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch
    R patches/gcc/5.3.0/380-gcc-plugin-POSIX-include-sys-select-h.patch
    R patches/gcc/5.3.0/810-arm-softfloat-libgcc.patch
    R patches/gcc/5.3.0/830-arm_unbreak_armv4t.patch
    R patches/gcc/5.3.0/840-microblaze-enable-dwarf-eh-support.patch
    R patches/gcc/5.3.0/850-libstdcxx-uclibc-c99.patch
    R patches/gcc/5.3.0/860-cilk-wchar.patch
    R patches/gcc/5.3.0/870-xtensa-add-mauto-litpools-option.patch
    R patches/gcc/5.3.0/871-xtensa-reimplement-register-spilling.patch
    R patches/gcc/5.3.0/872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch
    R patches/gcc/5.3.0/873-xtensa-fix-_Unwind_GetCFA.patch
    R patches/gcc/5.3.0/900-libitm-fixes-for-musl-support.patch
    R patches/gcc/5.3.0/901-fixincludes-update-for-musl-support.patch
    R patches/gcc/5.3.0/902-unwind-fix-for-musl.patch
    R patches/gcc/5.3.0/903-libstdc++-libgfortran-gthr-workaround-for-musl.patch
    R patches/gcc/5.3.0/904-musl-libc-config.patch
    R patches/gcc/5.3.0/905-add-musl-support-to-gcc.patch
    R patches/gcc/5.3.0/906-mips-musl-support.patch
    R patches/gcc/5.3.0/907-x86-musl-support.patch
    R patches/gcc/5.3.0/908-arm-musl-support.patch
    R patches/gcc/5.3.0/909-aarch64-musl-support.patch
    R patches/gcc/5.3.0/910-nios2-bad-multilib-default.patch
    A patches/gcc/5.4.0/100-uclibc-conf.patch
    A patches/gcc/5.4.0/110-xtensa-implement-trap-pattern.patch
    A patches/gcc/5.4.0/120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch
    A patches/gcc/5.4.0/301-missing-execinfo_h.patch
    A patches/gcc/5.4.0/370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch
    A patches/gcc/5.4.0/380-gcc-plugin-POSIX-include-sys-select-h.patch
    A patches/gcc/5.4.0/810-arm-softfloat-libgcc.patch
    A patches/gcc/5.4.0/830-arm_unbreak_armv4t.patch
    A patches/gcc/5.4.0/840-microblaze-enable-dwarf-eh-support.patch
    A patches/gcc/5.4.0/850-libstdcxx-uclibc-c99.patch
    A patches/gcc/5.4.0/860-cilk-wchar.patch
    A patches/gcc/5.4.0/870-xtensa-add-mauto-litpools-option.patch
    A patches/gcc/5.4.0/871-xtensa-reimplement-register-spilling.patch
    A patches/gcc/5.4.0/872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch
    A patches/gcc/5.4.0/873-xtensa-fix-_Unwind_GetCFA.patch
    A patches/gcc/5.4.0/874-xtensa-add-uclinux-support.patch
    A patches/gcc/5.4.0/890-fix-m68k-compile.patch
    A patches/gcc/5.4.0/891-fix-m68k-uclinux.patch
    A patches/gcc/5.4.0/892-microblaze-uclibc.patch
    A patches/gcc/5.4.0/900-libitm-fixes-for-musl-support.patch
    A patches/gcc/5.4.0/901-fixincludes-update-for-musl-support.patch
    A patches/gcc/5.4.0/902-unwind-fix-for-musl.patch
    A patches/gcc/5.4.0/903-libstdc++-libgfortran-gthr-workaround-for-musl.patch
    A patches/gcc/5.4.0/904-musl-libc-config.patch
    A patches/gcc/5.4.0/905-add-musl-support-to-gcc.patch
    A patches/gcc/5.4.0/906-mips-musl-support.patch
    A patches/gcc/5.4.0/907-x86-musl-support.patch
    A patches/gcc/5.4.0/908-arm-musl-support.patch
    A patches/gcc/5.4.0/909-aarch64-musl-support.patch
    A patches/gcc/5.4.0/910-nios2-bad-multilib-default.patch
    A patches/gcc/5.4.0/930-libgcc-disable-split-stack-nothreads.patch
    A patches/gcc/5.4.0/940-uclinux-enable-threads.patch

  Log Message:
  -----------
  xgcc: Update gcc 5 to 5.4.0

patches synced with buildroot trunk and:
110-xtensa-implement-trap-pattern.patch (copied to 5.4.0 patches)
130-build_gcc-5_with_gcc-6.patch (upstreamed in 5.4.0, dropped)
370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch (copied to 5.4.0 patches)
380-gcc-plugin-POSIX-include-sys-select-h.patch (copied to 5.4.0 patches)
910-nios2-bad-multilib-default.patch (copied to 5.4.0 patches)


  Commit: a73b160d49ed50fd7fe62f73f9503ff749c535e8
      https://github.com/crosstool-ng/crosstool-ng/commit/a73b160d49ed50fd7fe62f73f9503ff749c535e8
  Author: kozyilmaz <kazim@monolytic.com>
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
    M scripts/config.guess
    M scripts/config.sub
    M scripts/crosstool-NG.sh.in

  Log Message:
  -----------
  Merge branch 'master' into gcc-5.4.0


  Commit: 3a7b513f2e421c0534075e8a9966b18b25f29a32
      https://github.com/crosstool-ng/crosstool-ng/commit/3a7b513f2e421c0534075e8a9966b18b25f29a32
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2016-08-30 (Tue, 30 Aug 2016)

  Changed paths:
    M config/cc/gcc.in
    R patches/gcc/5.3.0/100-uclibc-conf.patch
    R patches/gcc/5.3.0/110-xtensa-implement-trap-pattern.patch
    R patches/gcc/5.3.0/120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch
    R patches/gcc/5.3.0/130-build_gcc-5_with_gcc-6.patch
    R patches/gcc/5.3.0/301-missing-execinfo_h.patch
    R patches/gcc/5.3.0/370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch
    R patches/gcc/5.3.0/380-gcc-plugin-POSIX-include-sys-select-h.patch
    R patches/gcc/5.3.0/810-arm-softfloat-libgcc.patch
    R patches/gcc/5.3.0/830-arm_unbreak_armv4t.patch
    R patches/gcc/5.3.0/840-microblaze-enable-dwarf-eh-support.patch
    R patches/gcc/5.3.0/850-libstdcxx-uclibc-c99.patch
    R patches/gcc/5.3.0/860-cilk-wchar.patch
    R patches/gcc/5.3.0/870-xtensa-add-mauto-litpools-option.patch
    R patches/gcc/5.3.0/871-xtensa-reimplement-register-spilling.patch
    R patches/gcc/5.3.0/872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch
    R patches/gcc/5.3.0/873-xtensa-fix-_Unwind_GetCFA.patch
    R patches/gcc/5.3.0/900-libitm-fixes-for-musl-support.patch
    R patches/gcc/5.3.0/901-fixincludes-update-for-musl-support.patch
    R patches/gcc/5.3.0/902-unwind-fix-for-musl.patch
    R patches/gcc/5.3.0/903-libstdc++-libgfortran-gthr-workaround-for-musl.patch
    R patches/gcc/5.3.0/904-musl-libc-config.patch
    R patches/gcc/5.3.0/905-add-musl-support-to-gcc.patch
    R patches/gcc/5.3.0/906-mips-musl-support.patch
    R patches/gcc/5.3.0/907-x86-musl-support.patch
    R patches/gcc/5.3.0/908-arm-musl-support.patch
    R patches/gcc/5.3.0/909-aarch64-musl-support.patch
    R patches/gcc/5.3.0/910-nios2-bad-multilib-default.patch
    A patches/gcc/5.4.0/100-uclibc-conf.patch
    A patches/gcc/5.4.0/110-xtensa-implement-trap-pattern.patch
    A patches/gcc/5.4.0/120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch
    A patches/gcc/5.4.0/301-missing-execinfo_h.patch
    A patches/gcc/5.4.0/370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch
    A patches/gcc/5.4.0/380-gcc-plugin-POSIX-include-sys-select-h.patch
    A patches/gcc/5.4.0/810-arm-softfloat-libgcc.patch
    A patches/gcc/5.4.0/830-arm_unbreak_armv4t.patch
    A patches/gcc/5.4.0/840-microblaze-enable-dwarf-eh-support.patch
    A patches/gcc/5.4.0/850-libstdcxx-uclibc-c99.patch
    A patches/gcc/5.4.0/860-cilk-wchar.patch
    A patches/gcc/5.4.0/870-xtensa-add-mauto-litpools-option.patch
    A patches/gcc/5.4.0/871-xtensa-reimplement-register-spilling.patch
    A patches/gcc/5.4.0/872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch
    A patches/gcc/5.4.0/873-xtensa-fix-_Unwind_GetCFA.patch
    A patches/gcc/5.4.0/874-xtensa-add-uclinux-support.patch
    A patches/gcc/5.4.0/890-fix-m68k-compile.patch
    A patches/gcc/5.4.0/891-fix-m68k-uclinux.patch
    A patches/gcc/5.4.0/892-microblaze-uclibc.patch
    A patches/gcc/5.4.0/900-libitm-fixes-for-musl-support.patch
    A patches/gcc/5.4.0/901-fixincludes-update-for-musl-support.patch
    A patches/gcc/5.4.0/902-unwind-fix-for-musl.patch
    A patches/gcc/5.4.0/903-libstdc++-libgfortran-gthr-workaround-for-musl.patch
    A patches/gcc/5.4.0/904-musl-libc-config.patch
    A patches/gcc/5.4.0/905-add-musl-support-to-gcc.patch
    A patches/gcc/5.4.0/906-mips-musl-support.patch
    A patches/gcc/5.4.0/907-x86-musl-support.patch
    A patches/gcc/5.4.0/908-arm-musl-support.patch
    A patches/gcc/5.4.0/909-aarch64-musl-support.patch
    A patches/gcc/5.4.0/910-nios2-bad-multilib-default.patch
    A patches/gcc/5.4.0/930-libgcc-disable-split-stack-nothreads.patch
    A patches/gcc/5.4.0/940-uclinux-enable-threads.patch

  Log Message:
  -----------
  Merge pull request #425 from kozyilmaz/gcc-5.4.0

gcc: Update gcc 5 to 5.4.0


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/62331c902386...3a7b513f2e42
-------------- next part --------------
--
For unsubscribe information see http://sourceware.org/lists.html#faq


More information about the crossgcc mailing list