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/release-arm-bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from a7b0dce1c4 Automatic date update in version.in
adds 9d4007191c Automatic date update in version.in
adds f5befc931e Automatic date update in version.in
adds ea7f995f4c Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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_bootstrap/release-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards afa048dc 0: update: binutils-gcc: 2
new 3ff2b0c5 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 (afa048dc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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 1532 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 61160 -> 62040 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 458436 -> 460476 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 32384aa396e Re: AArch64: Add support for AArch64 EFI (efi-*-aarch64)
new 423e91d347c coff-go32: consistent 16-byte section alignment
new a41ad3474ce PR gdb/28480: Improve ambiguous member detection
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/coff-go32.c | 12 ++++++++++--
gdb/testsuite/gdb.cp/ambiguous.cc | 19 +++++++++++++++++++
gdb/testsuite/gdb.cp/ambiguous.exp | 10 ++++++++++
gdb/valops.c | 28 ++++++++++++++++++++++++++++
4 files changed, 67 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_gnu_native_build/master-aarch64
in repository toolchain/ci/gdb.
from 5e97696c11 gdb: fix crash when reading ECOFF debug information
adds d8ed269e5c Fix an illegal memory access parsing a corrupt sysroff file.
adds e19f824829 Revert (part of) "gdb fix for catch-syscall.exp"
adds bd51ddc8e1 gdb: fix help doc for "set index-cache enabled"
adds 2b1538656b Automatic date update in version.in
adds 0a4a1c6a3b [gdb/cli] Fix typo in logging overwrite help text
adds 6ff9675421 [gdb/cli] Add "set logging enabled", deprecate "set logging on/off"
adds eec685f8a6 ld/testsuite/ld-elfvsb: correctly test "weak hidden symbol D [...]
new 0c1e6e265b gdb: introduce a new overload of target_can_async_p
new fce6cd341b gdb: hoist target_async_permitted checks into target.c
new bf94662bfe gdb: add asserts in target.c for target_async_permitted
new 7054fa5bca gdb: simplify remote_target::is_async_p
new 32b1f5e8d6 gdb: add assert in remote_target::wait relating to async being off
new c6a6aad52d gdb/python: make some global variables static
new 43077a2374 gdb: rename source_styling_changed observer
new 79abb93930 Updated French translation for the opcodes directory.
new 32384aa396 Re: AArch64: Add support for AArch64 EFI (efi-*-aarch64)
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/Makefile.am | 20 +-
bfd/Makefile.in | 21 +-
bfd/po/BLD-POTFILES.in | 1 +
bfd/po/SRC-POTFILES.in | 1 +
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +
binutils/sysdump.c | 6 +
gdb/NEWS | 7 +
gdb/cli/cli-logging.c | 60 ++-
gdb/cli/cli-style.c | 2 +-
gdb/doc/gdb.texinfo | 10 +-
gdb/dwarf2/index-cache.c | 2 +-
gdb/infcmd.c | 2 +-
gdb/linux-nat.c | 8 +-
gdb/mi/mi-main.c | 4 +-
gdb/observable.c | 2 +-
gdb/observable.h | 6 +-
gdb/python/python.c | 53 ++-
gdb/remote.c | 24 +-
gdb/target.c | 21 +-
gdb/target.h | 4 +
gdb/testsuite/gdb.ada/access_to_packed_array.exp | 4 +-
gdb/testsuite/gdb.base/catch-syscall.exp | 4 +-
gdb/testsuite/gdb.base/style-logging.exp | 4 +-
gdb/testsuite/gdb.base/ui-redirect.exp | 24 +-
gdb/testsuite/gdb.mi/mi-logging.exp | 12 +-
gdb/testsuite/lib/gdb.exp | 4 +-
gdb/tui/tui-winsource.c | 4 +-
ld/testsuite/ld-elfvsb/elfvsb.exp | 2 +-
opcodes/ChangeLog | 4 +
opcodes/po/fr.po | 496 ++++++++++++-----------
31 files changed, 462 insertions(+), 357 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_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 5e97696c11 gdb: fix crash when reading ECOFF debug information
adds d8ed269e5c Fix an illegal memory access parsing a corrupt sysroff file.
adds e19f824829 Revert (part of) "gdb fix for catch-syscall.exp"
adds bd51ddc8e1 gdb: fix help doc for "set index-cache enabled"
adds 2b1538656b Automatic date update in version.in
adds 0a4a1c6a3b [gdb/cli] Fix typo in logging overwrite help text
adds 6ff9675421 [gdb/cli] Add "set logging enabled", deprecate "set logging on/off"
adds eec685f8a6 ld/testsuite/ld-elfvsb: correctly test "weak hidden symbol D [...]
adds 0c1e6e265b gdb: introduce a new overload of target_can_async_p
adds fce6cd341b gdb: hoist target_async_permitted checks into target.c
adds bf94662bfe gdb: add asserts in target.c for target_async_permitted
adds 7054fa5bca gdb: simplify remote_target::is_async_p
adds 32b1f5e8d6 gdb: add assert in remote_target::wait relating to async being off
adds c6a6aad52d gdb/python: make some global variables static
adds 43077a2374 gdb: rename source_styling_changed observer
adds 79abb93930 Updated French translation for the opcodes directory.
new 32384aa396 Re: AArch64: Add support for AArch64 EFI (efi-*-aarch64)
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/Makefile.am | 20 +-
bfd/Makefile.in | 21 +-
bfd/po/BLD-POTFILES.in | 1 +
bfd/po/SRC-POTFILES.in | 1 +
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +
binutils/sysdump.c | 6 +
gdb/NEWS | 7 +
gdb/cli/cli-logging.c | 60 ++-
gdb/cli/cli-style.c | 2 +-
gdb/doc/gdb.texinfo | 10 +-
gdb/dwarf2/index-cache.c | 2 +-
gdb/infcmd.c | 2 +-
gdb/linux-nat.c | 8 +-
gdb/mi/mi-main.c | 4 +-
gdb/observable.c | 2 +-
gdb/observable.h | 6 +-
gdb/python/python.c | 53 ++-
gdb/remote.c | 24 +-
gdb/target.c | 21 +-
gdb/target.h | 4 +
gdb/testsuite/gdb.ada/access_to_packed_array.exp | 4 +-
gdb/testsuite/gdb.base/catch-syscall.exp | 4 +-
gdb/testsuite/gdb.base/style-logging.exp | 4 +-
gdb/testsuite/gdb.base/ui-redirect.exp | 24 +-
gdb/testsuite/gdb.mi/mi-logging.exp | 12 +-
gdb/testsuite/lib/gdb.exp | 4 +-
gdb/tui/tui-winsource.c | 4 +-
ld/testsuite/ld-elfvsb/elfvsb.exp | 2 +-
opcodes/ChangeLog | 4 +
opcodes/po/fr.po | 496 ++++++++++++-----------
31 files changed, 462 insertions(+), 357 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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 39cd6078 0: update: binutils-gcc-linux-glibc-gdb: 6
new eb86ed27 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (39cd6078)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 2748 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 53728 -> 53456 bytes
05-build_abe-gcc/console.log.xz | Bin 202900 -> 203288 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 8828 -> 9060 bytes
08-build_abe-glibc/console.log.xz | Bin 239548 -> 237524 bytes
09-build_abe-gdb/console.log.xz | Bin 46444 -> 46428 bytes
10-check_regression/console.log.xz | Bin 416 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 24 ++++++++++++------------
11 files changed, 20 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.