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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards bf43972b6c 0: good: binutils-gcc-linux: all
new 5885ba4f7d 0: good: 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 (bf43972b6c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 14 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3143 ++++++++--------
4-build_abe-stage1/console.log | 4158 ++++++++++-----------
5-build_linux/console.log | 67 +-
6-boot_linux/console.log | 2 +-
console.log | 7382 +++++++++++++++++++-------------------
jenkins/manifest.sh | 16 +-
8 files changed, 7425 insertions(+), 7361 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-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from a894d76ab1 Re: PowerPC __tls_get_addr arg parsing
adds 60245a92ce Automatic date update in version.in
No new revisions were added by this update.
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_kernel/gnu-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5db396ddb6 0: good: binutils-gcc-linux: all
new 48391660ca 0: good: 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 (5db396ddb6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 14 +-
3-build_abe-binutils/console.log | 3283 +++--
4-build_abe-stage1/console.log | 4159 +++---
5-build_linux/console.log | 21750 ++++++++++++++-------------
6-boot_linux/console.log | 2 +-
console.log | 29402 +++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
7 files changed, 29315 insertions(+), 29307 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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 318481fd Fixed grammar in index.rst
new 9c3c00e4 Updated the documentation build instructions for the current [...]
new 614c5f63 [clang-tidy] misc-string-integer-assignment: ignore toupper/tolower
The 2 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:
clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp | 13 +++++++++----
docs/README.txt | 15 +++++++--------
test/clang-tidy/bugprone-string-integer-assignment.cpp | 9 +++++++++
3 files changed, 25 insertions(+), 12 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-defconfig
in repository toolchain/ci/binutils-gdb.
from a894d76ab1 Re: PowerPC __tls_get_addr arg parsing
adds 60245a92ce Automatic date update in version.in
new 39f0547e55 Extend objdump's --dwarf=follow-links option so that separat [...]
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/ChangeLog | 23 ++++
binutils/NEWS | 7 +
binutils/doc/binutils.texi | 8 ++
binutils/dwarf.c | 9 ++
binutils/dwarf.h | 1 +
binutils/objdump.c | 149 +++++++++++++++------
binutils/testsuite/binutils-all/debuglink.s | 1 -
binutils/testsuite/binutils-all/linkdebug.s | 1 -
binutils/testsuite/binutils-all/objdump.WK2 | 13 +-
binutils/testsuite/binutils-all/objdump.WK3 | 17 +++
binutils/testsuite/binutils-all/objdump.exp | 11 +-
binutils/testsuite/binutils-all/readelf.exp | 2 +-
.../binutils-all/{objdump.WK2 => readelf.wKis} | 6 +-
14 files changed, 191 insertions(+), 59 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/objdump.WK3
copy binutils/testsuite/binutils-all/{objdump.WK2 => readelf.wKis} (98%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.