This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from fe83066292 Match demangled name in "skip"
adds 4d0bcfcf62 gdb: update instance_flags field name in gdb-gdb.py.in
adds b650a28273 gdb: use bool in the solib catchpoint area
adds c2f876e11e Automatic date update in version.in
adds c568ac5ff7 opcodes/csky: return the default disassembler when there is no bfd
adds 848471acef Tidy gas i386.exp
adds d2cd411356 gdb/riscv: fix decode of c.sdsp instruction
adds dd80eb2cff Skip IFUNC relocations in debug sections ignored by ld.so. [...]
adds 9519b2eea0 Make c-exp.y:name_obstack static
adds 88f07206fa Use htab_up in auto-load.c
adds c1fb98360c Use htab_up in breakpoint.c
adds 32580f6d2e Use htab_up in completion_tracker
adds 99032cfcc6 Use htab_up in filename_seen_cache
adds 7a8a5d47c3 Use htab_up in linespec.c
adds eb53f10555 Use htab_up in target-descriptions.c
adds fa9b11648c Use htab_up in typedef_hash_table
adds 6108fd1823 Use htab_up in type copying
adds 280a9412e4 Use htab_up in dwarf2/read.c
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 6 +++
bfd/elfxx-sparc.c | 20 +++++++-
bfd/version.h | 2 +-
gas/ChangeLog | 4 ++
gas/testsuite/gas/i386/i386.exp | 68 +++++++++++++-------------
gdb/ChangeLog | 103 +++++++++++++++++++++++++++++++++++++++
gdb/auto-load.c | 41 ++++++----------
gdb/breakpoint.c | 57 ++++++++--------------
gdb/breakpoint.h | 18 +++++--
gdb/c-exp.y | 2 +-
gdb/compile/compile-object-run.c | 6 +--
gdb/completer.c | 29 +++++------
gdb/completer.h | 4 +-
gdb/dwarf2/read.c | 20 ++++----
gdb/filename-seen-cache.c | 17 ++-----
gdb/filename-seen-cache.h | 5 +-
gdb/gdb-gdb.py.in | 2 +-
gdb/gdbtypes.c | 10 ++--
gdb/gdbtypes.h | 2 +-
gdb/guile/scm-type.c | 7 +--
gdb/linespec.c | 30 ++++--------
gdb/python/py-type.c | 10 ++--
gdb/riscv-tdep.c | 2 +-
gdb/target-descriptions.c | 16 +++---
gdb/typeprint.c | 29 +++++------
gdb/typeprint.h | 4 +-
gdb/value.c | 11 ++---
opcodes/ChangeLog | 5 ++
opcodes/csky-dis.c | 32 ++++++------
29 files changed, 319 insertions(+), 243 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_kernel/gnu-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 1d272d14 0: update: binutils-gcc-linux: all
new 39eaa4d3 0: update: binutils-gcc-linux: all
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 (1d272d14)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 14 +-
02-prepare_abe/console.log | 216 +-
03-build_abe-binutils/console.log | 11466 ++++++-----
04-build_abe-stage1/console.log | 20358 +++++++++---------
05-build_linux/console.log | 816 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 14 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 16 +-
08-update_baseline/results.regressions | 2 +-
console.log | 32916 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
12 files changed, 32899 insertions(+), 32939 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 master
in repository gcc.
from c5605914084 libgo: fix ptrace syscall hooks into glibc
new 4f0aa5b051c c++: Add tests for fixed PRs.
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/testsuite/g++.dg/cpp0x/move-return4.C | 17 ++++++++
gcc/testsuite/g++.dg/cpp0x/vt-58156.C | 13 ++++++
gcc/testsuite/g++.dg/cpp2a/concepts-pr68828.C | 35 ++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-pr86002.C | 19 +++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-pr91525.C | 17 ++++++++
.../g++.dg/cpp2a/constexpr-indeterminate1.C | 46 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/desig17.C | 19 +++++++++
gcc/testsuite/g++.dg/ext/attrib62.C | 7 ++++
8 files changed, 173 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/move-return4.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/vt-58156.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr68828.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr86002.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr91525.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-indeterminate1.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig17.C
create mode 100644 gcc/testsuite/g++.dg/ext/attrib62.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_kernel/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from 5925fa68fe82 Merge tag 'perf-tools-fixes-for-v5.9-2020-09-16' of git:// [...]
adds 5ef64cc8987a mm: allow a controlled amount of unfairness in the page lock
adds 564c836fd945 MIPS: SNI: Fix MIPS_L1_CACHE_SHIFT
adds b959b97860d0 MIPS: SNI: Fix spurious interrupts
adds 4cbffc461ec9 Merge tag 'mips_fixes_5.9_2' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
arch/mips/Kconfig | 1 +
arch/mips/sni/a20r.c | 9 ++-
include/linux/mm.h | 2 +
include/linux/wait.h | 1 +
kernel/sysctl.c | 8 +++
mm/filemap.c | 160 +++++++++++++++++++++++++++++++++++++++++----------
6 files changed, 148 insertions(+), 33 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_kernel/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards c1d33e90 0: update: llvm-linux: boot
new 28f82d3c 0: update: llvm-linux: boot
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 (c1d33e90)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 162 +-
02-build_llvm/console.log | 12552 ++++++++--------
03-build_linux/console.log | 18106 +++++++++++-----------
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 30836 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 30840 insertions(+), 30840 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_kernel/gnu-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9649cfb2 0: update: binutils-gcc-linux: all
new 53a3e92b 0: update: binutils-gcc-linux: all
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 (9649cfb2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 156 +-
02-prepare_abe/console.log | 160 +-
03-build_abe-binutils/console.log | 11878 ++++++-----
04-build_abe-stage1/console.log | 15955 +++++++--------
05-build_linux/console.log | 3542 +++-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 31721 ++++++++++++++++--------------
jenkins/manifest.sh | 16 +-
12 files changed, 34446 insertions(+), 29012 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.