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 34ca55313b The assembler only supports 32-bit stabs. So set sh_entsize [...]
adds 06ca5dd49a Implement IP_STAT+IP_STATUS (aliases of the same format) on NetBSD
adds f717994fe8 [PATCH v2 2/2] coff-go32: support extended relocations
adds 6a05414145 Automatic date update in version.in
adds c98a4545dc Re: readelf: Consolidate --syms --use-dynamic with --dyn-syms
adds 89246a0e79 readelf: increase size of static buffers
adds b71d4fa7c3 readelf: zero static vars after freeing
adds 001890e1f9 PR25822, Invalid read in process_symbol_table
adds 0ca4866abe Fix makeinfo warnings in gdb.texinfo and python.texi docs
adds 7ecb51549a PR25823, Use after free in bfd_hash_lookup
adds b1bc1394df objdump --no-addresses
adds 95a5156812 Unify the behaviour of ld.bfd and ld.gold with respect to wa [...]
new a0e9b53238 Better handling of realpath() failure in windows_make_so() o [...]
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/ChangeLog | 49 +++++++++++++++++
bfd/coff-go32.c | 134 +++++++++++++++++++++++++++++++++++++++++++++
bfd/coff-rs6000.c | 3 +-
bfd/coff-stgo32.c | 30 +++++-----
bfd/coff64-rs6000.c | 5 +-
bfd/coffcode.h | 70 ++++++++++++++++++++---
bfd/cofflink.c | 4 +-
bfd/coffswap.h | 2 +
bfd/elf-bfd.h | 5 +-
bfd/elf32-m32r.c | 12 ++--
bfd/elf32-score.c | 13 +++--
bfd/elf32-score7.c | 11 ++--
bfd/elf32-sh.c | 13 +++--
bfd/elf32-spu.c | 15 ++---
bfd/elf64-hppa.c | 17 +++---
bfd/elflink.c | 12 ++--
bfd/elfxx-mips.c | 9 +--
bfd/libcoff-in.h | 6 +-
bfd/libcoff.h | 6 +-
bfd/peXXigen.c | 20 +++----
bfd/version.h | 2 +-
binutils/ChangeLog | 32 +++++++++++
binutils/doc/binutils.texi | 5 ++
binutils/objdump.c | 57 +++++++++++++------
binutils/readelf.c | 48 ++++++++--------
gdb/ChangeLog | 10 ++++
gdb/doc/ChangeLog | 7 +++
gdb/doc/gdb.texinfo | 20 +++----
gdb/doc/python.texi | 2 +-
gdb/nbsd-nat.c | 103 ++++++++++++++++++++++++++++++++++
gdb/windows-nat.c | 5 +-
include/ChangeLog | 7 +++
include/bfdlink.h | 8 ++-
ld/ChangeLog | 9 +++
ld/emultempl/aix.em | 4 +-
ld/emultempl/elf.em | 6 +-
ld/lexsup.c | 36 ++++--------
37 files changed, 617 insertions(+), 180 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 c610f3ddc 0: update: binutils-gcc-linux: all
new be89a0fa0 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 (c610f3ddc)
\
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 | 216 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11679 +++++------
04-build_abe-stage1/console.log | 20143 +++++++++---------
05-build_linux/console.log | 800 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 18 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33380 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
12 files changed, 33366 insertions(+), 33338 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_tx1/gnu-master-aarch64-spec2k6-Os
in repository toolchain/ci/glibc.
from 319d2a7b60 Add GRND_INSECURE from Linux 5.6 to sys/random.h
adds df76ff3a44 x32: Properly pass long to syscall [BZ #25810]
adds 2102bec982 hurd: add mach_print function
adds 00515ea3a1 linux: wait4: Fix incorrect return value comparison
adds c4d4419433 posix: Add wait4 test case
No new revisions were added by this update.
Summary of changes:
mach/Versions | 3 +
posix/Makefile | 3 +-
posix/tst-wait4.c | 209 ++++++++++++++++++++++++++++
sysdeps/mach/hurd/i386/libc.abilist | 1 +
sysdeps/unix/sysv/linux/wait4.c | 19 ++-
sysdeps/unix/sysv/linux/x86_64/sysdep.h | 15 +-
sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h | 16 +++
7 files changed, 249 insertions(+), 17 deletions(-)
create mode 100644 posix/tst-wait4.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_bmk_tx1/gnu-master-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 9b104b2ed 2: update: binutils-gcc-glibc: 1
new 21b6bcebb 2: update: binutils-gcc-glibc: 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 (9b104b2ed)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch [...]
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 | 183 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11959 +--
04-build_abe-stage1/console.log | 15872 ++--
05-build_abe-linux/console.log | 310 +-
06-build_abe-glibc/console.log | 40058 +++++-----
07-build_abe-stage2/console.log | 37688 ++++-----
09-benchmark--Os/benchmark-start.log | 2 +-
09-benchmark--Os/benchmark.log | 17 +-
09-benchmark--Os/console.log | 286 +-
10-check_regression/console.log | 3833 +-
10-check_regression/results-0.csv | 3618 +-
10-check_regression/results-1.csv | 3633 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 7 +-
10-check_regression/results-full.csv | 3872 +-
10-check_regression/results.csv | 253 +-
10-check_regression/results.log | 4618 +-
11-update_baseline/console.log | 11683 ++-
11-update_baseline/results-1.csv | 3633 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 7 +-
11-update_baseline/results-full.csv | 3628 +-
11-update_baseline/results.csv | 249 +-
11-update_baseline/results.log | 3220 +-
console.log | 122310 ++++++++++++++---------------
jenkins/manifest.sh | 20 +-
results_id | 2 +-
28 files changed, 135651 insertions(+), 135862 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 18e9e228a 0: update: llvm-linux: all
new 48a6d9ef5 0: update: llvm-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 (18e9e228a)
\
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 | 121 +-
02-build_llvm/console.log | 12648 ++++++++--------
03-build_linux/console.log | 16606 ++++++++++-----------
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 29389 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 29405 insertions(+), 29383 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-release-aarch64-next-defconfig
in repository toolchain/ci/gcc.
from 12d027adaf2 Daily bump.
adds 7c94472580a Backport from trunk of the fix for PR 94270.
adds 54ab0a7d757 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 +++++++
gcc/fortran/trans-decl.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_6.f90 | 13 +++++++++++++
5 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_6.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.