This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 699361795f Remove stale references to libdl.a
new 02189e8fb0 nptl: Deallocate the thread stack on setup failure (BZ #19511)
new 41c7295617 nptl: Install cancellation handler on pthread_cancel
new 26cfbb7162 nptl: Remove CANCELING_BITMASK
new 2b51742531 nptl: Move cancel state out of cancelhandling
new 8c1c0aae20 nptl: Move cancel type out of cancelhandling
new f779b1efb3 nptl: Implement raise in terms of pthread_kill
new a6c813d0ad nptl: Use pthread_kill on pthread_cancel
new 8fe503f74e nptl: Avoid async cancellation to wrongly update __nptl_nthr [...]
The 8 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:
include/pthread.h | 5 ++
manual/pattern.texi | 1 -
manual/process.texi | 3 +-
nptl/Makefile | 1 +
nptl/Versions | 3 +-
nptl/allocatestack.c | 3 +
nptl/cancellation.c | 62 +++----------
nptl/cleanup_defer.c | 46 ++--------
nptl/descr.h | 32 +++----
nptl/libc-cleanup.c | 46 ++--------
nptl/pthreadP.h | 24 ++---
nptl/pthread_cancel.c | 146 ++++++++++---------------------
nptl/pthread_create.c | 188 +++++++++++++++++-----------------------
nptl/pthread_join_common.c | 7 +-
nptl/pthread_kill.c | 54 ++++++++----
nptl/pthread_self.c | 4 +-
nptl/pthread_setcancelstate.c | 36 +-------
nptl/pthread_setcanceltype.c | 41 ++-------
nptl/pthread_testcancel.c | 11 ++-
sysdeps/htl/pthreadP.h | 2 -
sysdeps/nptl/dl-tls_init_tp.c | 3 +
sysdeps/posix/raise.c | 11 ++-
sysdeps/unix/sysv/linux/raise.c | 52 -----------
23 files changed, 251 insertions(+), 530 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/raise.c
--
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 newlib.
from b58515101 pru: Enable -ffunction-sections and -fdata-sections
new 464c3f5d2 libgloss: pru: Place sim syscalls into their own sections
new df0ad84e9 libgloss: pru: Remove sim ld script
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:
libgloss/pru/Makefile.in | 10 +-
libgloss/pru/device-specs/sim | 2 +-
libgloss/pru/ldscripts/gen-ld-scripts.sh | 80 -------------
libgloss/pru/ldscripts/pruelf-sim.x | 200 -------------------------------
libgloss/pru/syscalls.S | 4 +-
5 files changed, 5 insertions(+), 291 deletions(-)
delete mode 100755 libgloss/pru/ldscripts/gen-ld-scripts.sh
delete mode 100644 libgloss/pru/ldscripts/pruelf-sim.x
--
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 newlib.
from a9165ea07 Fix rounding issues with sqrt/sqrtf
new b58515101 pru: Enable -ffunction-sections and -fdata-sections
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:
newlib/configure.host | 1 +
1 file changed, 1 insertion(+)
--
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 releases/gcc-9
in repository gcc.
from a4c9c028e77 Daily bump.
new fe555102dc2 d: Respect explicit align(N) type alignment (PR100935)
new d0ff449baf8 d: TypeInfo error when using slice copy on Structs (PR100964)
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:
gcc/d/dmd/expression.c | 7 +++++--
gcc/d/dmd/mtype.c | 5 ++++-
gcc/testsuite/gdc.test/compilable/aggr_alignment.d | 21 +++++++++++++++++++++
gcc/testsuite/gdc.test/compilable/betterCarray.d | 10 ++++++++++
4 files changed, 40 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.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 0a9d8fd580d c++: explicit() ignored on deduction guide [PR100065]
new c6c3ed60276 d: Respect explicit align(N) type alignment (PR100935)
new 10d4f283f41 d: TypeInfo error when using slice copy on Structs (PR100964)
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:
gcc/d/dmd/expression.c | 7 +++++--
gcc/d/dmd/mtype.c | 5 ++++-
gcc/testsuite/gdc.test/compilable/aggr_alignment.d | 20 ++++++++++++++++++++
gcc/testsuite/gdc.test/compilable/betterCarray.d | 10 ++++++++++
4 files changed, 39 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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 7fe81705fba Daily bump.
new f7ece1a3200 d: Respect explicit align(N) type alignment (PR100935)
new d660f34b671 d: TypeInfo error when using slice copy on Structs (PR100964)
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:
gcc/d/dmd/expression.c | 7 +++++--
gcc/d/dmd/mtype.c | 5 ++++-
gcc/testsuite/gdc.test/compilable/aggr_alignment.d | 20 ++++++++++++++++++++
gcc/testsuite/gdc.test/compilable/betterCarray.d | 10 ++++++++++
4 files changed, 39 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.
unknown user pushed a change to branch master
in repository gcc.
from c8d581bdf73 libgomp: Compile tests with -march=i486 only if needed
new 04fea2d66bd d: Respect explicit align(N) type alignment (PR100935)
new 036e14ca44e d: TypeInfo error when using slice copy on Structs (PR100964)
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:
gcc/d/dmd/MERGE | 2 +-
gcc/d/dmd/expression.c | 7 +++++--
gcc/d/dmd/mtype.c | 5 ++++-
gcc/testsuite/gdc.test/compilable/aggr_alignment.d | 20 ++++++++++++++++++++
gcc/testsuite/gdc.test/compilable/betterCarray.d | 10 ++++++++++
5 files changed, 40 insertions(+), 4 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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards cb4d96d4 0: update: binutils-c70fdc45f60845852f98eae3b8035de1a2df78de: boot
new d8e374cb 0: update: qemu-7fe7fae8b48e3f9c647fd685e5155ebc8e6fb84d: boot
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 (cb4d96d4)
\
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 | 215 +-
02-prepare_abe/console.log | 260 +-
03-build_abe-binutils/console.log | 11716 +++++------
04-build_abe-stage1/console.log | 14161 +++++++------
05-build_abe-qemu/console.log | 6916 +++---
06-build_linux/console.log | 382 +-
07-boot_linux/console.log | 8 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 20 +-
console.log | 33744 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
13 files changed, 33468 insertions(+), 34008 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.