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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 4dbff7bd7 0: update: binutils-gcc-linux: all
new 2db454763 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 (4dbff7bd7)
\
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 | 96 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11860 ++++++-----
04-build_abe-stage1/console.log | 20435 +++++++++---------
05-build_linux/console.log | 766 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 16 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 22 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33713 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 33670 insertions(+), 33696 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/linux.
from 418baf2c28f3 Linux 5.10-rc5
adds 5f1251a48c17 video: hyperv_fb: Fix the cache type when mapping the VRAM
adds d5beb3140f91 Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
Summary of changes:
drivers/video/fbdev/hyperv_fb.c | 7 ++++++-
1 file changed, 6 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-master-arm-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 199225823d gdb/testsuite: add template for test cases
adds a3a02fe862 aarch64: Add support for Cortex-A78C
adds e1b9725dfa ld: Make ARC's tls_ie-01 test more flexible
adds cbf097d7b0 s390x: Set .got sh_entsize only if .got size > 0
adds f60742b2a1 Fix an illegal memory access when accessing corrupt dynamic [...]
adds d6ab69dd54 [gdb] Don't return non-existing path in debuginfod_source_query
adds 891615f060 [gdb/testsuite] Fix minimal encodings KPASSes
adds 15a491af3c gdb/testsuite: show evaluation errors in gdb_assert
adds fc23d4728d Automatic date update in version.in
new 4fbb7ccebe Fix stack smashing error during gdb_mpq_write_fixed_point selftest
new 987b670356 change and rename gmp_string_asprintf to return an std::string
new c9f0b43fe4 gmp-utils: Convert the read/write methods to using gdb::array_view
new 2a12c336b9 gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro
new d19937a74c Make fixed_point_type_base_type a method of struct type
new e6fcee3a73 Make function fixed_point_scaling_factor a method of struct type
new af619ce989 valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambda
new 4afa9fd9b0 Add TYPE_CODE_FIXED_POINT handling in print_type_scalar
new 0fb8bb022e gdb/NEWS: Document that building GDB now requires GMP
new fa123c3281 gdb/NEWS: Document that GDB now supports DWARF-based fixed p [...]
new c609df6474 gdb/README: Document the --with-libgmp-prefix configure option
new 2c20a6018c gdb/README: Fix the URL of the MPFR website (now https).
The 12 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 | 18 ++++++
bfd/elf-bfd.h | 4 +-
bfd/elf.c | 13 ++--
bfd/elf64-s390.c | 2 +-
bfd/elfcode.h | 2 +-
bfd/version.h | 2 +-
gas/ChangeLog | 6 ++
gas/NEWS | 3 +-
gas/config/tc-aarch64.c | 9 +++
gas/doc/c-aarch64.texi | 1 +
gdb/ChangeLog | 91 ++++++++++++++++++++++++++++
gdb/NEWS | 12 ++++
gdb/README | 7 ++-
gdb/ada-valprint.c | 2 +-
gdb/debuginfod-support.c | 6 +-
gdb/dwarf2/read.c | 4 +-
gdb/gdbtypes.c | 26 ++++----
gdb/gdbtypes.h | 54 +++++++++++------
gdb/gmp-utils.c | 42 +++++++------
gdb/gmp-utils.h | 42 +++++++------
gdb/testsuite/ChangeLog | 16 +++++
gdb/testsuite/gdb.ada/enum_idx_packed.exp | 5 +-
gdb/testsuite/gdb.ada/mod_from_name.exp | 5 +-
gdb/testsuite/gdb.ada/pckd_arr_ren.exp | 5 +-
gdb/testsuite/gdb.dwarf2/dw2-fixed-point.exp | 28 ++++++---
gdb/testsuite/lib/gdb.exp | 9 ++-
gdb/typeprint.c | 9 ++-
gdb/unittests/gmp-utils-selftests.c | 18 +++---
gdb/valarith.c | 43 +++++++------
gdb/valops.c | 16 ++---
gdb/valprint.c | 10 +--
gdb/value.c | 7 ++-
ld/ChangeLog | 11 ++++
ld/testsuite/ld-arc/tls_ie-01.d | 63 ++++++++++++++++---
ld/testsuite/ld-s390/pr26918-1.d | 5 ++
ld/testsuite/ld-s390/pr26918-1.s | 19 ++++++
ld/testsuite/ld-s390/s390.exp | 7 +++
37 files changed, 470 insertions(+), 152 deletions(-)
create mode 100644 ld/testsuite/ld-s390/pr26918-1.d
create mode 100644 ld/testsuite/ld-s390/pr26918-1.s
--
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 665fedb65 0: update: binutils-gcc-linux: all
new ba5242b6f 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 (665fedb65)
\
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 | 188 +-
02-prepare_abe/console.log | 352 +-
03-build_abe-binutils/console.log | 11703 ++++++-----
04-build_abe-stage1/console.log | 20353 +++++++++---------
05-build_linux/console.log | 658 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33260 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
12 files changed, 33248 insertions(+), 33292 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_cross
in repository toolchain/ci/interesting-commits.
from 12c3316 Add last-good fc6c39c207c114fdf182685fc8d35fca8f2bb229 from h [...]
new d0f6cd5 Add regression fe03562f2ad614df74f38f13c3e3bf187440b9f7 from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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_cross
in repository toolchain/ci/interesting-commits.
from bc040bc Add regression 933c8fe7814d481ad19ded7ff0b5b4389e5d3176 from [...]
new 12c3316 Add last-good fc6c39c207c114fdf182685fc8d35fca8f2bb229 from h [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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-defconfig
in repository toolchain/ci/gcc.
from 23114fd9ba0 Daily bump.
adds 18023fa6225 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.