This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/gdb.
from 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 +
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 +-
22 files changed, 1425 insertions(+), 1054 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_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards fa2f1cbd 2: update: binutils-gcc-linux-glibc-gdb-qemu: 0
new 9fe96019 2: update: binutils-gcc-linux-glibc-gdb-qemu: 0
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 (fa2f1cbd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1620 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 17624 -> 17692 bytes
12-check_regression/console.log.xz | Bin 412 -> 412 bytes
13-update_baseline/console.log | 138 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +--
6 files changed, 74 insertions(+), 74 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_gcc_bootstrap/master-arm-bootstrap_profiled
in repository toolchain/ci/binutils-gdb.
from 0a30596cfa Fix Build issues due to patch "gprofng: a new GNU profiler"
adds da729c5ccd Implement gdbarch_stack_frame_destroyed_p for aarch64
adds b7e077222e Fix crash with stepi, no debug info, and "set debug infrun 1"
adds 03a5735dbd Automatic date update in version.in
adds 6f3dfea03a gdb/python: remove gdb._mi_commands dict
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/aarch64-tdep.c | 22 ++++
gdb/infrun.c | 3 +-
gdb/mi/mi-cmds.c | 14 ++
gdb/mi/mi-cmds.h | 7 +
gdb/python/lib/gdb/__init__.py | 4 -
gdb/python/py-micmd.c | 232 ++++++++++++---------------------
gdb/python/python-internal.h | 1 +
gdb/python/python.c | 2 +
gdb/testsuite/gdb.python/py-mi-cmd.exp | 53 +-------
10 files changed, 130 insertions(+), 210 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_gcc_bootstrap/master-arm-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards 38e2aa0d 0: update: binutils-gcc: 2
new 55750834 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 (38e2aa0d)
\
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 1552 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 51740 -> 51824 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 932452 -> 926924 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 15 insertions(+), 15 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-aarch64-next-allmodconfig
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-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 7e438c28 0: update: linux-7b0b9fb5070121d5bd130f6a9e0fcc9243ffcd0f: boot
new a15b7dca 0: update: binutils-gcc-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 (7e438c28)
\
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.xz | Bin 1624 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 29428 -> 29760 bytes
04-build_abe-stage1/console.log.xz | Bin 69064 -> 67560 bytes
05-build_abe-qemu/console.log.xz | Bin 32212 -> 29992 bytes
06-build_linux/console.log.xz | Bin 3496 -> 5100 bytes
07-boot_linux/console.log.xz | Bin 508 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 16 +++++++++-------
10 files changed, 11 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.