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 54e75f291ef gdbsupport/tdesc: print enum fields using 'evalue' syntax
new 3ed3c10425a arc: Enable -Ttext-segment
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:
ld/ChangeLog | 6 ++++++
ld/scripttempl/elfarc.sc | 3 +++
2 files changed, 9 insertions(+)
--
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 gcc.
from 31f76c9065b C++ : Adjust warning for misplaced attributes.
new d66db7412ee testsuite: Correct check_effective_target_hwaddress_exec
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:
gcc/testsuite/lib/hwasan-dg.exp | 19 ++++++++++++++++++-
1 file changed, 18 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.
unknown user pushed a change to branch fw/glibc-hwcaps
in repository glibc.
discards a3e71aa9b5 s390x: Add Add glibc-hwcaps support
discards 7db3818867 powerpc64le: Add glibc-hwcaps support
discards 1a6ec0656c x86_64: Add glibc-hwcaps support
discards 0b82dce6f8 elf: Add glibc-hwcaps subdirectory support to ld.so cache pr [...]
discards 46e2b55f81 elf: Process glibc-hwcaps subdirectories in ldconfig
discards c0f07425c9 elf: Implement tail merging of strings in ldconfig
discards b3f40f8f16 elf: Implement a string table for ldconfig, with tail merging
discards 360e7f6af2 elf: Add extension mechanism to ld.so.cache
discards 5cfee32734 elf: Add endianness markup to ld.so.cache
discards 6402d556b0 elf: Add glibc-hwcaps support for LD_LIBRARY_PATH
adds 106ff08526 io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]
adds 9ff2674ef8 sh: Add sh4 fpu Implies folder
adds 71eeae0325 nptl: Fix PTHREAD_PRIO_PROTECT timed lock
adds aa69f19a93 nptl: Add EOVERFLOW checks for futex calls
adds fdb724f903 Fix typo in NEWS file
adds cc5d5852c6 y2038: Convert aio_suspend to support 64 bit time
new d0675a884f elf: Add glibc-hwcaps support for LD_LIBRARY_PATH
new c2960f1a6c elf: Add endianness markup to ld.so.cache
new f34690f751 elf: Add extension mechanism to ld.so.cache
new 31aa97526f elf: Implement a string table for ldconfig, with tail merging
new 5afb6bbd5a elf: Implement tail merging of strings in ldconfig
new 2fa10d0a5a elf: Process glibc-hwcaps subdirectories in ldconfig
new d9a2c34c93 elf: Add glibc-hwcaps subdirectory support to ld.so cache pr [...]
new d173115082 x86_64: Add glibc-hwcaps support
new 7fdca6e48b powerpc64le: Add glibc-hwcaps support
new 3e6814ebcd s390x: Add Add glibc-hwcaps support
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 (a3e71aa9b5)
\
N -- N -- N refs/heads/fw/glibc-hwcaps (3e6814ebcd)
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 10 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:
NEWS | 6 +--
elf/Makefile | 8 ++-
elf/stringtable.c | 18 +++----
elf/tst-dl-hwcaps_split.c | 11 ++++-
include/aio.h | 8 +++
io/Makefile | 3 +-
io/ftw.c | 16 +++---
io/tst-ftw-bz26353.c | 70 +++++++++++++++++++++++++++
nptl/Makefile | 3 +-
nptl/Versions | 1 +
nptl/pthread_cond_wait.c | 4 +-
nptl/pthread_mutex_timedlock.c | 31 +++---------
nptl/pthread_rwlock_common.c | 14 +++---
nptl/sem_waitcommon.c | 2 +-
nptl/{tst-mutexpi5.c => tst-mutexpp5.c} | 2 +-
nptl/{tst-mutexpi9.c => tst-mutexpp9.c} | 2 +-
sysdeps/generic/dl-cache.h | 2 +
sysdeps/nptl/aio_misc.h | 11 +++--
sysdeps/nptl/futex-internal.c | 2 +
sysdeps/nptl/futex-internal.h | 6 ++-
sysdeps/pthread/aio_suspend.c | 60 +++++++++++++----------
sysdeps/pthread/tst-mutex5.c | 12 ++++-
sysdeps/pthread/tst-mutex9.c | 13 ++++-
sysdeps/sh/be/sh4/fpu/Implies | 1 +
sysdeps/sh/le/sh4/fpu/Implies | 1 +
sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies | 1 +
sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies | 1 +
27 files changed, 215 insertions(+), 94 deletions(-)
create mode 100644 io/tst-ftw-bz26353.c
copy nptl/{tst-mutexpi5.c => tst-mutexpp5.c} (54%)
copy nptl/{tst-mutexpi9.c => tst-mutexpp9.c} (54%)
create mode 100644 sysdeps/sh/be/sh4/fpu/Implies
create mode 100644 sysdeps/sh/le/sh4/fpu/Implies
create mode 100644 sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies
create mode 100644 sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies
--
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 6729e2c2af2 RISC-V: Fix the order checking for Z* extension.
new 4f36e61b2de gdbsupport/tdesc: print enum size attribute
new 54e75f291ef gdbsupport/tdesc: print enum fields using 'evalue' syntax
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:
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.xml/maint-xml-dump-03.xml | 13 +++++++++++++
gdbsupport/ChangeLog | 9 +++++++++
gdbsupport/tdesc.cc | 6 +++++-
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gdb/testsuite/gdb.xml/maint-xml-dump-03.xml
--
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 gcc.
from 3940daff128 Introduce can_vec_cmp_compare_p
new 31f76c9065b C++ : Adjust warning for misplaced attributes.
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:
gcc/cp/parser.c | 7 +++++--
1 file changed, 5 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_kernel/gnu-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0e3af048 0: update: binutils-gcc-linux: all
new 71c5c018 0: update: binutils-gcc-linux: all
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 (0e3af048)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 171 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 12007 +++++-----
04-build_abe-stage1/console.log | 16146 +++++++------
05-build_linux/console.log | 9130 ++++---
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 10 +-
08-update_baseline/results.regressions | 2 +-
console.log | 37982 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
11 files changed, 37867 insertions(+), 38015 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_O3
in repository toolchain/ci/base-artifacts.
discards 6295f919 0: update: gcc-e45e65016754cf4bfc6c00cbbdca700f01f7c324: 1
new 8a619163 0: update: gcc-d7026d80fef08199ffbbee909c4c8024235e7dcc: 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 (6295f919)
\
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 | 128 +-
02-prepare_abe/console.log | 447 +-
04-build_abe-bootstrap_O3/console.log | 89051 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 89632 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 89589 insertions(+), 89685 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.