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/base-artifacts.
discards 03c63e5d 0: update: binutils-gcc-linux: boot
new cc3c98dc 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 (03c63e5d)
\
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 | 42 +-
02-prepare_abe/console.log | 94 +-
03-build_abe-binutils/console.log | 11402 ++++++-------
04-build_abe-stage1/console.log | 13956 ++++++++--------
05-build_linux/console.log | 620 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 16 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26146 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
results | 2 +-
13 files changed, 26147 insertions(+), 26163 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-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards cdb57a5e 0: update: llvm-linux: boot
new 0c364263 0: update: llvm-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 (cdb57a5e)
\
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 | 128 +-
02-build_llvm/console.log | 12871 +++++++++++++++++-----------------
03-build_linux/console.log | 741 +-
04-boot_linux/console.log | 480 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 14224 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 14251 insertions(+), 14211 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/binutils-gdb.
from 880d97770b [gdb/testsuite] Don't use O2 for inlining in break-inline-ps [...]
adds 6a35491162 gdb/testsuite: Add compiler options parameter to function_ra [...]
adds 34e9a9fa0a gdb/testsuite: Add support for DW_LNS_set_file to DWARF compiler
adds c90d28ac89 gdb: Don't remove duplicate entries from the line table
adds e7da7f8f71 Micro-optimize partial_die_info::read
adds 0830d30190 Avoid assertion failure due to complex type change
adds e2ff18a0a5 gdb: replace some calls to internal_error with gdb_assert
adds e0fc5c3fcb gdb: use bfd_get_section_contents to read section contents i [...]
adds 492c3f03c7 Automatic date update in version.in
new d9e49b6169 Fix DWARF disassembly of DW_OP_const_type
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 +-
gdb/ChangeLog | 39 +++++
gdb/buildsym.c | 14 --
gdb/dwarf2/loc.c | 6 +
gdb/dwarf2/read.c | 7 +-
gdb/exec.c | 10 +-
gdb/f-lang.c | 9 +-
gdb/gdb_bfd.c | 14 +-
gdb/gdb_bfd.h | 9 ++
gdb/mdebugread.c | 5 +-
gdb/psymtab.c | 11 +-
gdb/testsuite/ChangeLog | 20 +++
.../gdb.dwarf2/dw2-inline-small-func-lbls.c | 37 +++++
gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.c | 22 +++
gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp | 158 +++++++++++++++++++++
gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.h | 21 +++
gdb/testsuite/gdb.opt/inline-small-func.c | 22 +++
gdb/testsuite/gdb.opt/inline-small-func.exp | 60 ++++++++
gdb/testsuite/gdb.opt/inline-small-func.h | 21 +++
gdb/testsuite/lib/dwarf.exp | 9 +-
gdb/utils.c | 4 +-
gdb/windows-tdep.c | 13 +-
22 files changed, 464 insertions(+), 49 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func-lbls.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.h
create mode 100644 gdb/testsuite/gdb.opt/inline-small-func.c
create mode 100644 gdb/testsuite/gdb.opt/inline-small-func.exp
create mode 100644 gdb/testsuite/gdb.opt/inline-small-func.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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e332b1af 0: update: binutils-gcc-linux: all
new f604fd0d 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 (e332b1af)
\
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 | 182 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11268 ++++-----
04-build_abe-stage1/console.log | 20276 ++++++++--------
05-build_linux/console.log | 6454 +++--
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 18 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 38648 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 38658 insertions(+), 38654 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.