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-arm
in repository toolchain/ci/binutils-gdb.
from f9a8785566 PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent.
adds 0661562829 add_location_to_breakpoint -> breakpoint::add_location
adds 1c2cbcf1de Make structs breakpoint/base_breakpoint/catchpoint be abstract
adds f317d1eb2a ranged_breakpoint: don't use init_raw_breakpoint
adds 27a62b4359 ranged_breakpoint: use install_breakpoint
adds b925bf21e0 ranged_breakpoint: move initialization to ctor
adds ff733ec228 Make a few functions work with base_breakpoint instead of br [...]
adds ef4848c75f More breakpoint_ops parameter elimination
adds d837fd813d Remove "internal" parameter from a couple functions
adds 3b003a6126 init_breakpoint_sal -> base_breakpoint::base_breakpoint
adds 8cd0bf5e7e Make ada_catchpoint_location's owner ctor parameter be ada_c [...]
adds bd21b6c9cf Convert init_ada_exception_catchpoint to a ctor
adds 752a2291b1 Refactor set_internal_breakpoint / internal_breakpoint ctor
adds 7a3e3265ed Refactor momentary breakpoints, eliminate set_raw_breakpoint [...]
adds 249dfeafc9 Make exception_catchpoint inherit base_breakpoint instead of [...]
adds 6e14e4412b Make breakpoint_address_bits look at the location kind
adds acd0955bc1 Make catchpoint inherit breakpoint, eliminate init_raw_breakpoint
adds 92bb0228c8 Move common bits of catchpoint/exception_catchpoint to break [...]
adds 960bc2bd14 Move add_location(sal) to base_breakpoint
adds 9a71ed14cb Add/tweak intro comments of struct breakpoint and several su [...]
adds f970305146 Momentary breakpoints should have no breakpoint number
adds 7ab979957c Make sure momentary breakpoints are always thread-specific
adds 46f0aab143 Test "set multiple-symbols on" creating multiple breakpoints
adds 74421c0bc8 Rename base_breakpoint -> code_breakpoint
adds d195321cec Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ada-lang.c | 81 ++--
gdb/break-catch-syscall.c | 6 +-
gdb/break-catch-throw.c | 14 +-
gdb/breakpoint.c | 801 ++++++++++++++++---------------------
gdb/breakpoint.h | 93 +++--
gdb/elfread.c | 6 +-
gdb/mi/mi-cmd-break.c | 4 +-
gdb/minsyms.c | 4 +-
gdb/python/py-finishbreakpoint.c | 2 +-
gdb/symtab.h | 5 +-
gdb/testsuite/gdb.cp/ovldbreak.exp | 100 +++--
12 files changed, 543 insertions(+), 575 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_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards b328ec03 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 988519c2 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (b328ec03)
\
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 1552 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 30584 -> 30104 bytes
05-build_abe-stage1/console.log.xz | Bin 90496 -> 90364 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 9112 -> 8848 bytes
08-build_abe-glibc/console.log.xz | Bin 232624 -> 232432 bytes
09-build_abe-stage2/console.log.xz | Bin 222508 -> 222300 bytes
10-build_abe-gdb/console.log.xz | Bin 37812 -> 37332 bytes
11-build_abe-qemu/console.log.xz | Bin 31728 -> 31576 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 18 +++++++++---------
13 files changed, 17 insertions(+), 17 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_cross_build/master-aarch64
in repository toolchain/ci/gdb.
from f9a8785566 PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent.
adds 0661562829 add_location_to_breakpoint -> breakpoint::add_location
adds 1c2cbcf1de Make structs breakpoint/base_breakpoint/catchpoint be abstract
adds f317d1eb2a ranged_breakpoint: don't use init_raw_breakpoint
adds 27a62b4359 ranged_breakpoint: use install_breakpoint
adds b925bf21e0 ranged_breakpoint: move initialization to ctor
adds ff733ec228 Make a few functions work with base_breakpoint instead of br [...]
adds ef4848c75f More breakpoint_ops parameter elimination
adds d837fd813d Remove "internal" parameter from a couple functions
adds 3b003a6126 init_breakpoint_sal -> base_breakpoint::base_breakpoint
adds 8cd0bf5e7e Make ada_catchpoint_location's owner ctor parameter be ada_c [...]
adds bd21b6c9cf Convert init_ada_exception_catchpoint to a ctor
adds 752a2291b1 Refactor set_internal_breakpoint / internal_breakpoint ctor
adds 7a3e3265ed Refactor momentary breakpoints, eliminate set_raw_breakpoint [...]
adds 249dfeafc9 Make exception_catchpoint inherit base_breakpoint instead of [...]
adds 6e14e4412b Make breakpoint_address_bits look at the location kind
adds acd0955bc1 Make catchpoint inherit breakpoint, eliminate init_raw_breakpoint
adds 92bb0228c8 Move common bits of catchpoint/exception_catchpoint to break [...]
adds 960bc2bd14 Move add_location(sal) to base_breakpoint
adds 9a71ed14cb Add/tweak intro comments of struct breakpoint and several su [...]
adds f970305146 Momentary breakpoints should have no breakpoint number
adds 7ab979957c Make sure momentary breakpoints are always thread-specific
adds 46f0aab143 Test "set multiple-symbols on" creating multiple breakpoints
adds 74421c0bc8 Rename base_breakpoint -> code_breakpoint
new d195321cec Automatic date update in version.in
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/ada-lang.c | 81 ++--
gdb/break-catch-syscall.c | 6 +-
gdb/break-catch-throw.c | 14 +-
gdb/breakpoint.c | 801 ++++++++++++++++---------------------
gdb/breakpoint.h | 93 +++--
gdb/elfread.c | 6 +-
gdb/mi/mi-cmd-break.c | 4 +-
gdb/minsyms.c | 4 +-
gdb/python/py-finishbreakpoint.c | 2 +-
gdb/symtab.h | 5 +-
gdb/testsuite/gdb.cp/ovldbreak.exp | 100 +++--
12 files changed, 543 insertions(+), 575 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_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from f9a8785566 PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent.
adds 0661562829 add_location_to_breakpoint -> breakpoint::add_location
adds 1c2cbcf1de Make structs breakpoint/base_breakpoint/catchpoint be abstract
adds f317d1eb2a ranged_breakpoint: don't use init_raw_breakpoint
adds 27a62b4359 ranged_breakpoint: use install_breakpoint
adds b925bf21e0 ranged_breakpoint: move initialization to ctor
adds ff733ec228 Make a few functions work with base_breakpoint instead of br [...]
adds ef4848c75f More breakpoint_ops parameter elimination
adds d837fd813d Remove "internal" parameter from a couple functions
adds 3b003a6126 init_breakpoint_sal -> base_breakpoint::base_breakpoint
adds 8cd0bf5e7e Make ada_catchpoint_location's owner ctor parameter be ada_c [...]
adds bd21b6c9cf Convert init_ada_exception_catchpoint to a ctor
adds 752a2291b1 Refactor set_internal_breakpoint / internal_breakpoint ctor
adds 7a3e3265ed Refactor momentary breakpoints, eliminate set_raw_breakpoint [...]
adds 249dfeafc9 Make exception_catchpoint inherit base_breakpoint instead of [...]
adds 6e14e4412b Make breakpoint_address_bits look at the location kind
adds acd0955bc1 Make catchpoint inherit breakpoint, eliminate init_raw_breakpoint
adds 92bb0228c8 Move common bits of catchpoint/exception_catchpoint to break [...]
adds 960bc2bd14 Move add_location(sal) to base_breakpoint
adds 9a71ed14cb Add/tweak intro comments of struct breakpoint and several su [...]
adds f970305146 Momentary breakpoints should have no breakpoint number
adds 7ab979957c Make sure momentary breakpoints are always thread-specific
adds 46f0aab143 Test "set multiple-symbols on" creating multiple breakpoints
adds 74421c0bc8 Rename base_breakpoint -> code_breakpoint
adds d195321cec Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ada-lang.c | 81 ++--
gdb/break-catch-syscall.c | 6 +-
gdb/break-catch-throw.c | 14 +-
gdb/breakpoint.c | 801 ++++++++++++++++---------------------
gdb/breakpoint.h | 93 +++--
gdb/elfread.c | 6 +-
gdb/mi/mi-cmd-break.c | 4 +-
gdb/minsyms.c | 4 +-
gdb/python/py-finishbreakpoint.c | 2 +-
gdb/symtab.h | 5 +-
gdb/testsuite/gdb.cp/ovldbreak.exp | 100 +++--
12 files changed, 543 insertions(+), 575 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_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards df4d65da 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new e076060f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (df4d65da)
\
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 1572 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 30932 -> 30420 bytes
05-build_abe-stage1/console.log.xz | Bin 71796 -> 71644 bytes
07-build_abe-linux/console.log.xz | Bin 9124 -> 9124 bytes
08-build_abe-glibc/console.log.xz | Bin 238296 -> 238524 bytes
09-build_abe-stage2/console.log.xz | Bin 202328 -> 203076 bytes
10-build_abe-gdb/console.log.xz | Bin 38032 -> 37444 bytes
11-build_abe-qemu/console.log.xz | Bin 32292 -> 32164 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 10 insertions(+), 10 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_check/master-aarch64
in repository toolchain/ci/gcc.
from d5cf2a1f15e testsuite: add missing dg-require-effective-target fpic
new 57f2ce6a878 Daily bump.
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:
config/ChangeLog | 4 ++
gcc/ChangeLog | 115 +++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 30 +++++++++++
gcc/c-family/ChangeLog | 6 +++
gcc/cp/ChangeLog | 6 +++
gcc/jit/ChangeLog | 7 +++
gcc/testsuite/ChangeLog | 90 ++++++++++++++++++++++++++++++++
libcpp/ChangeLog | 5 ++
libdecnumber/ChangeLog | 4 ++
libgcc/ChangeLog | 14 +++++
libgcc/config/libbid/ChangeLog | 48 +++++++++++++++++
libgomp/ChangeLog | 38 ++++++++++++++
libstdc++-v3/ChangeLog | 17 ++++++
maintainer-scripts/ChangeLog | 4 ++
15 files changed, 389 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_gcc_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from f9a8785566 PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent.
adds 0661562829 add_location_to_breakpoint -> breakpoint::add_location
adds 1c2cbcf1de Make structs breakpoint/base_breakpoint/catchpoint be abstract
adds f317d1eb2a ranged_breakpoint: don't use init_raw_breakpoint
adds 27a62b4359 ranged_breakpoint: use install_breakpoint
adds b925bf21e0 ranged_breakpoint: move initialization to ctor
adds ff733ec228 Make a few functions work with base_breakpoint instead of br [...]
adds ef4848c75f More breakpoint_ops parameter elimination
adds d837fd813d Remove "internal" parameter from a couple functions
adds 3b003a6126 init_breakpoint_sal -> base_breakpoint::base_breakpoint
adds 8cd0bf5e7e Make ada_catchpoint_location's owner ctor parameter be ada_c [...]
adds bd21b6c9cf Convert init_ada_exception_catchpoint to a ctor
adds 752a2291b1 Refactor set_internal_breakpoint / internal_breakpoint ctor
adds 7a3e3265ed Refactor momentary breakpoints, eliminate set_raw_breakpoint [...]
adds 249dfeafc9 Make exception_catchpoint inherit base_breakpoint instead of [...]
adds 6e14e4412b Make breakpoint_address_bits look at the location kind
adds acd0955bc1 Make catchpoint inherit breakpoint, eliminate init_raw_breakpoint
adds 92bb0228c8 Move common bits of catchpoint/exception_catchpoint to break [...]
adds 960bc2bd14 Move add_location(sal) to base_breakpoint
adds 9a71ed14cb Add/tweak intro comments of struct breakpoint and several su [...]
adds f970305146 Momentary breakpoints should have no breakpoint number
adds 7ab979957c Make sure momentary breakpoints are always thread-specific
adds 46f0aab143 Test "set multiple-symbols on" creating multiple breakpoints
adds 74421c0bc8 Rename base_breakpoint -> code_breakpoint
adds d195321cec Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ada-lang.c | 81 ++--
gdb/break-catch-syscall.c | 6 +-
gdb/break-catch-throw.c | 14 +-
gdb/breakpoint.c | 801 ++++++++++++++++---------------------
gdb/breakpoint.h | 93 +++--
gdb/elfread.c | 6 +-
gdb/mi/mi-cmd-break.c | 4 +-
gdb/minsyms.c | 4 +-
gdb/python/py-finishbreakpoint.c | 2 +-
gdb/symtab.h | 5 +-
gdb/testsuite/gdb.cp/ovldbreak.exp | 100 +++--
12 files changed, 543 insertions(+), 575 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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 13c7ea34 0: update: binutils-gcc: 1
new 86c41135 0: update: binutils-gcc: 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 (13c7ea34)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1536 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 39364 -> 37852 bytes
04-build_abe-gcc/console.log.xz | Bin 210336 -> 211032 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3812 -> 3872 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2428 -> 2404 bytes
07-check_regression/console.log.xz | Bin 2764 -> 2376 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 68 +-
08-update_baseline/console.log | 303 +--
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 68 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3526056 -> 3540440 bytes
sumfiles/g++.sum | 126 +-
sumfiles/gcc.log.xz | Bin 3060964 -> 3045788 bytes
sumfiles/gcc.sum | 4616 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 1030064 -> 1032876 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2188 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 203584 -> 203528 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 444496 -> 441532 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2568 insertions(+), 2737 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.