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-defconfig
in repository toolchain/ci/binutils-gdb.
from ac0ab1842d i386: Also check R12-R15 registers when optimizing testq to testb
adds bda13cdcf0 Make the objfile constructor private
adds f65fe5704a Make add_separate_debug_objfile static
adds 268e4f0914 Make the objfile destructor private
adds 7cac64af7b Introduce program_space::add_objfile
adds 234529260a Introduce program_space::remove_objfile
adds deeafabb67 Remove MULTI_OBJFILE_P
adds 13bff72615 Introduce basic_safe_range
adds d0801dd8f2 Store objfiles on a std::list
adds 343cc95202 Move free_all_objfiles to program_space
adds 7d7167ce1b Manage objfiles with shared_ptr
adds e671856cb8 Change objfile::partial_symtabs to be a unique_ptr
adds c7ff3609c1 Automatic date update in version.in
adds 0bc3450e22 Set no file contents PT_LOAD p_offset to first page
adds b3f4b80fba MSP430: Relax target glob for configuring GDB
adds 3a90f26667 Fix indentation in jit.c
adds a5513db2f5 Fix the gdb build with GCC 7
new a15a95ed26 Remove "boolean" and "var_boolean" checks from ARI
new fe56157f92 Remove ATTRIBUTE_UNUSED check from ARI
new 8aaaf7577f Fix ARI text for floatformat_from_double
new 036003a671 Silence ARI for valid calls to abort
new c6cbf900d4 Silence ARI warning about floatformat_to_double
new 3cb5a3a16a Suppress ARI warnings for vsprintf
new 98f9338a58 Change ARI usage to GNU style
new 634561834e Accept -Wno- prefix in ARI
new 93537683e7 Remove "fix" call for "long long" from ARI
new 234c306803 Remove ARI check for multiple calls to warning or error
new f1d293cc58 Revert "Turn off threaded minsym demangling by default"
The 11 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 | 7 ++
bfd/elf.c | 10 ++-
bfd/version.h | 2 +-
gdb/ChangeLog | 185 ++++++++++++++++++++++++++++++++++++++
gdb/compile/compile-object-load.c | 6 +-
gdb/compile/compile-object-run.c | 2 +-
gdb/configure.tgt | 2 +-
gdb/contrib/ari/gdb_ari.sh | 79 ++++------------
gdb/event-top.c | 2 +-
gdb/gdbsupport/common-utils.c | 6 +-
gdb/gdbsupport/safe-iterator.h | 52 +++++++++--
gdb/jit.c | 130 ++++++++++++---------------
gdb/maint.c | 9 +-
gdb/maint.h | 2 -
gdb/minsyms.c | 10 ---
gdb/objfiles.c | 122 +++++++------------------
gdb/objfiles.h | 52 +++++++----
gdb/printcmd.c | 2 +-
gdb/progspace.c | 56 ++++++++++++
gdb/progspace.h | 113 ++++++++++++++++++++---
gdb/solib.c | 4 +-
gdb/symfile.c | 15 ++--
gdb/target-float.c | 4 +-
gdb/utils.c | 6 +-
24 files changed, 576 insertions(+), 302 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-defconfig
in repository toolchain/ci/base-artifacts.
discards c134675a 0: update: binutils-gcc-linux: boot
new 8c1491aa 0: update: binutils-gcc-linux: boot
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 (c134675a)
\
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:
01-reset_artifacts/console.log | 216 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11650 ++++++------
04-build_abe-stage1/console.log | 20461 ++++++++++----------
05-build_linux/console.log | 2718 ++-
06-boot_linux/console.log | 470 +-
07-check_regression/console.log | 12 +-
08-update_baseline/console.log | 20 +-
console.log | 35950 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
10 files changed, 35999 insertions(+), 35954 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 binutils-gdb.
from 234c306803 Remove ARI check for multiple calls to warning or error
new f1d293cc58 Revert "Turn off threaded minsym demangling by default"
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:
gdb/maint.c | 7 +------
gdb/maint.h | 2 --
gdb/minsyms.c | 10 ----------
3 files changed, 1 insertion(+), 18 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 binutils-gdb.
from a5513db2f5 Fix the gdb build with GCC 7
new a15a95ed26 Remove "boolean" and "var_boolean" checks from ARI
new fe56157f92 Remove ATTRIBUTE_UNUSED check from ARI
new 8aaaf7577f Fix ARI text for floatformat_from_double
new 036003a671 Silence ARI for valid calls to abort
new c6cbf900d4 Silence ARI warning about floatformat_to_double
new 3cb5a3a16a Suppress ARI warnings for vsprintf
new 98f9338a58 Change ARI usage to GNU style
new 634561834e Accept -Wno- prefix in ARI
new 93537683e7 Remove "fix" call for "long long" from ARI
new 234c306803 Remove ARI check for multiple calls to warning or error
The 10 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:
gdb/ChangeLog | 49 +++++++++++++++++++++++++++
gdb/contrib/ari/gdb_ari.sh | 79 ++++++++++---------------------------------
gdb/event-top.c | 2 +-
gdb/gdbsupport/common-utils.c | 6 ++--
gdb/target-float.c | 4 +--
gdb/utils.c | 6 ++--
6 files changed, 76 insertions(+), 70 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-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from aa49e911 3: reset: linux-51466b3fd2725bfb0de629f71c0854ff276d50ae: 19881
new 345cf241 4: update: linux-32b8acf85223448973ca0bf0ee8149a01410f3a0: 20106
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 | 186 +-
02-build_llvm/console.log | 11628 +++++++++++++++++-----------------
03-build_linux/console.log | 896 +--
05-check_regression/console.log | 25 +-
06-update_baseline/console.log | 52 +-
console.log | 12792 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 12885 insertions(+), 12706 deletions(-)
delete mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.