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 1cdaaee97 binutils-6f0ffe50c8f395ccb45ba9e801906b49d18c1af9: all
new bc9225d63 gcc-e87b1dcbf1fc98c166b1549650d880a73a5fe83d: 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 (1cdaaee97)
\
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:
1-reset_artifacts/console.log | 98 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6184 +++++-----
4-build_abe-stage1/console.log | 13484 ++++++++++-----------
5-count_linux_objs/console.log | 3901 +++---
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 23723 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 23640 insertions(+), 23798 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-stable-allyesconfig
in repository toolchain/gcc.
from 689182c1576 Daily bump.
adds 66161ef6235 Fix PR67974 for Darwin by adding an asm shim for AVX.
adds ac6a3935c7d Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 5 ++
.../gcc.target/x86_64/abi/avx/asm-support-darwin.s | 77 ++++++++++++++++++++++
3 files changed, 83 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s
--
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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 765dc73c9 binutils-c909e7afdc4710851a53e86ebed8cea3879b26e5: all
new d88ed19cb gcc-ac6a3935c7df0c0c86c192ddb4bc2368000895b8: 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 (765dc73c9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
1-reset_artifacts/console.log | 98 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6456 ++++++++-------
4-build_abe-stage1/console.log | 8331 +++++++++----------
5-count_linux_objs/console.log | 1391 ++--
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 16304 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 16418 insertions(+), 16214 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-mainline-allyesconfig
in repository toolchain/binutils-gdb.
from 56334baf0c Automatic date update in version.in
adds b5a1e55720 Fix gdb.ada bp_fun_addr failure due to conflict between fun [...]
adds 45b8ae0c33 Simplify dwarf2_find_containing_comp_unit
adds b6c95c0cc5 gdb: Extend the comments in c-exp.y
adds 0f5d3f636a gdb: Add new parser rule for structure field names
adds 6f0ffe50c8 gdb: Allow struct fields named double
adds f493efef89 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 23 ++++
gdb/c-exp.y | 55 +++++++--
gdb/dwarf2read.c | 7 +-
gdb/testsuite/ChangeLog | 11 ++
gdb/testsuite/gdb.ada/bp_fun_addr.exp | 10 +-
.../gdb.ada/bp_fun_addr/{a.adb => bp_fun_addr.adb} | 4 +-
.../dw2-unusual-field-names.c} | 15 ++-
.../gdb.dwarf2/dw2-unusual-field-names.exp | 132 +++++++++++++++++++++
9 files changed, 232 insertions(+), 27 deletions(-)
rename gdb/testsuite/gdb.ada/bp_fun_addr/{a.adb => bp_fun_addr.adb} (94%)
copy gdb/testsuite/{gdb.base/info_minsym.c => gdb.dwarf2/dw2-unusual-field-names.c} (88%)
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-unusual-field-names.exp
--
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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards fd848c550 gcc-6b9b2474cef16fb3950b9f5f988a4beb9a6e60e4: all
new 0ea2695b3 binutils-f493efef89a544ebb7f1aa0c9bbd688fc34b5cdd: 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 (fd848c550)
\
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:
1-reset_artifacts/console.log | 120 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6480 +++----
4-build_abe-stage1/console.log | 9831 +++++-----
5-count_linux_objs/console.log | 19011 +++++++++---------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 38076 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 36596 insertions(+), 36972 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-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards bbc2756e9 llvm-4335cb91e2dc6baef5799231098e78ba93a763e6: all
new 38b040864 llvm-9181cfa61f7f9b6f59fac04b6cd893f12dba58e2: 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 (bbc2756e9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-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:
1-reset_artifacts/console.log | 100 +-
2-build_llvm/console.log | 10195 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 204 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10505 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 10522 insertions(+), 10504 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-master-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 21fe36f12 llvm-06e20a057a163452c5d40f39a80a970791600c55: 5067
new 9e0d53792 linux-6a1d293238c1774cef23c25b5188b0c134c29a34: 5072
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 (21fe36f12)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-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:
1-reset_artifacts/console.log | 116 +-
2-build_llvm/console.log | 9051 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 151 +-
4-check_regression/console.log | 8 +-
5-update_baseline/console.log | 26 +-
console.log | 9416 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
results | 2 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 9376 insertions(+), 9412 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.