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/release-aarch64
in repository toolchain/ci/gcc.
from 6850151425b Daily bump.
adds 46813278e44 Daily bump.
adds 81f4269f0cd Daily bump.
adds 195fe5152fc testsuite: vect: update unaligned message
new 043949882d5 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/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c | 2 +-
3 files changed, 11 insertions(+), 2 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/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 24b78f364b Automatic date update in version.in
adds 27b720cb6a Automatic date update in version.in
adds 6f6d84a485 Automatic date update in version.in
new 56ba05dfac 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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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/release-aarch64
in repository toolchain/ci/base-artifacts.
discards d4d543396 0: update: binutils-gcc-linux-glibc-gdb: 6
new dbe38f3d6 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (d4d543396)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/release [...]
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 1536 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 51708 -> 51596 bytes
05-build_abe-gcc/console.log.xz | Bin 193368 -> 193676 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 8864 -> 8832 bytes
08-build_abe-glibc/console.log.xz | Bin 238692 -> 237828 bytes
09-build_abe-gdb/console.log.xz | Bin 41916 -> 41696 bytes
10-check_regression/console.log.xz | Bin 420 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 20 ++++++++++----------
11 files changed, 18 insertions(+), 18 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_bootstrap/master-arm-bootstrap_debug
in repository toolchain/ci/binutils-gdb.
from 92d48a1e4e Add an arm-tls feature which includes the tpidruro register [...]
adds 099fbce0ac Read the tpidruro register from NT_ARM_TLS core dump notes o [...]
adds 2e686a74dc Support TLS variables on FreeBSD/arm.
adds 684943d213 Fetch the NT_ARM_TLS register set for native FreeBSD/arm processes.
adds 414d5848bb Add an aarch64-tls feature which includes the tpidr register.
adds 0a765c1a8e Read the tpidr register from NT_ARM_TLS core dump notes on F [...]
adds f9fbb7636a Support TLS variables on FreeBSD/Aarch64.
adds b7fe5463cf Fetch the NT_ARM_TLS register set for native FreeBSD/Aarch64 [...]
adds 224151d774 Read the tpidr register from NT_ARM_TLS core dump notes on L [...]
adds 9c27bc99e4 gdbserver: Read the tpidr register from NT_ARM_TLS on Linux.
adds 3b4b3e438d Read the tpidr register from NT_ARM_TLS on Linux.
adds ed8f05baba NEWS: Add a note for TLS support on FreeBSD/arm and FreeBSD/ [...]
adds 6a90a4a430 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/NEWS | 3 +
gdb/aarch64-fbsd-nat.c | 54 ++++++++++++++++++
gdb/aarch64-fbsd-tdep.c | 67 ++++++++++++++++++++++
gdb/aarch64-fbsd-tdep.h | 3 +
gdb/aarch64-linux-nat.c | 69 ++++++++++++++++++++++-
gdb/aarch64-linux-tdep.c | 21 ++++++-
gdb/aarch64-linux-tdep.h | 3 +
gdb/aarch64-tdep.c | 33 ++++++++---
gdb/aarch64-tdep.h | 10 +++-
gdb/arch/aarch64.c | 7 ++-
gdb/arch/aarch64.h | 8 ++-
gdb/arm-fbsd-nat.c | 52 ++++++++++++++++-
gdb/arm-fbsd-tdep.c | 65 +++++++++++++++++++--
gdb/arm-fbsd-tdep.h | 5 +-
gdb/features/Makefile | 1 +
gdb/features/aarch64-tls.c | 14 +++++
gdb/features/{arm/arm-tls.xml => aarch64-tls.xml} | 4 +-
gdbserver/linux-aarch64-ipa.cc | 8 +--
gdbserver/linux-aarch64-low.cc | 32 ++++++++++-
gdbserver/linux-aarch64-tdesc.cc | 11 ++--
gdbserver/linux-aarch64-tdesc.h | 2 +-
gdbserver/netbsd-aarch64-low.cc | 2 +-
23 files changed, 439 insertions(+), 37 deletions(-)
create mode 100644 gdb/features/aarch64-tls.c
copy gdb/features/{arm/arm-tls.xml => aarch64-tls.xml} (78%)
--
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_bootstrap/master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
from 465c259b7 1: reset: binutils-92d48a1e4eac54db11f1a110328672394fce2853: 0
new 053392fbf 2: update: binutils-6a90a4a4302de01ded2bf9547882e90656b3fc99: 0
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 1536 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 46732 -> 46344 bytes
06-check_regression/console.log.xz | Bin 1184 -> 412 bytes
06-check_regression/jira-body.txt | 2 --
06-check_regression/mail-body.txt | 23 --------------
06-check_regression/mail-subject.txt | 1 -
06-check_regression/results.regressions | 5 ---
06-check_regression/trigger-bisect | 2 --
07-update_baseline/console.log | 52 ++++++++++++++++++++++++++------
jenkins/manifest.sh | 10 +++---
mail/jira-body.txt | 5 ---
mail/mail-body.txt | 26 ----------------
mail/mail-subject.txt | 1 -
reset-baseline | 0
results | 5 ---
16 files changed, 48 insertions(+), 84 deletions(-)
delete mode 100644 06-check_regression/jira-body.txt
delete mode 100644 06-check_regression/mail-body.txt
delete mode 100644 06-check_regression/mail-subject.txt
delete mode 100644 06-check_regression/results.regressions
delete mode 100644 06-check_regression/trigger-bisect
delete mode 100644 mail/jira-body.txt
delete mode 100644 mail/mail-body.txt
delete mode 100644 mail/mail-subject.txt
delete mode 100644 reset-baseline
--
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_bootstrap/master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
from 368b09453 0: update: gcc-ec70591fbb99ea81f6559c041d065fff79424656: 2
new 465c259b7 1: reset: binutils-92d48a1e4eac54db11f1a110328672394fce2853: 0
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 1660 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 49776 -> 46732 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 460856 -> 0 bytes
06-check_regression/console.log.xz | Bin 416 -> 1184 bytes
06-check_regression/jira-body.txt | 2 ++
06-check_regression/mail-body.txt | 23 +++++++++++++
06-check_regression/mail-subject.txt | 1 +
06-check_regression/results.regressions | 5 +++
06-check_regression/trigger-bisect | 2 ++
07-update_baseline/console.log | 39 +++++++++++++++++++++++
07-update_baseline/results.regressions | 2 ++
jenkins/manifest.sh | 11 +++----
mail/jira-body.txt | 5 +++
mail/mail-body.txt | 26 +++++++++++++++
mail/mail-subject.txt | 1 +
07-update_baseline/console.log => reset-baseline | 0
results | 9 +++---
18 files changed, 116 insertions(+), 10 deletions(-)
delete mode 100644 05-build_abe-bootstrap_debug/console.log.xz
create mode 100644 06-check_regression/jira-body.txt
create mode 100644 06-check_regression/mail-body.txt
create mode 100644 06-check_regression/mail-subject.txt
create mode 100644 06-check_regression/results.regressions
create mode 100644 06-check_regression/trigger-bisect
create mode 100644 07-update_baseline/results.regressions
create mode 100644 mail/jira-body.txt
create mode 100644 mail/mail-body.txt
create mode 100644 mail/mail-subject.txt
copy 07-update_baseline/console.log => reset-baseline (100%)
--
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_bootstrap/master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 611ac6c20 0: update: binutils-gcc: 2
new 368b09453 0: update: gcc-ec70591fbb99ea81f6559c041d065fff79424656: 2
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 (611ac6c20)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1540 -> 1660 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 51644 -> 49776 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 460208 -> 460856 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------
jenkins/manifest.sh | 11 ++++-----
7 files changed, 5 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.