This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_O1
in repository toolchain/ci/binutils-gdb.
from 6f3dfea03a gdb/python: remove gdb._mi_commands dict
adds 1ab7a698a8 Automatic date update in version.in
adds e36144c932 ubsan: loongarch : signed integer shift overflow.
adds 748594bc07 LoongArch: Use functions instead of magic numbers.
adds 5fb13d7ef4 gas:LoongArch: Fix segment error in compilation due to too l [...]
adds 1848a40fdd gas:LoongArch: Fix wrong line number in .debug_line
adds 3b14682a43 LoongArch: Update ABI eflag in elf header.
adds d218dba3f4 LoongArch: Fix LD check fails.
adds 2a04204dff ld: loongarch: Skip unsupport test cases.
adds 96a671f281 gas:LoongArch: Fix "make check" pr21884 fail in LoongArch32.
adds 2be64de603 ld:LoongArch: Add test cases to adapt to LoongArch32 and Loo [...]
new 05d00250d3 Bump version to 13.0.50.DATE-git.
new ba09d2a8cd Update gdb/NEWS after GDB 12 branch creation.
The 2 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/elfnn-loongarch.c | 464 ++++++---
bfd/elfxx-loongarch.c | 1084 ++++++++++++--------
bfd/elfxx-loongarch.h | 10 +
bfd/version.h | 2 +-
gas/config/tc-loongarch.c | 194 ++--
gas/config/tc-loongarch.h | 3 +
gdb/NEWS | 4 +-
gdb/testsuite/gdb.base/default.exp | 2 +-
gdb/version.in | 2 +-
include/elf/loongarch.h | 37 +-
include/opcode/loongarch.h | 4 +-
ld/testsuite/ld-elf/eh5.d | 2 +-
ld/testsuite/ld-elf/pr21884.d | 2 +-
ld/testsuite/ld-elf/pr26936.d | 2 +-
ld/testsuite/ld-loongarch-elf/disas-jirl-32.d | 15 +
.../{disas-jirl.s => disas-jirl-32.s} | 0
ld/testsuite/ld-loongarch-elf/disas-jirl.d | 3 +-
ld/testsuite/ld-loongarch-elf/jmp_op.d | 2 +-
ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 9 +-
ld/testsuite/ld-loongarch-elf/macro_op.d | 3 +-
.../ld-loongarch-elf/{macro_op.d => macro_op_32.d} | 603 ++++++-----
.../ld-loongarch-elf/{macro_op.s => macro_op_32.s} | 4 +-
opcodes/loongarch-coder.c | 30 +-
23 files changed, 1426 insertions(+), 1055 deletions(-)
create mode 100644 ld/testsuite/ld-loongarch-elf/disas-jirl-32.d
copy ld/testsuite/ld-loongarch-elf/{disas-jirl.s => disas-jirl-32.s} (100%)
copy ld/testsuite/ld-loongarch-elf/{macro_op.d => macro_op_32.d} (61%)
copy ld/testsuite/ld-loongarch-elf/{macro_op.s => macro_op_32.s} (92%)
--
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_gcc_bootstrap/master-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards b79977c2 0: update: binutils-gcc: 2
new 182a4ca2 0: update: binutils-gcc: 2
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 (b79977c2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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.xz | Bin 1512 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 53108 -> 51776 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 464428 -> 464112 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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_gnu_native_check_gdb/master-aarch64
in repository toolchain/ci/gdb.
from 6f3dfea03a gdb/python: remove gdb._mi_commands dict
adds 1ab7a698a8 Automatic date update in version.in
new e36144c932 ubsan: loongarch : signed integer shift overflow.
new 748594bc07 LoongArch: Use functions instead of magic numbers.
new 5fb13d7ef4 gas:LoongArch: Fix segment error in compilation due to too l [...]
new 1848a40fdd gas:LoongArch: Fix wrong line number in .debug_line
new 3b14682a43 LoongArch: Update ABI eflag in elf header.
new d218dba3f4 LoongArch: Fix LD check fails.
new 2a04204dff ld: loongarch: Skip unsupport test cases.
new 96a671f281 gas:LoongArch: Fix "make check" pr21884 fail in LoongArch32.
new 2be64de603 ld:LoongArch: Add test cases to adapt to LoongArch32 and Loo [...]
The 9 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/elfnn-loongarch.c | 464 ++++++---
bfd/elfxx-loongarch.c | 1084 ++++++++++++--------
bfd/elfxx-loongarch.h | 10 +
bfd/version.h | 2 +-
gas/config/tc-loongarch.c | 194 ++--
gas/config/tc-loongarch.h | 3 +
include/elf/loongarch.h | 37 +-
include/opcode/loongarch.h | 4 +-
ld/testsuite/ld-elf/eh5.d | 2 +-
ld/testsuite/ld-elf/pr21884.d | 2 +-
ld/testsuite/ld-elf/pr26936.d | 2 +-
ld/testsuite/ld-loongarch-elf/disas-jirl-32.d | 15 +
.../{disas-jirl.s => disas-jirl-32.s} | 0
ld/testsuite/ld-loongarch-elf/disas-jirl.d | 3 +-
ld/testsuite/ld-loongarch-elf/jmp_op.d | 2 +-
ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 9 +-
ld/testsuite/ld-loongarch-elf/macro_op.d | 3 +-
.../ld-loongarch-elf/{macro_op.d => macro_op_32.d} | 603 ++++++-----
.../ld-loongarch-elf/{macro_op.s => macro_op_32.s} | 4 +-
opcodes/loongarch-coder.c | 30 +-
20 files changed, 1421 insertions(+), 1052 deletions(-)
create mode 100644 ld/testsuite/ld-loongarch-elf/disas-jirl-32.d
copy ld/testsuite/ld-loongarch-elf/{disas-jirl.s => disas-jirl-32.s} (100%)
copy ld/testsuite/ld-loongarch-elf/{macro_op.d => macro_op_32.d} (61%)
copy ld/testsuite/ld-loongarch-elf/{macro_op.s => macro_op_32.s} (92%)
--
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_gnu_native_check_gdb/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 889a2821 0: update: linux-34e047aa16c0123bbae8e2f6df33e5ecc1f56601: 1
new a0abbf97 0: update: gdb-2be64de603f8b3ae359d2d3fbf5db0e79869f32b: 1
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 (889a2821)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/mas [...]
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.xz | Bin 1728 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 37392 -> 36860 bytes
04-build_abe-gcc/console.log.xz | Bin 207976 -> 208028 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8736 -> 10648 bytes
07-build_abe-glibc/console.log.xz | Bin 235428 -> 234640 bytes
08-build_abe-gdb/console.log.xz | Bin 36072 -> 37340 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3844 -> 3824 bytes
10-build_abe-check_gdb/console.log.xz | Bin 3624 -> 2164 bytes
11-check_regression/console.log.xz | Bin 21760 -> 11944 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 49 +-
11-check_regression/results.compare | 98 +-
11-check_regression/results.compare2 | 4687 ++----------------
11-check_regression/results.regressions | 98 +-
12-update_baseline/console.log | 5011 ++-----------------
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 49 +-
12-update_baseline/results.compare | 98 +-
12-update_baseline/results.compare2 | 4687 ++----------------
12-update_baseline/results.regressions | 98 +-
jenkins/manifest.sh | 8 +-
sumfiles/gdb.log.xz | Bin 1715392 -> 1687212 bytes
sumfiles/gdb.sum | 8181 +++++++++----------------------
25 files changed, 3912 insertions(+), 19156 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-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from 53b192c07c Automatic date update in version.in
adds 210bf1d622 Updated Serbian (for binutils/) and Russian (for gprof/) tra [...]
adds f4af3aa058 Automatic date update in version.in
adds d30575b3e8 Automatic date update in version.in
adds 5ff8cdfa77 Automatic date update in version.in
adds 5b33ea463f Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 4 +
binutils/po/sr.po | 4228 ++++++++++++++++++++++++++++------------------------
gprof/ChangeLog | 4 +
gprof/po/ru.po | 273 ++--
5 files changed, 2452 insertions(+), 2059 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 23d1ecc6 0: update: binutils-gcc-linux-qemu: boot
new 97c8e0ff 0: update: binutils-gcc-linux-qemu: 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 (23d1ecc6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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.xz | Bin 1552 -> 1584 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 29808 -> 30028 bytes
04-build_abe-stage1/console.log.xz | Bin 85592 -> 85428 bytes
05-build_abe-qemu/console.log.xz | Bin 30452 -> 30712 bytes
06-build_linux/console.log.xz | Bin 3468 -> 3460 bytes
07-boot_linux/console.log.xz | Bin 5968 -> 5972 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 16 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.