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_gdb/master-arm
in repository toolchain/ci/glibc.
from 43cea6d565 iconvconfig: Fix behaviour with --prefix [BZ #28199]
adds 5f07d47e4b configure: Fix check for INSERT in linker script
adds 4b39e34983 Update kernel version to 5.14 in tst-mman-consts.py
adds 3561106278 Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5. [...]
No new revisions were added by this update.
Summary of changes:
configure | 2 +-
configure.ac | 2 +-
sysdeps/unix/sysv/linux/bits/mman-linux.h | 4 ++++
sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +-
4 files changed, 7 insertions(+), 3 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_gdb/master-arm
in repository toolchain/ci/base-artifacts.
discards 9d105172 0: update: binutils-58eaf4e9bdf53806778e94efe932e9417a21a306: 1
new 4a539d63 0: update: glibc-3561106278cddd2f007bd27fd4c3e90caaf14b43: 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 (9d105172)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/mas [...]
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 -> 1492 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 62644 -> 62196 bytes
04-build_abe-gcc/console.log.xz | Bin 224992 -> 226028 bytes
06-build_abe-linux/console.log.xz | Bin 10468 -> 10688 bytes
07-build_abe-glibc/console.log.xz | Bin 224960 -> 227172 bytes
08-build_abe-gdb/console.log.xz | Bin 48480 -> 47964 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3812 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2328 -> 2332 bytes
11-check_regression/console.log.xz | Bin 4816 -> 4052 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 22 +-
11-check_regression/results.compare | 92 +------
11-check_regression/results.compare2 | 252 ++++++-----------
11-check_regression/results.regressions | 89 ++----
12-update_baseline/console.log | 469 +++++++++++---------------------
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 22 +-
12-update_baseline/results.compare | 92 +------
12-update_baseline/results.compare2 | 252 ++++++-----------
12-update_baseline/results.regressions | 89 ++----
jenkins/manifest.sh | 8 +-
sumfiles/gdb.log.xz | Bin 1704304 -> 1706848 bytes
sumfiles/gdb.sum | 82 +++---
24 files changed, 460 insertions(+), 1013 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_debug
in repository toolchain/ci/binutils-gdb.
from 924e660d52 Automatic date update in version.in
adds f050cfdd82 sim: bfin: add support for SDL2
adds 09a7e91293 arc: Fix potential invalid pointer access when fixing got symbols.
adds 3859e65e23 [gdb/testsuite] Generate .debug_aranges in gdb.dwarf2/locexp [...]
adds 2762d28853 [gdb/symtab] Fix CU list in .debug_names for dummy CUs
adds 211aafd18d [gdb/symtab] Fix function range handling in psymtabs
adds 58eaf4e9bd [gdb/testsuite] Fix gdb_load_no_complaints with gnu-debuglink
new ff03a88e30 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/ChangeLog | 9 +
bfd/arc-got.h | 94 +++++---
bfd/version.h | 2 +-
gdb/dwarf2/index-write.c | 20 +-
gdb/dwarf2/read.c | 41 +++-
.../gdb.dwarf2/dw2-ranges-psym-warning-main.c | 28 +++
gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.c | 44 ++++
.../gdb.dwarf2/dw2-ranges-psym-warning.exp | 141 ++++++++++++
.../gdb.dwarf2/locexpr-data-member-location.exp | 7 +-
gdb/testsuite/lib/gdb.exp | 4 +-
ld/ChangeLog | 5 +
ld/testsuite/ld-arc/got-weak.d | 12 +
ld/testsuite/ld-arc/got-weak.s | 7 +
sim/bfin/gui.c | 137 +++++++++--
sim/config.h.in | 3 +
sim/configure | 252 +++++++++++++++++++--
sim/m4/sim_ac_platform.m4 | 19 +-
17 files changed, 713 insertions(+), 112 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning-main.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp
create mode 100644 ld/testsuite/ld-arc/got-weak.d
create mode 100644 ld/testsuite/ld-arc/got-weak.s
--
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_debug
in repository toolchain/ci/base-artifacts.
discards 6a39ce80 0: update: gcc-104c05c5284b7822d770ee51a7d91946c7e56d50: 1
new afab4f77 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 (6a39ce80)
\
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 1496 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 62484 -> 64252 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 135224 -> 135004 bytes
06-check_regression/console.log.xz | Bin 444 -> 384 bytes
07-update_baseline/console.log | 21 ++++++++++-----------
jenkins/manifest.sh | 15 ++++++++-------
7 files changed, 18 insertions(+), 18 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 binutils-2_37-branch
in repository binutils-gdb.
from 21f6dfdb292 Automatic date update in version.in
new 9d29d8c111c 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 +-
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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 58eaf4e9bdf [gdb/testsuite] Fix gdb_load_no_complaints with gnu-debuglink
new ff03a88e30f 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 +-
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.
unknown user pushed a change to branch gdb-11-branch
in repository binutils-gdb.
from 5bca320a3d4 Automatic date update in version.in
new be34cc2df49 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 +-
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_gnu_native_check_binutils/release-aarch64
in repository toolchain/ci/glibc.
from 5c77e0cca9 posix: Correct attribute access mode on readlinkat [BZ #27024].
new d299f19889 Fix failing nss/tst-nss-files-hosts-long with local resolver
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:
nss/tst-nss-files-hosts-long.root/etc/nsswitch.conf | 1 +
1 file changed, 1 insertion(+)
create mode 100644 nss/tst-nss-files-hosts-long.root/etc/nsswitch.conf
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.