This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/master-aarch64-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards cdb4aefc3 0: update: binutils-gcc: 1
new e95509238 0: update: binutils-gcc: 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 (cdb4aefc3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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 1660 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2792 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 52460 -> 51748 bytes
04-build_abe-bootstrap/console.log.xz | Bin 256944 -> 255912 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3868 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2416 -> 2996 bytes
07-check_regression/console.log.xz | Bin 3268 -> 4976 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 19 +-
07-check_regression/results.compare | 39 +-
07-check_regression/results.compare2 | 293 +-
07-check_regression/results.regressions | 39 +-
08-update_baseline/console.log | 524 +++-
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 19 +-
08-update_baseline/results.compare | 39 +-
08-update_baseline/results.compare2 | 293 +-
08-update_baseline/results.regressions | 39 +-
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 3481612 -> 3444404 bytes
sumfiles/g++.sum | 134 +-
sumfiles/gcc.log.xz | Bin 2994956 -> 3028368 bytes
sumfiles/gcc.sum | 4043 ++++++++++++++-------------
sumfiles/gfortran.log.xz | Bin 911104 -> 906396 bytes
sumfiles/gfortran.sum | 112 +-
sumfiles/libatomic.log.xz | Bin 2336 -> 2332 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 173028 -> 173156 bytes
sumfiles/libgomp.sum | 156 +-
sumfiles/libitm.log.xz | Bin 2704 -> 2708 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 441380 -> 441016 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 3293 insertions(+), 2494 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_bmk_gnu_eabi_stm32
in repository toolchain/ci/interesting-commits.
from 260fd61 Add last-good cc11a171eee059b645870f2e208c530f301239c9 from h [...]
new 51d2296 Add regression 22b25535b8b2f9961e4772b1cc7cce5dc2f60719 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_bmk_gnu_eabi_stm32
in repository toolchain/ci/interesting-commits.
from fcb4199 Add regression d8f2441d856b3b57bbd3b3c60496ca30678f1b8f from [...]
new 260fd61 Add last-good cc11a171eee059b645870f2e208c530f301239c9 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from a58f2d262b Automatic date update in version.in
adds b0f6c8d247 gdb: make lwp_info non-POD
adds 676362df18 gdb: add destructor to lwp_info
adds 901b98215e gdb: use intrusive_list for linux-nat lwp_list
adds 2c02075a8e x86: Print {bad} on invalid broadcast in OP_E_memory
adds cee4c731af sim: drop weak func attrs on module inits
No new revisions were added by this update.
Summary of changes:
gas/testsuite/gas/i386/bad-bcast-intel.d | 15 +++
gas/testsuite/gas/i386/bad-bcast.d | 10 +-
gas/testsuite/gas/i386/bad-bcast.s | 2 +
gas/testsuite/gas/i386/i386.exp | 1 +
gdb/ia64-linux-nat.c | 8 +-
gdb/linux-nat.c | 84 +++++++----------
gdb/linux-nat.h | 73 ++++++++-------
gdb/linux-thread-db.c | 3 +-
gdb/mips-linux-nat.c | 7 +-
opcodes/i386-dis.c | 155 ++++++++++++++++---------------
sim/common/Make-common.in | 2 +-
11 files changed, 185 insertions(+), 175 deletions(-)
create mode 100644 gas/testsuite/gas/i386/bad-bcast-intel.d
--
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-aarch64
in repository toolchain/ci/base-artifacts.
discards 9f953172e 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 9d5db05c2 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (9f953172e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1580 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 43452 -> 45036 bytes
05-build_abe-stage1/console.log.xz | Bin 71224 -> 72876 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9272 -> 9332 bytes
08-build_abe-glibc/console.log.xz | Bin 234772 -> 236404 bytes
09-build_abe-stage2/console.log.xz | Bin 190144 -> 193840 bytes
10-build_abe-gdb/console.log.xz | Bin 43284 -> 44776 bytes
11-build_abe-qemu/console.log.xz | Bin 30776 -> 31632 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 22 +++++++++++-----------
jenkins/manifest.sh | 18 +++++++++---------
13 files changed, 20 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.