This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-arm-spec2k6-Oz_LTO in repository toolchain/ci/gcc.
from 57cd6132b06 Daily bump. adds 04a91d3c13b [Darwin, Objective-C] Backport, switch Objective-C meta-dat [...] adds d5ef3cb72c7 [Darwin, Objective-C] Don't prepend a sysroot for the gnu- [...] adds 7a115eb9ab1 [Darwin, X86] Backport fix for tests using .p2align. adds a335e560e13 [Darwin, X86] Backport fix for .ident tests. adds 1bddc809a93 Daily bump. adds e9c49045ac5 * config/mips/mips.md (mips_get_fcsr, *mips_get_fcs [...] adds 60cc7f3e4b8 Daily bump. new 837637d0e7a [Darwin, fixincludes] Backport fixes Darwin14 header issues. new c6adb91d506 [Darwin, fixincludes] Backport fix for Darwin9/10 TR1 test fails.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fixincludes/ChangeLog | 25 +++++ fixincludes/fixincl.x | 146 ++++++++++++++++++++++++- fixincludes/inclhack.def | 67 +++++++++++- fixincludes/tests/base/architecture/ppc/math.h | 5 + fixincludes/tests/base/dispatch/object.h | 18 +++ fixincludes/tests/base/os/base.h | 20 ++++ gcc/ChangeLog | 39 +++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin-c.c | 39 +++---- gcc/config/darwin.c | 6 +- gcc/config/i386/darwin.h | 17 +++ gcc/config/mips/mips.md | 4 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/mips/get-fcsr-3.c | 9 ++ 14 files changed, 360 insertions(+), 41 deletions(-) create mode 100644 fixincludes/tests/base/dispatch/object.h create mode 100644 fixincludes/tests/base/os/base.h create mode 100644 gcc/testsuite/gcc.target/mips/get-fcsr-3.c