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-arm
in repository toolchain/ci/binutils-gdb.
from 00d7af046f FreeBSD x86 nat: Use register maps for GP register sets.
adds e5783467a3 gdb: fix ppc-sysv-tdep.c build on 32-bit platforms
adds 5800c9abd0 Automatic date update in version.in
new 7c4643efe7 objcopy --only-keep-debug
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/version.h | 2 +-
binutils/objcopy.c | 6 +++---
gdb/ppc-sysv-tdep.c | 3 ++-
3 files changed, 6 insertions(+), 5 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-arm
in repository toolchain/ci/base-artifacts.
discards 3f5b60b52 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 41a20502e 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 (3f5b60b52)
\
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 1568 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 30848 -> 30192 bytes
05-build_abe-stage1/console.log.xz | Bin 91312 -> 89404 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 9480 -> 9212 bytes
08-build_abe-glibc/console.log.xz | Bin 231152 -> 231740 bytes
09-build_abe-stage2/console.log.xz | Bin 222792 -> 220396 bytes
10-build_abe-gdb/console.log.xz | Bin 37576 -> 37112 bytes
11-build_abe-qemu/console.log.xz | Bin 30860 -> 31148 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 22 +++++++++++-----------
13 files changed, 19 insertions(+), 19 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/gdb.
from 5647d3e3dc Add Bruno Larsen to gdb/MAINTAINERS
adds 187365caaa Remove vestigal FreeBSD/i386 3.x support.
adds bf84b776bd Remove support for pre-5.0 FreeBSD/i386 signal trampolines.
adds 5046f3c8c0 FreeBSD x86: Remove fallback for detecting signal trampoline [...]
adds b623bbc9a5 regcache: Zero-extend small registers described by a register map.
adds a423c9f392 Use register maps for gp regsets on FreeBSD/x86 core dumps.
adds 7384826ebf FreeBSD x86: Use tramp-frame for signal frames.
adds b95a31ed5d fbsd-nat: Return a bool from fetch_register_set and store_re [...]
adds 00d7af046f FreeBSD x86 nat: Use register maps for GP register sets.
adds e5783467a3 gdb: fix ppc-sysv-tdep.c build on 32-bit platforms
new 5800c9abd0 Automatic date update in version.in
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/version.h | 2 +-
gdb/amd64-bsd-nat.c | 96 -----
gdb/amd64-fbsd-nat.c | 346 ++++++++++-------
gdb/amd64-fbsd-tdep.c | 277 +++++++------
.../gdb.base/cursal.c => amd64-fbsd-tdep.h} | 28 +-
gdb/amd64-tdep.h | 5 -
gdb/configure.nat | 4 +-
gdb/fbsd-nat.c | 8 +-
gdb/fbsd-nat.h | 21 +-
gdb/i386-bsd-nat.c | 98 +----
gdb/i386-fbsd-nat.c | 255 ++++++++++--
gdb/i386-fbsd-tdep.c | 429 +++++++++------------
gdb/i386-fbsd-tdep.h | 4 +
gdb/i386-tdep.h | 4 -
gdb/ppc-sysv-tdep.c | 3 +-
gdb/regcache.c | 7 +-
gdb/x86-bsd-nat.c | 4 -
gdb/x86-bsd-nat.h | 3 -
18 files changed, 811 insertions(+), 783 deletions(-)
copy gdb/{testsuite/gdb.base/cursal.c => amd64-fbsd-tdep.h} (73%)
--
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/gcc.
from c2b610e7c6c match.pd: Simplify 1 / X for integer X [PR95424]
adds 3a5fdf986dc Darwin, PPC: Fix bootstrap after GLIBC version changes.
adds e971990cbda c++: bogus warning with value init of const pmf [PR92752]
adds 5d8b4228187 doc: Update -Wbidi-chars documentation
adds cb3ac1985a5 tree-optimization/103514 Missing XOR-EQ-AND Optimization
adds 06995c2958a sh-linux fix target cpu
new f6f2d6cfec1 Daily bump.
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/ChangeLog | 81 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 6 ++
gcc/config/rs6000/darwin.h | 2 +
gcc/config/sh/t-linux | 5 +-
gcc/cp/ChangeLog | 25 +++++++
gcc/cp/typeck.cc | 4 +-
gcc/d/ChangeLog | 4 ++
gcc/doc/invoke.texi | 4 +-
gcc/fortran/ChangeLog | 27 ++++++++
gcc/match.pd | 8 +++
gcc/testsuite/ChangeLog | 88 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/warn/Wignored-qualifiers2.C | 17 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr103514.c | 33 +++++++++
14 files changed, 301 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wignored-qualifiers2.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr103514.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_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 5647d3e3dc Add Bruno Larsen to gdb/MAINTAINERS
adds 187365caaa Remove vestigal FreeBSD/i386 3.x support.
adds bf84b776bd Remove support for pre-5.0 FreeBSD/i386 signal trampolines.
adds 5046f3c8c0 FreeBSD x86: Remove fallback for detecting signal trampoline [...]
adds b623bbc9a5 regcache: Zero-extend small registers described by a register map.
adds a423c9f392 Use register maps for gp regsets on FreeBSD/x86 core dumps.
adds 7384826ebf FreeBSD x86: Use tramp-frame for signal frames.
adds b95a31ed5d fbsd-nat: Return a bool from fetch_register_set and store_re [...]
adds 00d7af046f FreeBSD x86 nat: Use register maps for GP register sets.
adds e5783467a3 gdb: fix ppc-sysv-tdep.c build on 32-bit platforms
adds 5800c9abd0 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/amd64-bsd-nat.c | 96 -----
gdb/amd64-fbsd-nat.c | 346 ++++++++++-------
gdb/amd64-fbsd-tdep.c | 277 +++++++------
.../gdb.base/cursal.c => amd64-fbsd-tdep.h} | 28 +-
gdb/amd64-tdep.h | 5 -
gdb/configure.nat | 4 +-
gdb/fbsd-nat.c | 8 +-
gdb/fbsd-nat.h | 21 +-
gdb/i386-bsd-nat.c | 98 +----
gdb/i386-fbsd-nat.c | 255 ++++++++++--
gdb/i386-fbsd-tdep.c | 429 +++++++++------------
gdb/i386-fbsd-tdep.h | 4 +
gdb/i386-tdep.h | 4 -
gdb/ppc-sysv-tdep.c | 3 +-
gdb/regcache.c | 7 +-
gdb/x86-bsd-nat.c | 4 -
gdb/x86-bsd-nat.h | 3 -
18 files changed, 811 insertions(+), 783 deletions(-)
copy gdb/{testsuite/gdb.base/cursal.c => amd64-fbsd-tdep.h} (73%)
--
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 c12e620d1 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 87e88151a 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 (c12e620d1)
\
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 1560 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 30192 -> 30168 bytes
05-build_abe-stage1/console.log.xz | Bin 71948 -> 71376 bytes
07-build_abe-linux/console.log.xz | Bin 9352 -> 9524 bytes
08-build_abe-glibc/console.log.xz | Bin 237272 -> 237288 bytes
09-build_abe-stage2/console.log.xz | Bin 198960 -> 197236 bytes
10-build_abe-gdb/console.log.xz | Bin 37060 -> 37136 bytes
11-build_abe-qemu/console.log.xz | Bin 31588 -> 31168 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 26 +++++++++++++-------------
12 files changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.