This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from 1bddc809a93 Daily bump. adds e9c49045ac5 * config/mips/mips.md (mips_get_fcsr, *mips_get_fcs [...] adds 60cc7f3e4b8 Daily bump. adds 837637d0e7a [Darwin, fixincludes] Backport fixes Darwin14 header issues. adds c6adb91d506 [Darwin, fixincludes] Backport fix for Darwin9/10 TR1 test fails. new 0d7a455b30e Daily bump.
The 1 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 | 8 ++ gcc/DATESTAMP | 2 +- gcc/config/mips/mips.md | 4 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/mips/get-fcsr-3.c | 9 ++ 11 files changed, 295 insertions(+), 13 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