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 87f34879e5 Add a string_view version of startswith
adds d7b510baa8 Automatic date update in version.in
adds b9d8f5601b Re: Optimise away eh_frame advance_loc 0
adds 2f1575ea6f Fix the size of the dos_message field in the internal_extra_ [...]
adds 66a66a17f4 Fix array overruns in the S12Z disassembler.
adds 993a00a986 Prevent a left shift by a negative value when disassembling [...]
adds 9adb259150 Fix a potential illegal array access in the D30V disassembler.
adds efea62b446 Fix array overrun when disassembling corrupt TIC30 binaries.
adds 70cf683455 When copying pe format files, copy the dos_message array, ra [...]
adds ed2a222951 Load system gdbinit files from a directory
adds 35e65c49df Replace bsearch with a std::lower_bound-based search
adds 0c921b219c Only make a nullterminated string if we need to
adds 31edb80295 Change some arguments to gdb::string_view instead of name+len
new 90421c5656 addrmap: use gdb_static_assert for type size assertions
new cdc46a9ff4 Remove unused includes in ada-*.c files
new de93309a38 Clean up ada-lang.h
new f18ad8a16b Remove unused includes in infcmd.c and infrun.c
The 4 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/libcoff-in.h | 1 +
bfd/libcoff.h | 1 +
bfd/peXXigen.c | 21 +-
bfd/peicode.h | 24 +
bfd/version.h | 2 +-
gas/ChangeLog | 6 +
gas/dw2gencfi.c | 7 +-
gdb/ChangeLog | 111 +++
gdb/Makefile.in | 1 +
gdb/NEWS | 6 +
gdb/ada-lang.c | 1867 ++++++++++++++++++------------------
gdb/ada-lang.h | 34 -
gdb/ada-typeprint.c | 9 -
gdb/ada-valprint.c | 6 +-
gdb/addrmap.c | 16 +-
gdb/coffread.c | 5 +-
gdb/config.in | 7 +
gdb/configure | 51 +
gdb/configure.ac | 3 +
gdb/ctfread.c | 14 +-
gdb/dbxread.c | 24 +-
gdb/doc/ChangeLog | 7 +
gdb/doc/Makefile.in | 4 +
gdb/doc/gdb.texinfo | 74 +-
gdb/dwarf2-frame.c | 24 +-
gdb/dwarf2read.c | 29 +-
gdb/elfread.c | 25 +-
gdb/extension.c | 3 +
gdb/gdbsupport/gdb_binary_search.h | 59 ++
gdb/infcmd.c | 6 -
gdb/infrun.c | 6 -
gdb/main.c | 82 +-
gdb/mdebugread.c | 80 +-
gdb/minsyms.c | 18 +-
gdb/minsyms.h | 10 +-
gdb/psympriv.h | 3 +-
gdb/psymtab.c | 8 +-
gdb/stabsread.c | 5 +-
gdb/symtab.c | 58 +-
gdb/symtab.h | 10 +-
gdb/top.c | 4 +
gdb/xcoffread.c | 42 +-
include/ChangeLog | 5 +
include/coff/internal.h | 2 +-
opcodes/ChangeLog | 21 +
opcodes/d30v-dis.c | 5 +-
opcodes/ia64-opc.c | 9 +-
opcodes/s12z-dis.c | 53 +-
opcodes/s12z-opc.c | 12 +-
opcodes/tic30-dis.c | 2 +-
51 files changed, 1655 insertions(+), 1239 deletions(-)
create mode 100644 gdb/gdbsupport/gdb_binary_search.h
--
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 92ee4c56 0: update: binutils-gcc-linux: boot
new 2a62cdcb 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 (92ee4c56)
\
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 | 156 +-
02-prepare_abe/console.log | 176 +-
03-build_abe-binutils/console.log | 11434 ++++++------
04-build_abe-stage1/console.log | 20140 +++++++++++-----------
05-build_linux/console.log | 1002 +-
06-boot_linux/console.log | 470 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 14 +-
console.log | 33420 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 33448 insertions(+), 33388 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 31edb80295 Change some arguments to gdb::string_view instead of name+len
new 90421c5656 addrmap: use gdb_static_assert for type size assertions
new cdc46a9ff4 Remove unused includes in ada-*.c files
new de93309a38 Clean up ada-lang.h
new f18ad8a16b Remove unused includes in infcmd.c and infrun.c
The 4 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 | 53 ++
gdb/ada-lang.c | 1867 +++++++++++++++++++++++++--------------------------
gdb/ada-lang.h | 34 -
gdb/ada-typeprint.c | 9 -
gdb/ada-valprint.c | 6 +-
gdb/addrmap.c | 16 +-
gdb/infcmd.c | 6 -
gdb/infrun.c | 6 -
8 files changed, 992 insertions(+), 1005 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from b7c61420 3: reset: linux-2d00aee21a5d4966e086d98f9d710afb92fb14e8: 19870
new 61107ac4 4: update: linux-c57cf3833c66cd86c9bdee7112fc992377143f74: 19972
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 | 131 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 10026 ++++++------
04-build_abe-stage1/console.log | 17643 +++++++++++-----------
05-build_linux/console.log | 979 +-
07-check_regression/console.log | 22 +-
08-update_baseline/console.log | 36 +-
console.log | 29355 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
11 files changed, 29317 insertions(+), 29287 deletions(-)
delete mode 100644 reset-baseline
--
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-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ca902837 2: update: llvm-linux: 19976
new d6a38ca4 2: update: llvm-linux: 19981
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 (ca902837)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 154 +-
02-build_llvm/console.log | 13106 +++++++++++++++++------------------
03-build_linux/console.log | 896 +--
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 88 +-
console.log | 14262 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 14267 insertions(+), 14271 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.