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 37c59664ad asan: ppc64_elf_get_synthetic_symtab heap buffer overflow
adds 5ee285ca3e Update following 2.39 release
adds 377c3a9c91 Introduce gdb::make_function_view
adds b859a3ef48 [gdbsupport] Add task size parameter in parallel_for_each
adds b069b588cf [gdb/symtab] Use task size in parallel_for_each in dwarf2_bu [...]
adds 728d5439e3 [gdb] Add unit test for gdb::sequential_for_each
adds 99c9026904 [gdb/build] Fix build breaker in language.c with gcc 7.5.0
No new revisions were added by this update.
Summary of changes:
binutils/README-how-to-make-a-release | 45 ++++++-----
gdb/dwarf2/read.c | 9 ++-
gdb/language.c | 2 +-
gdb/unittests/function-view-selftests.c | 82 ++++++++++++++++++++-
gdb/unittests/parallel-for-selftests.c | 105 ++++++++++++++++++++------
gdbsupport/function-view.h | 127 ++++++++++++++++++++++++++++++++
gdbsupport/parallel-for.h | 113 ++++++++++++++++++++++------
7 files changed, 418 insertions(+), 65 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-aarch64
in repository toolchain/ci/base-artifacts.
discards ea4d92703 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 9bcb51c74 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 (ea4d92703)
\
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 1628 -> 1644 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 30892 -> 30948 bytes
05-build_abe-stage1/console.log.xz | Bin 73184 -> 72908 bytes
07-build_abe-linux/console.log.xz | Bin 10220 -> 9500 bytes
08-build_abe-glibc/console.log.xz | Bin 240020 -> 240928 bytes
09-build_abe-stage2/console.log.xz | Bin 203792 -> 202952 bytes
10-build_abe-gdb/console.log.xz | Bin 38052 -> 38124 bytes
11-build_abe-qemu/console.log.xz | Bin 32416 -> 32380 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 40 +++++++++++++++++------------------
12 files changed, 22 insertions(+), 22 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_check/master-aarch64
in repository toolchain/ci/gcc.
from 47964e76627 Inline unsupported_range constructor.
adds 6ca948264d6 backthreader dump fix
adds 1878ab3650d middle-end: Guard value_replacement and store_elim from see [...]
adds 29fc5075d7e libstdc++: Implement <experimental/scope> from LFTSv3
adds 58a644cfdee libstdc++: Add feature test macro for <experimental/scope>
No new revisions were added by this update.
Summary of changes:
gcc/tree-ssa-phiopt.cc | 4 +-
gcc/tree-ssa-threadbackward.cc | 8 +-
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/experimental/scope | 497 +++++++++++++++++++++
.../testsuite/experimental/scopeguard/exit.cc | 300 +++++++++++++
.../testsuite/experimental/scopeguard/uniqueres.cc | 366 +++++++++++++++
7 files changed, 1170 insertions(+), 7 deletions(-)
create mode 100644 libstdc++-v3/include/experimental/scope
create mode 100644 libstdc++-v3/testsuite/experimental/scopeguard/exit.cc
create mode 100644 libstdc++-v3/testsuite/experimental/scopeguard/uniqueres.cc
--
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_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 37c59664ad asan: ppc64_elf_get_synthetic_symtab heap buffer overflow
adds 5ee285ca3e Update following 2.39 release
adds 377c3a9c91 Introduce gdb::make_function_view
adds b859a3ef48 [gdbsupport] Add task size parameter in parallel_for_each
adds b069b588cf [gdb/symtab] Use task size in parallel_for_each in dwarf2_bu [...]
adds 728d5439e3 [gdb] Add unit test for gdb::sequential_for_each
adds 99c9026904 [gdb/build] Fix build breaker in language.c with gcc 7.5.0
No new revisions were added by this update.
Summary of changes:
binutils/README-how-to-make-a-release | 45 ++++++-----
gdb/dwarf2/read.c | 9 ++-
gdb/language.c | 2 +-
gdb/unittests/function-view-selftests.c | 82 ++++++++++++++++++++-
gdb/unittests/parallel-for-selftests.c | 105 ++++++++++++++++++++------
gdbsupport/function-view.h | 127 ++++++++++++++++++++++++++++++++
gdbsupport/parallel-for.h | 113 ++++++++++++++++++++++------
7 files changed, 418 insertions(+), 65 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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards d25440df1 0: update: binutils-gcc: 1
new 0ffc68eaf 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 (d25440df1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1588 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2708 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 38024 -> 39624 bytes
04-build_abe-gcc/console.log.xz | Bin 213396 -> 213624 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3840 -> 3836 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2632 -> 2444 bytes
07-check_regression/console.log.xz | Bin 2548 -> 2488 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 20 +-
08-update_baseline/console.log | 252 +-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 20 +-
jenkins/manifest.sh | 16 +-
sumfiles/g++.log.xz | Bin 3561376 -> 3577824 bytes
sumfiles/g++.sum | 124 +-
sumfiles/gcc.log.xz | Bin 3066540 -> 3074056 bytes
sumfiles/gcc.sum | 4466 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 1033928 -> 1035376 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2184 -> 2196 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 205436 -> 204984 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2552 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 448176 -> 440676 bytes
sumfiles/libstdc++.sum | 16 +-
27 files changed, 2511 insertions(+), 2501 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.
unknown user pushed a change to branch arm/morello/main
in repository glibc.
at 2f3bf4cf63 TODO(drop): aarch64: morello: CPU feature detection for Morello
This branch includes the following new commits:
new 9f22387b95 scripts: Use bool in tunables initializer
new 9ed39f584e aarch64: don't build wordcopy
new 2f90599f89 aarch64: fix extension header write in getcontext and swapcontext
new 14c8e3a355 Fix stdlib/test-dlclose-exit-race to not hang
new d8ecbea3fc Fix resource/bug-ulimit1 test
new db674b0d98 Fix string/tester alignment code
new dec33ea23f cheri: Fix invalid pointer deref in wcscpy_chk
new 1943345fa3 cheri: Fix invalid pointer deref in wcpcpy_chk
new 30719666f8 cheri: Fix pointer alignment in fts
new a87b3fcbb3 Fix the symbolic link of multilib dirs
new 1cb2ecf162 cheri: Fix elf/tst-dlmodcount test
new f8335dc69a libio: adjust _IO_FILE / _IO_FILE_complete for 128 bit pointers
new 2adfa58c4f aarch64: cleanup MOVL definition in sysdep.h
new 084ac620b1 aarch64: Use fewer ifdefs in bits/fcntl.h
new 570f6858b7 aarch64: morello: add purecap support to build-many-glibcs.py
new 4fc4072240 aarch64: morello: Use separate lp64 and morello sysdep directories
new 18fb025070 aarch64: morello: configure change for purecap abi
new 9e6811dafb aarch64: morello: Add purecap abi-variants on linux
new ccec84f408 aarch64: morello: Add separate lp64 and morello linux abilists
new 78cc285037 aarch64: morello: use separate localplt data for morello
new 77777d453d aarch64: morello: use separate c++-types.data
new 93c5545300 cheri: headers: Define {u}intptr_t and {u}intcap_t for CHERI
new 434271f132 TODO(spec): cheri: __LP64__ is not defined for purecap ABI
new db037e48fb aarch64: morello: update sysdep.h for purecap ABI
new e8728f756a aarch64: morello: string: dummy c strcspn
new eca95865e3 aarch64: morello: string: dummy c strspn
new 3a0ce7aeb0 aarch64: morello: string: dummy c strrchr
new 750a8bb78b aarch64: morello: string: dummy c strchr
new d496a3dd55 aarch64: morello: string: dummy c strncmp
new bec24b66e8 aarch64: morello: string: dummy c strcmp
new 424b0ffa6f aarch64: morello: string: dummy c strcpy and stpcpy
new 42ab155048 aarch64: morello: string: dummy c strnlen
new 538a80eaf4 aarch64: morello: string: dummy c strlen
new 0ae704caef aarch64: morello: string: dummy c strchrnul
new 2e1fc3bdee aarch64: morello: purecap rawmemchr
new df91141390 aarch64: morello: string: dummy c memrchr
new 05c7fd2959 aarch64: morello: string: dummy c memchr
new 30d6fef4c7 aarch64: morello: string: dummy c memcmp
new dd44f97920 aarch64: morello: string: memset
new fbdd679dfe aarch64: morello: string: memcpy
new 2d17978865 TODO(api): cheri: fix syscall return type
new 9ef71c0be0 aarch64: fix VDSO setup to only apply to known ABIs
new ff371935db aarch64: morello: add purecap syscall support
new d23dfc0324 aarch64: morello: fix vfork
new ed90470cc0 aarch64: morello: fix missing variadic argument in fcntl
new fb41a562bf TODO(uapi): cheri: fix clone_args
new 9f92fe592b TODO(uapi): aarch64: morello: make brk always fail
new 822571c5b1 TODO(uapi): aarch64: morello: use non-ifunc gettimeofday
new 2d0278e6d7 cheri: aarch64: Add header for CHERI permissions
new d77736297a TODO(ddc): aarch64: morello: purecap support in the CSU
new 347f7e2ac1 TODO(relro): cheri: make __attribute_relro a nop
new ff2cd89ebb cheri: don't use dl_random for pointer mangling
new 887a33c6bb TODO(gcc): cheri: work around a gcc bug in _dl_setup_stack_c [...]
new cb79f5073a cheri: fix static linking early allocation
new 4275aff6b8 cheri: fix static linking TLS setup
new 110733491a cheri: fix __minimal_malloc
new bb5bc76947 elf: add Arm Morello relocations to elf.h
new 823a9cb203 elf: add EF_AARCH64_CHERI_PURECAP
new 091bcf0e1c cheri: elf: Add new a_type entries
new a4f02d3f68 cheri: elf: make l_addr a capability
new 8022e6934e cheri: elf: Adjust Elf64_auxv_t for capabilities
new 8536404f41 cheri: elf: use elfptr_t for auxv parsing
new d257d001c3 TODO(l_addr): cheri: in static exe initialize l_addr to a ze [...]
new d63bc8be87 cheri: elf: elfptr_t fixes for preinit/init/fini array
new 7880bbd374 cheri: elf: Use elfptr_t in _dl_protect_relro
new c8f1fc9d94 cheri: Implement 128-bit atomics
new b38585301d cheri: nptl: fix thread ID types for capabilities
new f29dda01e0 cheri: nptl: fix pthread_attr_t alignment
new 63bee6f155 aarch64: morello: nptl: fix pthread types for 128 bit pointers
new 01faa1bcd4 aarch64: morello: nptl: fix thread pointer setup
new 5778537ccd cheri: rseq: remove const to avoid readonly permission
new f7842f9392 cheri: wctype: turn wctype_t into a pointer
new 159a76a8dd cheri: fix qsort for capabilities
new 68822420a6 cheri: fix pointer tagging in tsearch
new d0db1e8a12 cheri: fix invalid pointer use after realloc in localealias
new 0205012984 cheri: malloc: use intptr_t to preserve capabilities
new b3d26f52f7 cheri: malloc: Disable pointer protection
new 4064e7a4fc cheri: malloc: align up without breaking capability in memalign
new 84068c087b cheri: malloc: use uintptr_t in alloc_buffer
new 6af67120e8 cheri: malloc: fix alignment logic in obstack
new 257781e305 cheri: malloc: avoid switch over uintptr_t
new 89ab8ac121 aarch64: morello: add purecap setjmp/longjmp
new ec5240f821 aarch64: morello: add purecap ucontext support
new c779cc818e aarch64: morello: disable the vpcs test
new c755eefac5 aarch64: morello: fix ldconfig for purecap abi
new 4f45607de9 aarch64: morello: rtld: define DL_RO_DYN_SECTION
new a0cbaef87c aarch64: morello: rtld: add ld.so _start code
new 06fda78445 cheri: rtld: fix _dl_start to return elfptr_t
new 2b1192cae0 cheri: elf: fix pointer provenance of l_tls_initimage
new 51fe1e15ed TODO(incomplete): cheri: rtld: more elfptr_t in linkmap struct
new d15c9f859f TODO(l_addr): cheri: rtld: elfptr_t fixes in dl-map-segments.h
new 392f32c841 aarch64: morello: add lazy binding entry code
new 6f93421a5f aarch64: rtld: avoid loading incompatible binaries
new 3eb1c569eb TODO(l_addr): aarch64: morello: dynamic linking support
new 93ab84cd80 TODO(l_addr): cheri: rtld: elfptr_t fix in rtld.c program he [...]
new 989eb50954 TODO(api): cheri: elfptr_t in public api for unwinder
new bb648757f0 TODO(morello): cheri: fix posix timers
new d8173e2496 TODO(uapi): cheri: Fix sigevent ABI
new cec148df6f cheri: nptl: Check user provided stack for PCS constraints
new 3be82efc58 cheri: stdio-common: add support for printing CHERI capabilities
new f4fe4afdf0 support: Fix TEST_COMPARE for uintptr_t.
new d74b162292 TODO(uapi): aarch64: morello: add HWCAP2_MORELLO
new 2b9e393156 TODO(api): cheri: misc: Implement new function getauxptr for [...]
new 6cca02f732 cheri: elf: Fix tst-auxv for Morello
new 7dac60585d cheri: Update libc.abilist for getauxptr
new 7f9c78bc3a TODO(pldd): cheri: elf: fix pldd to compile for purecap abi
new a8989aef06 TODO(audit): aarch64: morello: add _dl_runtime_profile entry
new 5ef98a9900 TODO(sprof): cheri: disable profiling shared libraries
new ccce788403 TODO(gprof): aarch64: morello: add gprof profiling support to asm
new 2f3bf4cf63 TODO(drop): aarch64: morello: CPU feature detection for Morello
The 110 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.