This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 47311cca31 manual: Add description of AArch64-specific pkey flags
new ab545460b0 intl: avoid alloca for arbitrary sizes (bug 32380)
new 6e7778ecde misc: remove extra va_end in error_tail (bug 32233)
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:
intl/dcigettext.c | 51 ++++++++++++---------------------------------------
misc/error.c | 1 -
2 files changed, 12 insertions(+), 40 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 086ee8d0866 i386: Remove workaround for Solaris ld 64-bit TLS IE limitation
new 237380cdec2 fortran: Evaluate once BACK argument of MINLOC/MAXLOC with [...]
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/fortran/trans-intrinsic.cc | 21 +-
gcc/testsuite/gfortran.dg/maxloc_8.f90 | 349 +++++++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/minloc_9.f90 | 349 +++++++++++++++++++++++++++++++++
3 files changed, 717 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/maxloc_8.f90
create mode 100644 gcc/testsuite/gfortran.dg/minloc_9.f90
--
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 661611b9d71 gdb/python: fix reference leak in gdb.BreakpointLocation.th [...]
new 4d1636909da Remove Debian from SECURITY.txt
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:
binutils/SECURITY.txt | 1 -
1 file changed, 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 cygwin-3_5-branch
in repository newlib.
from 22474a6e5 Cygwin: check_dir_not_empty: Avoid leaving the allocated buffer.
new c4102f82d Cygwin: lockf: Fix access violation in lf_clearlock().
new 67b31bc4a Cygwin: flock: Fix overlap handling in lf_setlock() and lf_cl [...]
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:
winsup/cygwin/flock.cc | 37 ++++++++++++++++++++++---------------
winsup/cygwin/release/3.5.5 | 6 ++++++
2 files changed, 28 insertions(+), 15 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 fa18217f60f RISC-V: Refine the rtl dump expand check for vector SAT_ADD
new bf57f9b5990 testsuite: i386: Fix gcc.target/i386/pr117232-1.c etc. with [...]
new 086ee8d0866 i386: Remove workaround for Solaris ld 64-bit TLS IE limitation
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/config/i386/i386.cc | 11 -----------
gcc/config/i386/i386.md | 17 -----------------
gcc/testsuite/gcc.target/i386/pr117232-1.c | 2 +-
gcc/testsuite/gcc.target/i386/pr117232-apx-1.c | 2 +-
4 files changed, 2 insertions(+), 30 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 glibc.
from d899b48a30 Fix femode_t conditionals for arc and or1k
new e162ab2bf1 AArch64: Remove thunderx{,2} memcpy
new f4d00dd60d AArch64: Add support for memory protection keys
new 47311cca31 manual: Add description of AArch64-specific pkey flags
The 3 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:
manual/memory.texi | 16 +-
sysdeps/aarch64/cpu-features.h | 8 -
sysdeps/aarch64/multiarch/Makefile | 2 -
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 4 -
sysdeps/aarch64/multiarch/memcpy.c | 8 -
sysdeps/aarch64/multiarch/memcpy_thunderx.S | 305 --------------
sysdeps/aarch64/multiarch/memcpy_thunderx2.S | 457 ---------------------
sysdeps/aarch64/multiarch/memmove.c | 8 -
sysdeps/unix/sysv/linux/aarch64/Makefile | 3 +
.../unix/sysv/linux/{x86 => aarch64}/arch-pkey.h | 37 +-
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 +
sysdeps/unix/sysv/linux/aarch64/bits/mman.h | 8 +
sysdeps/unix/sysv/linux/aarch64/pkey_get.c | 73 ++++
sysdeps/unix/sysv/linux/aarch64/pkey_set.c | 113 +++++
sysdeps/unix/sysv/linux/aarch64/tst-aarch64-pkey.c | 186 +++++++++
sysdeps/unix/sysv/linux/tst-pkey.c | 51 ++-
16 files changed, 464 insertions(+), 816 deletions(-)
delete mode 100644 sysdeps/aarch64/multiarch/memcpy_thunderx.S
delete mode 100644 sysdeps/aarch64/multiarch/memcpy_thunderx2.S
copy sysdeps/unix/sysv/linux/{x86 => aarch64}/arch-pkey.h (53%)
create mode 100644 sysdeps/unix/sysv/linux/aarch64/pkey_get.c
create mode 100644 sysdeps/unix/sysv/linux/aarch64/pkey_set.c
create mode 100644 sysdeps/unix/sysv/linux/aarch64/tst-aarch64-pkey.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 main
in repository newlib.
from b091b47b9 cygthread: suspend thread before terminating.
new b8d3dec49 newlib/libc/include/time.h: Removed clock_id casts
new 5daf14f5f Remove accidental checkin of top-level file "test"
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:
newlib/libc/include/time.h | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 main
in repository newlib.
from b2672642c Add Windows Server 2025 build number
new b091b47b9 cygthread: suspend thread before terminating.
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:
winsup/cygwin/cygthread.cc | 14 ++++++++++++++
winsup/cygwin/pinfo.cc | 10 +++++++---
winsup/cygwin/sigproc.cc | 12 ++++++++++--
3 files changed, 31 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.