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_apm/llvm-release-arm-spec2k6-Oz_LTO
in repository toolchain/ci/glibc.
from cb44a620ef S390: Add PCI_MIO and SIE HWCAPs
adds 79528414dc elf: Replace nsid with args.nsid [BZ #27609]
adds 76843f3b3e y2038: Use a common definition for stat for sparc32
adds cb9b8b5d76 timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)
adds 024a7640ab elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
No new revisions were added by this update.
Summary of changes:
NEWS | 1 +
elf/dl-close.c | 6 ++
elf/dl-open.c | 37 ++++++-
elf/dl-support.c | 7 ++
elf/dl-tls.c | 16 +--
elf/rtld.c | 1 +
posix/fork.c | 3 +
sysdeps/generic/ldsodefs.h | 9 +-
sysdeps/pthread/Makefile | 10 +-
sysdeps/pthread/tst-create1.c | 119 +++++++++++++++++++++
.../pthread/tst-create1mod.c | 30 +++---
sysdeps/unix/sysv/linux/bits/timex.h | 2 +-
sysdeps/unix/sysv/linux/sparc/bits/struct_stat.h | 54 ++++++----
13 files changed, 243 insertions(+), 52 deletions(-)
create mode 100644 sysdeps/pthread/tst-create1.c
copy elf/tst-dlopen-nodelete-reloc-mod8.c => sysdeps/pthread/tst-create1mod.c (63%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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_apm/llvm-release-arm-spec2k6-Oz_LTO
in repository toolchain/ci/binutils-gdb.
from 6fc54b1d1e Automatic date update in version.in
adds 0d4e7d656e Automatic date update in version.in
adds 66d5c70038 Automatic date update in version.in
adds 3414eb95d1 Automatic date update in version.in
adds c5acbdb2b1 Automatic date update in version.in
adds 48106e81da Automatic date update in version.in
adds 1e4b1eace6 Automatic date update in version.in
adds 9aefdd5d13 Automatic date update in version.in
adds 61b08178e4 PR28459, readelf issues bogus warning
adds 03e3464158 Automatic date update in version.in
adds 1ee3ba2d67 Automatic date update in version.in
adds acd295e43e Automatic date update in version.in
adds ccf0c86c87 Automatic date update in version.in
adds 6f552ca803 [GOLD] PowerPC64: Don't pretend to support multi-toc
adds 644ed18669 [GOLD] Two GOT sections for PowerPC64
adds 34bebf56c8 [GOLD] Re: PowerPC64: Don't pretend to support multi-toc
adds 6bb799d222 Re: PR27625, powerpc64 gold __tls_get_addr calls
adds 0effb90eb7 PR28417, std::string no longer allows accepting nullptr_t
adds 3b7669ac54 Automatic date update in version.in
adds 582c08278c Automatic date update in version.in
adds 471a3e5663 Automatic date update in version.in
adds 5af30d001a Automatic date update in version.in
adds 70cfd17bbd Automatic date update in version.in
adds a035f1f8e7 Automatic date update in version.in
adds b7f12798a5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/dwarf.c | 1 -
gold/incremental.cc | 2 +-
gold/options.h | 2 +-
gold/output.cc | 7 +-
gold/output.h | 3 +-
gold/powerpc.cc | 691 ++++++++++++++++++++++++----------------------------
gold/s390.cc | 7 +-
gold/target.h | 15 +-
9 files changed, 338 insertions(+), 392 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from b343a29dbcb rs6000: Fix ICE of vect cost related to V1TI [PR102767]
adds eed248bb8cc tree-optimization/102949 - fix base object alignment
adds a84b9d5373c middle-end/57245 - honor -frounding-math in real truncation
adds 7f6c2258522 Make back_threader_registry inherit from back_jt_path_registry.
adds 113dab2b9d5 Improve backward threading with switches.
new 81342e95827 middle-end/84407 - honor -frounding-math for int to float c [...]
new 60861d87946 Update documentation of %X spec
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:
gcc/doc/invoke.texi | 3 +-
gcc/fold-const.c | 21 +++++-
gcc/simplify-rtx.c | 31 +++++++++
.../gcc.dg/torture/fp-double-convert-float-1.c | 41 ++++++++++++
.../gcc.dg/torture/fp-uint64-convert-double-1.c | 74 +++++++++++++++++++++
.../gcc.dg/torture/fp-uint64-convert-double-2.c | 75 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/vrp106.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp113.c | 2 -
gcc/tree-ssa-threadbackward.c | 29 +++------
gcc/tree-vect-stmts.c | 8 ++-
10 files changed, 259 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from fed5a5acc5 [gdb/testsuite] Initialize anonymous union in gdb.cp/koenig.cc
adds 5b151607e1 [gdb/symtab] Handle DW_AT_string_length with location list
adds fa0fe749f7 [gdb/testsuite] Fix assembly comments in gdb.dwarf2/clang-de [...]
adds 5ad2694b1e [gdb/testsuite] Require python in gdb.server/server-kill-python.exp
No new revisions were added by this update.
Summary of changes:
gdb/dwarf2/read.c | 24 +++++--
gdb/testsuite/gdb.dwarf2/clang-debug-names.exp.tcl | 76 +++++++++++-----------
gdb/testsuite/gdb.opt/fortran-string.exp | 38 +++++++++++
.../fortran-string.f90} | 17 +++--
gdb/testsuite/gdb.server/server-kill-python.exp | 8 +++
5 files changed, 116 insertions(+), 47 deletions(-)
create mode 100644 gdb/testsuite/gdb.opt/fortran-string.exp
copy gdb/testsuite/{gdb.fortran/print-formatted.f90 => gdb.opt/fortran-string.f90} (74%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards b4707191d 0: update: binutils-gcc: 2
new 3279b30ec 0: update: binutils-gcc: 2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b4707191d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1536 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 53420 -> 52432 bytes
05-build_abe-bootstrap/console.log.xz | Bin 267172 -> 267160 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 6 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/gdb.
from fed5a5acc5 [gdb/testsuite] Initialize anonymous union in gdb.cp/koenig.cc
adds 5b151607e1 [gdb/symtab] Handle DW_AT_string_length with location list
adds fa0fe749f7 [gdb/testsuite] Fix assembly comments in gdb.dwarf2/clang-de [...]
adds 5ad2694b1e [gdb/testsuite] Require python in gdb.server/server-kill-python.exp
No new revisions were added by this update.
Summary of changes:
gdb/dwarf2/read.c | 24 +++++--
gdb/testsuite/gdb.dwarf2/clang-debug-names.exp.tcl | 76 +++++++++++-----------
gdb/testsuite/gdb.opt/fortran-string.exp | 38 +++++++++++
.../fortran-string.f90} | 17 +++--
gdb/testsuite/gdb.server/server-kill-python.exp | 8 +++
5 files changed, 116 insertions(+), 47 deletions(-)
create mode 100644 gdb/testsuite/gdb.opt/fortran-string.exp
copy gdb/testsuite/{gdb.fortran/print-formatted.f90 => gdb.opt/fortran-string.f90} (74%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from 2dc835cd0b5 RISC-V: Fix wrong predicator for zero_extendsidi2_internal pattern
adds b343a29dbcb rs6000: Fix ICE of vect cost related to V1TI [PR102767]
adds eed248bb8cc tree-optimization/102949 - fix base object alignment
adds a84b9d5373c middle-end/57245 - honor -frounding-math in real truncation
adds 7f6c2258522 Make back_threader_registry inherit from back_jt_path_registry.
adds 113dab2b9d5 Improve backward threading with switches.
No new revisions were added by this update.
Summary of changes:
gcc/config/rs6000/rs6000.c | 64 +++++++++++-----------
gcc/fold-const.c | 6 ++
gcc/simplify-rtx.c | 5 ++
.../gcc.dg/torture/fp-double-convert-float-1.c | 41 ++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/vrp106.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp113.c | 2 -
.../gcc.target/powerpc/ppc-fortran/pr102767.f90 | 21 +++++++
gcc/tree-ssa-threadbackward.c | 29 +++-------
gcc/tree-vect-stmts.c | 8 ++-
9 files changed, 123 insertions(+), 57 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/ppc-fortran/pr102767.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.