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_binutils/master-arm
in repository toolchain/ci/binutils-gdb.
from cb0d58bf4d [gdb/testsuite] Skip language auto in gdb.base/parse_number.exp
adds 27049a382f ld: use definitions in generate_reloc rather than raw literals
adds 05527d8ca1 [gdb/ada] Fix gdb.ada/dynamic-iface.exp with gcc 7
adds 5a3cf18c2e [gdb/exp] Fix UB in scalar_binop
adds 735dfe028c [gdbsupport] Fix UB in print-utils.cc:int_string
adds 01a62a6d5f [gdb/testsuite] Fix -prompt handling in gdb_test
adds a6b446b222 gdb: LoongArch: Implement the iterate_over_regset_sections g [...]
adds d9b6e047f6 Fix loongarch_iterate_over_regset_sections for non-native targets.
adds e8123c847f Tweak the std::hash<> specialization for aarch64_features.
adds 9e0f632935 Automatic date update in version.in
adds 244e19c791 PR29169, invalid read displaying fuzzed .gdb_index
adds 5fbb38fcc5 PR29170, divide by zero displaying fuzzed .debug_names
adds be38442dda PR29171, invalid read causing SIGSEGV
new a55dfbb9ab Merge config/ changes from GCC, to enable DFP on AArch64
new 81657e5800 AArch64: add support for DFP (Decimal Floating point)
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/version.h | 2 +-
binutils/dwarf.c | 132 ++++++++++++++----------------------
config/dfp.m4 | 21 +++++-
gdb/aarch64-tdep.c | 2 +
gdb/ada-lang.c | 3 +-
gdb/arch/aarch64.h | 27 ++++----
gdb/loongarch-linux-tdep.c | 26 +++++++
gdb/testsuite/gdb.base/arithmet.exp | 2 +
gdb/testsuite/lib/gdb.exp | 2 +-
gdb/valarith.c | 5 +-
gdbsupport/print-utils.cc | 6 +-
include/coff/internal.h | 16 +++++
ld/pe-dll.c | 15 ++--
libdecnumber/configure | 3 +-
14 files changed, 154 insertions(+), 108 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_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards c4554272 0: update: binutils-gcc-linux-glibc-gdb: 1
new 4a481acb 0: update: binutils-gcc-linux-glibc-gdb: 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 (c4554272)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 1548 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2712 bytes
03-build_abe-binutils/console.log.xz | Bin 52024 -> 51704 bytes
04-build_abe-gcc/console.log.xz | Bin 230584 -> 232024 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8604 -> 9692 bytes
07-build_abe-glibc/console.log.xz | Bin 232380 -> 232216 bytes
08-build_abe-gdb/console.log.xz | Bin 49752 -> 49740 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3800 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2256 -> 2272 bytes
11-check_regression/console.log.xz | Bin 2292 -> 2296 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 56 ++---
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 24 +--
sumfiles/binutils.log.xz | Bin 55640 -> 55516 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 97740 -> 97840 bytes
sumfiles/gas.sum | 270 +++++++++++------------
sumfiles/ld.log.xz | Bin 130576 -> 130680 bytes
sumfiles/ld.sum | 334 ++++++++++++++---------------
23 files changed, 385 insertions(+), 385 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 users/palves/info_breakpoints_improvements
in repository binutils-gdb.
at 1c7b382fcc4 Extra indent & extra line
This branch includes the following new commits:
new 11d68f5901a Always show locations for breakpoints & show canonical loca [...]
new 205bb562e7f Introduce "info breakpoints -hide-locations"
new 1c7b382fcc4 Extra indent & extra line
The 3 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.
--
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 be38442ddac PR29171, invalid read causing SIGSEGV
new a55dfbb9abe Merge config/ changes from GCC, to enable DFP on AArch64
new 81657e58004 AArch64: add support for DFP (Decimal Floating point)
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:
config/dfp.m4 | 21 ++++++++++++++++++++-
gdb/aarch64-tdep.c | 2 ++
libdecnumber/configure | 3 ++-
3 files changed, 24 insertions(+), 2 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
in repository toolchain/ci/binutils-gdb.
from 9e0f632935 Automatic date update in version.in
adds 244e19c791 PR29169, invalid read displaying fuzzed .gdb_index
adds 5fbb38fcc5 PR29170, divide by zero displaying fuzzed .debug_names
adds be38442dda PR29171, invalid read causing SIGSEGV
No new revisions were added by this update.
Summary of changes:
binutils/dwarf.c | 132 +++++++++++++++++++++----------------------------------
1 file changed, 50 insertions(+), 82 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
in repository toolchain/ci/base-artifacts.
discards a75592d6 0: update: binutils-gcc: 2
new f2823412 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 (a75592d6)
\
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 1668 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 52848 -> 52292 bytes
05-build_abe-bootstrap/console.log.xz | Bin 463288 -> 465476 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.