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_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 20fee6e0 0: update: glibc-244b415d386487521882debb845a040a4758cb18: 1
new 84ba9a9b 0: update: linux-1930a6e739c4b4a654a69164dbe39e554d228915: 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 (20fee6e0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/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 1780 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30140 -> 30276 bytes
04-build_abe-stage1/console.log.xz | Bin 74772 -> 74972 bytes
06-build_abe-linux/console.log.xz | Bin 11188 -> 9484 bytes
07-build_abe-glibc/console.log.xz | Bin 237540 -> 235164 bytes
08-build_abe-stage2/console.log.xz | Bin 205600 -> 205212 bytes
09-build_abe-gdb/console.log.xz | Bin 34348 -> 34388 bytes
10-build_abe-qemu/console.log.xz | Bin 32320 -> 32264 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3920 -> 3884 bytes
12-build_abe-check_gcc/console.log.xz | Bin 3292 -> 3292 bytes
13-check_regression/console.log.xz | Bin 3040 -> 2384 bytes
13-check_regression/results.compare | 55 +-
13-check_regression/results.compare2 | 52 +-
14-update_baseline/console.log | 334 +--
14-update_baseline/results.compare | 55 +-
14-update_baseline/results.compare2 | 52 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3335240 -> 3358204 bytes
sumfiles/g++.sum | 60 +-
sumfiles/gcc.log.xz | Bin 2936232 -> 2912344 bytes
sumfiles/gcc.sum | 4279 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 1018408 -> 1021128 bytes
sumfiles/gfortran.sum | 4 +-
sumfiles/libatomic.log.xz | Bin 2296 -> 2292 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 196476 -> 196304 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2660 -> 2664 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 412604 -> 413144 bytes
sumfiles/libstdc++.sum | 2 +-
32 files changed, 2330 insertions(+), 2577 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_build/master-aarch64
in repository toolchain/ci/gdb.
from b8e92c571b Automatic date update in version.in
adds 7eb21cc702 Change call_site_target to use custom type and enum
adds 797662d7ef Make call_site_target members private
adds 394d8c59ea Constify chain_candidate
adds 206bedc2aa Change call_site_find_chain_1 to work recursively
adds a0e0ca7044 Change call_site_target to iterate over addresses
adds 48ac197b0c Handle multiple addresses in call_site_target
adds 22f8b65e9b Simplify the CLI set_logging logic
adds 8b1931b394 Use unique_ptr in CLI logging code
adds 3c6c449e30 Add new timestamped_file class
adds 52a4a5885a Switch gdb_stdlog to use timestamped_file
adds f77c52719d Add Rust parser check for end of expression
adds 4a02e01a71 Automatic date update in version.in
adds 1fc6fa2f1b asan: heap buffer overflow in pa_chk_field_selector
adds 7cd7b0641b sim: add arch/.gdbinit stub scripts
adds 1d1595b48b RISC-V: correct FCVT.Q.L[U]
adds be13be5b68 gas/Dwarf: special-case .linefile only for macros
adds f3bbd5c389 bfd/Dwarf2: make find-nearest-line returned function name co [...]
adds ddfc2f56d5 bfd/Dwarf2: gas doesn't mangle names
new 9e6a252c06 gdb/mi: fix use after free of frame_info causing spurious no [...]
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:
bfd/dwarf2.c | 6 +-
bfd/version.h | 2 +-
gas/config/tc-hppa.c | 45 +++--
gas/macro.c | 3 +-
gas/testsuite/gas/elf/dwarf-5-irp.d | 20 ++
gas/testsuite/gas/elf/dwarf-5-irp.s | 7 +
gas/testsuite/gas/riscv/zqinx.d | 4 +-
gdb/cli/cli-interp.c | 63 +++----
gdb/dwarf2/loc.c | 270 +++++++++++++++------------
gdb/dwarf2/read.c | 35 ++++
gdb/event-top.c | 2 +-
gdb/gdbtypes.h | 95 +++++++---
gdb/mi/mi-main.c | 44 ++++-
gdb/rust-parse.c | 6 +-
gdb/testsuite/gdb.arch/amd64-entry-value.exp | 2 +-
gdb/testsuite/gdb.rust/expr.exp | 2 +
gdb/tui/tui-io.c | 8 +-
gdb/ui-file.c | 29 +++
gdb/ui-file.h | 24 +++
gdb/utils.c | 32 +---
gdb/utils.h | 3 +
opcodes/riscv-opc.c | 4 +-
sim/Makefile.in | 75 +++++++-
sim/common/gdbinit.in | 2 +
sim/configure | 125 ++++++++++---
sim/configure.ac | 1 +
26 files changed, 620 insertions(+), 289 deletions(-)
create mode 100644 sim/common/gdbinit.in
--
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_build/master-aarch64
in repository toolchain/ci/glibc.
from 305769b2a1 x86: Remove AVX str{n}casecmp
adds 866c599182 Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits [...]
adds 811c635dba debug: Improve fdelt_chk error message
adds f5bff979d0 x86: Small improvements for wcscpy-ssse3
adds 244b415d38 x86: Small improvements for wcslen
No new revisions were added by this update.
Summary of changes:
debug/fdelt_chk.c | 3 +-
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 2 +
sysdeps/x86_64/multiarch/wcscpy-ssse3.S | 194 +++++++++++++--------------
sysdeps/x86_64/wcslen.S | 86 ++++++------
4 files changed, 142 insertions(+), 143 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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards e319ddd9 2: update: binutils-gcc-linux-glibc-gdb: 0
new 595e1914 2: update: binutils-gcc-linux-glibc-gdb: 0
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 (e319ddd9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 1508 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 24152 -> 24892 bytes
10-check_regression/console.log.xz | Bin 412 -> 412 bytes
11-update_baseline/console.log | 46 +++++++++++++++++------------------
jenkins/manifest.sh | 16 ++++++------
6 files changed, 31 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.