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_O3
in repository toolchain/ci/binutils-gdb.
from a02a90c114 [gdb/testsuite] Set sysroot earlier in local-board.exp
adds 52e5dceb69 Automatic date update in version.in
adds 003fa0df36 [gdb/testsuite] Fix test name in gdb.base/batch-exit-status.exp
adds fd5255582f Re: Deprecate a.out support for NetBSD targets
adds 7486cb6843 [gdb/testsuite] Fix gdb.gdb/selftest.exp
adds 5a2947cf17 ia64: don't use get_symbol_name() for section parsing. With [...]
adds 168495916d MIPS: don't use get_symbol_name() for section parsing. With [...]
adds 18287cf8b1 RISC-V: Update the assembler insn testcase.
adds e68b7db18c Fix no-Python build
adds cad152f221 [gdb/tdep] Reset force_thumb in parse_arm_disassembler_options
adds 3047c7869d [gdb/tdep] Fix exec check in gdb_print_insn_arm
adds c5e91131d7 [gdb/testsuite] Check for valid test name
No new revisions were added by this update.
Summary of changes:
bfd/config.bfd | 3 ++-
bfd/version.h | 2 +-
gas/ChangeLog | 6 ++++++
gas/config/tc-ia64.c | 16 ++++------------
gas/config/tc-mips.c | 21 +++++++--------------
gas/testsuite/gas/riscv/insn.d | 2 --
gas/testsuite/gas/riscv/insn.s | 2 --
gdb/arm-tdep.c | 4 +++-
gdb/python/python.c | 6 ++++--
gdb/testsuite/gdb.base/batch-exit-status.exp | 26 ++++++++++++++++++++------
gdb/testsuite/gdb.gdb/selftest.exp | 2 +-
gdb/testsuite/gdb.gdb/unittest.exp | 7 -------
gdb/testsuite/lib/check-test-names.exp | 9 +++++++++
opcodes/arm-dis.c | 1 +
14 files changed, 58 insertions(+), 49 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_O3
in repository toolchain/ci/base-artifacts.
discards 225d8e00 0: update: binutils-gcc: 2
new 7066a109 0: update: binutils-c5e91131d790aa68787d886fe8f9c135a095f5b0: 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 (225d8e00)
\
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 1500 -> 1472 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 51208 -> 51192 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 259400 -> 261684 bytes
06-check_regression/console.log.xz | Bin 388 -> 388 bytes
07-update_baseline/console.log | 36 +++++++++++++++++++++++++++++++
jenkins/manifest.sh | 11 +++++-----
7 files changed, 41 insertions(+), 6 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_native_check_gcc/master-arm
in repository toolchain/ci/glibc.
from abd383584b Add narrowing square root functions
adds 3886eaff9d benchtests: Enable scripts/plot_strings.py to read stdin
adds 2fd36391be benchtests: Remove redundant assert.h
adds 8af8456004 nptl: pthread_kill, pthread_cancel should not fail after exi [...]
adds 526c3cf11e nptl: Fix race between pthread_kill and thread exit (bug 12889)
adds 43cea6d565 iconvconfig: Fix behaviour with --prefix [BZ #28199]
new 5f07d47e4b configure: Fix check for INSERT in linker script
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:
benchtests/bench-memset-large.c | 1 -
benchtests/bench-memset-walk.c | 1 -
benchtests/scripts/plot_strings.py | 11 +-
configure | 2 +-
configure.ac | 2 +-
iconv/gconv_conf.c | 2 +-
iconv/gconv_parseconfdir.h | 22 ++--
iconv/iconvconfig.c | 16 ++-
nptl/allocatestack.c | 3 +
nptl/descr.h | 6 +
nptl/pthread_cancel.c | 9 +-
nptl/pthread_create.c | 14 +++
nptl/pthread_kill.c | 60 ++++++----
sysdeps/pthread/Makefile | 7 +-
sysdeps/pthread/tst-kill4.c | 89 ---------------
.../tst-pthread_cancel-exited.c} | 29 +++--
sysdeps/pthread/tst-pthread_cancel-select-loop.c | 87 +++++++++++++++
.../tst-pthread_kill-exited.c} | 30 +++--
sysdeps/pthread/tst-pthread_kill-exiting.c | 123 +++++++++++++++++++++
19 files changed, 361 insertions(+), 153 deletions(-)
delete mode 100644 sysdeps/pthread/tst-kill4.c
copy sysdeps/{unix/sysv/linux/tst-time-clobber.c => pthread/tst-pthread_cancel-exi [...]
create mode 100644 sysdeps/pthread/tst-pthread_cancel-select-loop.c
copy sysdeps/{unix/sysv/linux/tst-time-clobber.c => pthread/tst-pthread_kill-exite [...]
create mode 100644 sysdeps/pthread/tst-pthread_kill-exiting.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_gnu_native_check_gcc/master-arm
in repository toolchain/ci/binutils-gdb.
from a02a90c114 [gdb/testsuite] Set sysroot earlier in local-board.exp
adds 52e5dceb69 Automatic date update in version.in
adds 003fa0df36 [gdb/testsuite] Fix test name in gdb.base/batch-exit-status.exp
adds fd5255582f Re: Deprecate a.out support for NetBSD targets
adds 7486cb6843 [gdb/testsuite] Fix gdb.gdb/selftest.exp
adds 5a2947cf17 ia64: don't use get_symbol_name() for section parsing. With [...]
adds 168495916d MIPS: don't use get_symbol_name() for section parsing. With [...]
adds 18287cf8b1 RISC-V: Update the assembler insn testcase.
adds e68b7db18c Fix no-Python build
adds cad152f221 [gdb/tdep] Reset force_thumb in parse_arm_disassembler_options
adds 3047c7869d [gdb/tdep] Fix exec check in gdb_print_insn_arm
adds c5e91131d7 [gdb/testsuite] Check for valid test name
No new revisions were added by this update.
Summary of changes:
bfd/config.bfd | 3 ++-
bfd/version.h | 2 +-
gas/ChangeLog | 6 ++++++
gas/config/tc-ia64.c | 16 ++++------------
gas/config/tc-mips.c | 21 +++++++--------------
gas/testsuite/gas/riscv/insn.d | 2 --
gas/testsuite/gas/riscv/insn.s | 2 --
gdb/arm-tdep.c | 4 +++-
gdb/python/python.c | 6 ++++--
gdb/testsuite/gdb.base/batch-exit-status.exp | 26 ++++++++++++++++++++------
gdb/testsuite/gdb.gdb/selftest.exp | 2 +-
gdb/testsuite/gdb.gdb/unittest.exp | 7 -------
gdb/testsuite/lib/check-test-names.exp | 9 +++++++++
opcodes/arm-dis.c | 1 +
14 files changed, 58 insertions(+), 49 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_native_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 6cd57087 0: update: binutils-gcc-linux-glibc-gdb: 1
new bf9f971c 0: update: binutils-linux-glibc-gdb: 1
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 (6cd57087)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 1544 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 64824 -> 63012 bytes
04-build_abe-gcc/console.log.xz | Bin 225160 -> 226212 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8884 -> 9600 bytes
07-build_abe-glibc/console.log.xz | Bin 227664 -> 228116 bytes
08-build_abe-gdb/console.log.xz | Bin 51432 -> 51120 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3804 -> 3832 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2628 -> 2676 bytes
11-check_regression/console.log.xz | Bin 2820 -> 2676 bytes
11-check_regression/extra-bisect-params | 1 -
11-check_regression/fails.sum | 7 -
11-check_regression/results.compare | 25 +-
11-check_regression/results.compare2 | 38 +-
11-check_regression/results.regressions | 27 -
12-update_baseline/console.log | 330 ++-
12-update_baseline/extra-bisect-params | 1 -
12-update_baseline/fails.sum | 7 -
12-update_baseline/results.compare | 25 +-
12-update_baseline/results.compare2 | 38 +-
12-update_baseline/results.regressions | 27 -
jenkins/manifest.sh | 23 +-
sumfiles/g++.log.xz | Bin 2654172 -> 2668988 bytes
sumfiles/g++.sum | 110 +-
sumfiles/gcc.log.xz | Bin 2339596 -> 2340384 bytes
sumfiles/gcc.sum | 3882 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 890668 -> 896164 bytes
sumfiles/gfortran.sum | 102 +-
sumfiles/libatomic.log.xz | Bin 2240 -> 2240 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 175244 -> 174092 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2648 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 449332 -> 448984 bytes
sumfiles/libstdc++.sum | 12 +-
37 files changed, 2299 insertions(+), 2382 deletions(-)
delete mode 100644 11-check_regression/extra-bisect-params
delete mode 100644 11-check_regression/fails.sum
delete mode 100644 11-check_regression/results.regressions
delete mode 100644 12-update_baseline/extra-bisect-params
delete mode 100644 12-update_baseline/fails.sum
delete mode 100644 12-update_baseline/results.regressions
--
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
in repository toolchain/ci/interesting-commits.
from bdb24e8 Add last-good 8ea292591e42aa4d52b4b7a00b86335bfd2e2e85 from h [...]
new 9505961 Add regression 76b75018b3d053a890ebe155e47814de14b3c9fb from [...]
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:
gcc | 1 +
1 file changed, 1 insertion(+)
--
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
in repository toolchain/ci/interesting-commits.
from 9b07f98 Add regression cad36f38576a6a781e3c62ab061c68f5b8dab13a from [...]
new bdb24e8 Add last-good 8ea292591e42aa4d52b4b7a00b86335bfd2e2e85 from h [...]
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:
gcc | 1 +
1 file changed, 1 insertion(+)
--
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.
unknown user pushed a change to branch master
in repository linux.
from 316346243be6 Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minim [...]
new d0ee23f9d78b tools: compiler-gcc.h: Guard error attribute use with __ha [...]
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:
tools/include/linux/compiler-gcc.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
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_gnu_apm/gnu-master-aarch64-spec2k6-Os
in repository toolchain/ci/gcc.
from 5485bbebb36 Refactor jump_thread_path_registry.
adds 79513dc0b2d compiler: don't pad zero-sized trailing field in results struct
adds d71126eeea5 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 52 ++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 3 ++-
gcc/go/gofrontend/types.h | 17 ++++++++++++++-
gcc/testsuite/ChangeLog | 18 ++++++++++++++++
6 files changed, 90 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.