This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards c464850 0: update: gcc-9db53472af1b255f8adbbfd03c103d7009420863: 1
new 6b69801 0: update: gcc-6ca6eb70b0cc752feb02b6ef05170048b2efb5f1: 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 (c464850)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-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 | 154 +-
02-prepare_abe/console.log | 432 +-
04-build_abe-bootstrap_O3/console.log | 67063 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 4 +-
console.log | 67691 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 67706 insertions(+), 67650 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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/glibc.
from f6add169c8 powerpc: Fix POWER10 selection
adds 0bede41cf3 Update libc.pot for 2.32 release.
adds ba0ec34c62 Regenerate INSTALL for ARC port updates.
adds 04726be814 Disable warnings due to deprecated libselinux symbols used b [...]
new 7ebd114211 aarch64: Respect p_flags when protecting code with PROT_BTI
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:
INSTALL | 5 +
nscd/selinux.c | 15 +
nss/makedb.c | 9 +
po/libc.pot | 1733 +++++++++++++++++++---------------------------
sysdeps/aarch64/dl-bti.c | 9 +-
5 files changed, 768 insertions(+), 1003 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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/binutils-gdb.
from 32fa152e3b Fix crash in -stack-list-arguments
adds ea57e509a2 Remove hack for GDB which sets the section size to 0
adds 678c7a56ce Adjust corefile.exp test to show regression after bfd hack removal
adds e56cb451c9 section_table_xfer_memory: Replace section name with callbac [...]
adds 2735d4218e Provide access to non SEC_HAS_CONTENTS core file sections
adds 94c265d790 Test ability to access unwritten-to mmap data in core file
adds 5efb677960 Update binary_get_section_contents to seek using section's f [...]
adds 7e183d2736 Add new gdbarch method, read_core_file_mappings
adds db082f5979 Use NT_FILE note section for reading core target memory
adds f9e233c9c4 Add test for accessing read-only mmapped data in a core file
adds 4ba11f89a2 gcore command: Place all file-backed mappings in NT_FILE note
adds 9c5ec5c2da Adjust coredump-filter.exp to account for NT_FILE note handling
adds 09c2f5d45c Add new command "maint print core-file-backed-mappings"
adds b089853a22 Add documentation for "maint print core-file-backed-mappings"
adds 7da515fd76 New core file tests with mappings over existing program memory
adds 25322a133a Automatic date update in version.in
adds 25dfed247b Fix more bugs in gdb testglue wrapper handling
adds 78344df7b5 gdb/disassembly: Update to handle non-statement addresses
adds 90fcc46681 [gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.c
adds e7bc9db8f4 Don't touch frame_info objects if frame cache was reinitialized
adds b5dd7120f6 PR ld/26288: Revert obsolete part of PR ld/26047 fix
adds 97c79e2174 PR ld/26288: Allow the use of `--just-symbols' with ET_EXEC input
adds 513487e1a8 Fix BZ 26294 - Add period to help text for maint print core- [...]
adds 4b495c31c1 Automatic date update in version.in
new 2dddfa201b Updated German translation for the opcodes sub-directory
new 04f096fb9e Move the xc16x target to the obsolete list
new bf772a1ecd Update documentation on how to make a release
new 6dcfb80a28 [gdb/testsuite] Require gnatmake-8 for gdb.ada/mi_prot.exp
The 4 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/ChangeLog | 13 +
bfd/binary.c | 12 +-
bfd/config.bfd | 2 +-
bfd/elf.c | 8 -
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +
binutils/README-how-to-make-a-release | 39 +-
gdb/ChangeLog | 98 ++++
gdb/NEWS | 4 +
gdb/arch-utils.c | 16 +
gdb/arch-utils.h | 12 +
gdb/bfd-target.c | 3 +-
gdb/corelow.c | 264 +++++++++-
gdb/disasm.c | 6 -
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 8 +
gdb/exec.c | 8 +-
gdb/exec.h | 13 +-
gdb/frame-unwind.c | 13 +-
gdb/frame.c | 22 +-
gdb/frame.h | 4 +
gdb/gdbarch.c | 23 +
gdb/gdbarch.h | 6 +
gdb/gdbarch.sh | 3 +
gdb/linux-tdep.c | 244 ++++++---
gdb/target.c | 18 +-
gdb/testsuite/ChangeLog | 60 +++
gdb/testsuite/gdb.ada/mi_prot.exp | 3 +
gdb/testsuite/gdb.base/coredump-filter.exp | 18 +-
gdb/testsuite/gdb.base/corefile.exp | 27 +-
gdb/testsuite/gdb.base/corefile2.exp | 185 +++++++
gdb/testsuite/gdb.base/coremaker.c | 30 +-
gdb/testsuite/gdb.base/coremaker2.c | 150 ++++++
.../gdb.dwarf2/dw2-disasm-over-non-stmt.exp | 206 ++++++++
gdb/testsuite/gdb.server/server-kill.exp | 114 ++++-
gdb/testsuite/lib/gdb.exp | 23 +-
gdb/tui/tui-winsource.h | 5 +
ld/ChangeLog | 20 +
ld/ldelf.c | 10 +-
ld/testsuite/ld-misc/just-symbols-0.s | 4 +
ld/testsuite/ld-misc/just-symbols-1.dd | 5 +
ld/testsuite/ld-misc/just-symbols-1.s | 4 +
ld/testsuite/ld-misc/just-symbols.exp | 57 +++
ld/testsuite/ld-misc/just-symbols.ld | 7 +
opcodes/ChangeLog | 4 +
opcodes/po/de.po | 560 ++++++++++++---------
46 files changed, 1921 insertions(+), 422 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/corefile2.exp
create mode 100644 gdb/testsuite/gdb.base/coremaker2.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-disasm-over-non-stmt.exp
create mode 100644 ld/testsuite/ld-misc/just-symbols-0.s
create mode 100644 ld/testsuite/ld-misc/just-symbols-1.dd
create mode 100644 ld/testsuite/ld-misc/just-symbols-1.s
create mode 100644 ld/testsuite/ld-misc/just-symbols.exp
create mode 100644 ld/testsuite/ld-misc/just-symbols.ld
--
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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards 7a5bd89 0: update: binutils-gcc-glibc-qemu: 6
new 0e7e339 0: update: binutils-gcc-glibc-qemu: 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 (7a5bd89)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-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 | 194 +-
02-prepare_abe/console.log | 408 +-
04-build_abe-binutils/console.log | 11729 ++--
05-build_abe-stage1/console.log | 15833 +++--
06-build_abe-linux/console.log | 304 +-
07-build_abe-glibc/console.log | 40671 ++++++-------
08-build_abe-stage2/console.log | 39842 ++++++-------
09-build_abe-qemu/console.log | 2002 +-
10-check_regression/console.log | 16 +-
11-update_baseline/console.log | 16 +-
console.log | 111275 ++++++++++++++++++-----------------
jenkins/manifest.sh | 22 +-
12 files changed, 111199 insertions(+), 111113 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/gnu-release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 0270ab8 0: update: gcc-9db53472af1b255f8adbbfd03c103d7009420863: 1
new ba018eb 0: update: gcc-6ca6eb70b0cc752feb02b6ef05170048b2efb5f1: 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 (0270ab8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 184 +-
02-prepare_abe/console.log | 176 +-
04-build_abe-bootstrap_O1/console.log | 86515 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 86885 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 86860 insertions(+), 86912 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.