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-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 79b377b3cf Revert patch that disables building libctf for non-ELF based [...]
adds 9303eb2fb1 Add highlight style, title style, fputs_highlighted. Improve [...]
adds 66d8c86285 Improve usability and/or readibility of help and apropos output.
adds 206584bdf1 Update tests following changes to "help" and "apropos"
adds e664d72803 Document in NEWS and gdb.texinfo the "help", "apropos" and " [...]
adds 1ff30553d8 Automatic date update in version.in
adds a9d96ab97e Remove an unnecessary set of parentheses in the arm-dis.c so [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 31 ++++++++++
gdb/NEWS | 30 +++++++++
gdb/cli/cli-cmds.c | 22 ++++---
gdb/cli/cli-decode.c | 56 ++++++++++++-----
gdb/cli/cli-decode.h | 2 +-
gdb/cli/cli-style.c | 117 +++++++++++++++++++++++++----------
gdb/cli/cli-style.h | 21 ++++++-
gdb/doc/ChangeLog | 6 ++
gdb/doc/gdb.texinfo | 58 +++++++++++++++--
gdb/testsuite/ChangeLog | 15 +++++
gdb/testsuite/gdb.base/help.exp | 7 +--
gdb/testsuite/gdb.base/style.exp | 33 ++++++++++
gdb/testsuite/gdb.guile/scm-cmd.exp | 4 +-
gdb/testsuite/gdb.python/py-cmd.exp | 2 +-
gdb/testsuite/gdb.trace/tracecmd.exp | 2 +-
gdb/testsuite/lib/gdb-utils.exp | 2 +
gdb/testsuite/lib/gdb.exp | 66 ++++++++++++++------
gdb/utils.c | 36 +++++++++++
gdb/utils.h | 6 ++
opcodes/ChangeLog | 4 ++
opcodes/arm-dis.c | 2 +-
22 files changed, 433 insertions(+), 91 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f711762 0: update: binutils-gcc-linux: all
new 950abc6 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 (f711762)
\
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:
01-reset_artifacts/console.log | 122 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10712 ++++---
04-build_abe-stage1/console.log | 20068 +++++++-------
05-build_linux/console.log | 22382 +++++++--------
06-boot_linux/console.log | 2 +-
console.log | 53782 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
8 files changed, 53748 insertions(+), 53776 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 llvm.
from 027b3fb56ca [x86] split 256-bit store of concatenated vectors
new 8894843dd1b [MACHO] Replaced calls to getStruct with getStructOrErr 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:
lib/Object/MachOObjectFile.cpp | 121 ++++++++++++++++++++++++++++++-----------
1 file changed, 88 insertions(+), 33 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 compiler-rt.
from f14682830 [HWASAN] Make new/delete weak
new b85ba80b0 [GWP-ASan] Configuration options [3].
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:
lib/gwp_asan/CMakeLists.txt | 48 +++++++++++++++++
lib/gwp_asan/optional/options_parser.cpp | 91 ++++++++++++++++++++++++++++++++
lib/gwp_asan/optional/options_parser.h | 32 +++++++++++
lib/gwp_asan/options.h | 41 ++++++++++++++
lib/gwp_asan/options.inc | 41 ++++++++++++++
5 files changed, 253 insertions(+)
create mode 100644 lib/gwp_asan/optional/options_parser.cpp
create mode 100644 lib/gwp_asan/optional/options_parser.h
create mode 100644 lib/gwp_asan/options.h
create mode 100644 lib/gwp_asan/options.inc
--
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 libcxx.
from 84231264b No longer reject inputs when using a locale that has grouping [...]
new e5294f1da [libcxx] Add test to check min/max requirement to regular expression
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:
.../re/re.grammar/excessive_brace_min_max.pass.cpp | 67 ++++++++++++++++++++++
1 file changed, 67 insertions(+)
create mode 100644 test/std/re/re.grammar/excessive_brace_min_max.pass.cpp
--
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 c4c9399435f rs6000: wd -> wa
new 02d7252b578 AARCH64: ILP32: Fix aarch64_asan_shadow_offset
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/config/aarch64/aarch64.c | 5 ++++-
2 files changed, 9 insertions(+), 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-release-aarch64-next-allnoconfig
in repository toolchain/ci/gcc.
from 803019cb9f3 Daily bump.
adds 1bbee033c65 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.