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-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 2c9e9550ca [bfd] Provide 8-byte minimum alignment for .plt section
adds fd65fe1a18 Automatic date update in version.in
adds 54d83b8d39 Make unlink_objfile and put_objfile_before static
adds 95cc7c169c ar P support
adds 94cb375411 [gdb/testsuite] Compile infcall-nested-structs.exp with -O2
adds a0a461e5b4 Fix creation of nm.h when configure is changed
adds 66b92822fa contrib: Update dg-extract-results.* from gcc
adds e5f3c0e3b8 Remove tui_exec_info_content
new 45f47c3a25 gdb: Ensure that !(a < a) is true in sort_cmp on obj_section [...]
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/ChangeLog | 12 ++++
bfd/archive.c | 13 ++--
bfd/bfd-in2.h | 5 +-
bfd/bfd.c | 5 +-
bfd/version.h | 2 +-
binutils/ChangeLog | 10 +++
binutils/ar.c | 3 +
binutils/doc/binutils.texi | 27 ++++---
contrib/ChangeLog | 5 ++
contrib/dg-extract-results.py | 23 ++++--
contrib/dg-extract-results.sh | 44 ++++++++++--
gdb/ChangeLog | 24 +++++++
gdb/Makefile.in | 9 ++-
gdb/configure | 28 +++-----
gdb/configure.ac | 15 ++--
gdb/objfiles.c | 71 +++++++++---------
gdb/objfiles.h | 4 --
gdb/testsuite/ChangeLog | 9 +++
gdb/testsuite/gdb.base/infcall-nested-structs.c | 88 ++++++++++++++---------
gdb/testsuite/gdb.base/infcall-nested-structs.exp | 1 +
gdb/tui/tui-winsource.h | 2 -
21 files changed, 262 insertions(+), 138 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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d7d6fdd 2: update: binutils-gcc-linux: 397
discards 621d410 1: reset: gcc-263f9e4d0ee3c4908cc083d5075b48d775ba9f74: 397
discards 47b0974 0: update: linux-7571438a4868e7cb09d698ab52e54f9722020eef: all
new 80f09b5 0: update: 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 (d7d6fdd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 128 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 11671 ++++++-------
04-build_abe-stage1/console.log | 20172 +++++++++++-----------
05-build_linux/console.log | 660 +-
06-boot_linux/console.log | 8 +
07-check_regression/console.log | 7 +-
08-update_baseline/console.log | 22 +-
console.log | 33152 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
results | 4 +-
11 files changed, 33137 insertions(+), 33131 deletions(-)
create mode 100644 06-boot_linux/console.log
--
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 lldb.
from 3c090d730 Unify timeouts in gdbserver tests and ensure they are larger [...]
new 66f8d6908 Found more timeouts to unify.
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:
.../Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteKill.py | 2 +-
.../test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py | 5 +++--
.../test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py | 5 +++--
3 files changed, 7 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.
unknown user pushed a change to branch master
in repository clang.
from c12eb40f6c SemaTemplateDeduction - silence static analyzer getAs<> null [...]
new 73e476646b [clang-fuzzer] Add new fuzzer target for Objective-C
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:
tools/clang-fuzzer/CMakeLists.txt | 13 +++++++
tools/clang-fuzzer/ClangFuzzer.cpp | 2 +-
.../{ClangFuzzer.cpp => ClangObjectiveCFuzzer.cpp} | 13 +++----
tools/clang-fuzzer/Dockerfile | 1 +
tools/clang-fuzzer/README.txt | 43 ++++++++++++++++++++--
.../clang-fuzzer/corpus_examples/objc/BasicClass.m | 29 +++++++++++++++
.../corpus_examples/objc/ClassCategory.m | 20 ++++++++++
.../corpus_examples/objc/ClassExtension.m | 20 ++++++++++
.../corpus_examples/objc/SharedInstance.m | 34 +++++++++++++++++
tools/clang-fuzzer/handle-cxx/handle_cxx.cpp | 5 ++-
tools/clang-fuzzer/handle-cxx/handle_cxx.h | 1 +
11 files changed, 167 insertions(+), 14 deletions(-)
copy tools/clang-fuzzer/{ClangFuzzer.cpp => ClangObjectiveCFuzzer.cpp} (62%)
create mode 100644 tools/clang-fuzzer/corpus_examples/objc/BasicClass.m
create mode 100644 tools/clang-fuzzer/corpus_examples/objc/ClassCategory.m
create mode 100644 tools/clang-fuzzer/corpus_examples/objc/ClassExtension.m
create mode 100644 tools/clang-fuzzer/corpus_examples/objc/SharedInstance.m
--
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 gcc.
from 7c0eab23eb5 PR c++/83434 - typeinfo for noexcept function lacks noexcep [...]
new ad651a1e1fc 2019-10-21 Jozef Lawrynowicz <jozef.l(a)mittosystems.com>
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 | 5 +++++
gcc/expr.c | 3 ---
2 files changed, 5 insertions(+), 3 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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d41c902 0: update: binutils-gcc-linux: all
new 72a2493 0: update: 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 (d41c902)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 76 +-
02-prepare_abe/console.log | 116 +-
03-build_abe-binutils/console.log | 10574 ++++++-------
04-build_abe-stage1/console.log | 17904 +++++++++++-----------
05-build_linux/console.log | 810 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 29632 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 29583 insertions(+), 29555 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0383efd 0: update: binutils-gcc-linux: all
new c23d927 0: update: 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 (0383efd)
\
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:
01-reset_artifacts/console.log | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11229 ++++++++-------
04-build_abe-stage1/console.log | 14115 +++++++++----------
05-build_linux/console.log | 644 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 14 +-
console.log | 26205 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 26454 insertions(+), 26429 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.