This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allyesconfig in repository toolchain/gcc.
from 12e0a59aed1 2018-12-23 Paul Thomas pault@gcc.gnu.org adds 3d998e7482f backport r266853 to fix PR target/78444. adds e3378dd274c darwin, libstdc++, don't try to export construction vtable [...] adds 2c0d0ddefce darwin, fix c++/87380 by backproting r266866. adds 2cfc2e3f5ee fix PR target/88343 by backporting r267049 adds d550fbc3bb2 Fix Ada bootstrap for Darwin9 and earlier. adds 689182c1576 Daily bump. adds 66161ef6235 Fix PR67974 for Darwin by adding an asm shim for AVX.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 31 +++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 ++ gcc/ada/adaint.c | 14 +++- gcc/config/darwin.h | 5 -- gcc/config/i386/darwin.h | 3 - gcc/config/i386/i386.c | 10 ++- gcc/config/rs6000/darwin7.h | 5 ++ gcc/config/rs6000/rs6000.c | 9 +-- gcc/testsuite/ChangeLog | 5 ++ .../gcc.target/x86_64/abi/avx/asm-support-darwin.s | 77 ++++++++++++++++++++++ libstdc++-v3/ChangeLog | 8 +++ libstdc++-v3/scripts/make_exports.pl | 8 +++ 13 files changed, 160 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s