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 1653ae5b84 gprofng: use $host instead $target
adds 6e9cd73eb5 gdb: use gdb::function_view for gdbarch_iterate_over_objfile [...]
adds 2392dc0f8e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/findvar.c | 55 +++++++++++-------------------------------
gdb/gdbarch-components.py | 12 +++-------
gdb/gdbarch-gen.h | 13 ++++------
gdb/gdbarch.c | 4 ++--
gdb/gdbarch.h | 4 ++--
gdb/objfiles.c | 14 ++++-------
gdb/objfiles.h | 5 ++--
gdb/solib-svr4.c | 15 ++++++------
gdb/symtab.c | 61 +++++++----------------------------------------
gdb/windows-tdep.c | 23 +++++++-----------
11 files changed, 56 insertions(+), 152 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 39f1ef011 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 6a3a00f28 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 (39f1ef011)
\
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 1604 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2808 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 30416 -> 30344 bytes
05-build_abe-stage1/console.log.xz | Bin 71348 -> 71416 bytes
07-build_abe-linux/console.log.xz | Bin 9416 -> 9028 bytes
08-build_abe-glibc/console.log.xz | Bin 238692 -> 237636 bytes
09-build_abe-stage2/console.log.xz | Bin 201752 -> 200676 bytes
10-build_abe-gdb/console.log.xz | Bin 38332 -> 37708 bytes
11-build_abe-qemu/console.log.xz | Bin 32284 -> 32484 bytes
12-check_regression/console.log.xz | Bin 420 -> 432 bytes
13-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 22 +++++++++++-----------
12 files changed, 13 insertions(+), 13 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
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
in repository toolchain/ci/base-artifacts.
from 243423262 1: reset: binutils-92d48a1e4eac54db11f1a110328672394fce2853: 0
new 28a111b9b 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 1492 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2712 bytes
04-build_abe-binutils/console.log.xz | Bin 46404 -> 46380 bytes
06-check_regression/console.log.xz | Bin 1180 -> 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 | 46 +++++++++++++++++++++++++++-----
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, 45 insertions(+), 81 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
in repository toolchain/ci/base-artifacts.
from 36e3ab590 0: update: gcc-e66af28d9907321c14a34803bcf1cfdd350745b8: 2
new 243423262 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 1640 -> 1492 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 50904 -> 46404 bytes
05-build_abe-bootstrap/console.log.xz | Bin 462296 -> 0 bytes
06-check_regression/console.log.xz | Bin 416 -> 1180 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 | 33 +++++++++++++++++---------------
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 +
reset-baseline | 0
results | 9 +++++----
18 files changed, 95 insertions(+), 25 deletions(-)
delete mode 100644 05-build_abe-bootstrap/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
create 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
in repository toolchain/ci/base-artifacts.
discards 0efc60a62 0: update: binutils-gcc: 2
new 36e3ab590 0: update: gcc-e66af28d9907321c14a34803bcf1cfdd350745b8: 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 (0efc60a62)
\
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 1568 -> 1640 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 51056 -> 50904 bytes
05-build_abe-bootstrap/console.log.xz | Bin 463924 -> 462296 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 11 +++++------
7 files changed, 13 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.