This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from d3f2b71ef1 aarch64: Fix tests not compatible with targets supporting GCS
new 89e61e96b7 i386: Update ulps for *pi functions
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:
sysdeps/i386/fpu/libm-test-ulps | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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 binutils-gdb.
from bf2da5d57d7 ldelf_before_allocation leak
new c3190b22b03 gas: elf: Relax rules for SHF_STRING 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:
gas/config/obj-elf.c | 14 ++++++++++++--
gas/doc/as.texi | 28 ++++++++++++++++++----------
gas/testsuite/gas/elf/elf.exp | 1 +
gas/testsuite/gas/elf/string.d | 9 +++++++++
gas/testsuite/gas/elf/string.s | 10 ++++++++++
5 files changed, 50 insertions(+), 12 deletions(-)
create mode 100644 gas/testsuite/gas/elf/string.d
create mode 100644 gas/testsuite/gas/elf/string.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.
unknown user pushed a change to branch master
in repository glibc.
from 8ef1791950 hurd: Fix EINVAL error on linking to a slash-trailing path [ [...]
new 58771b8a59 aarch64: Add asm helpers for GCS
new 640c209a72 elf.h: Define GNU_PROPERTY_AARCH64_FEATURE_1_GCS
new 13cbbb0cb2 aarch64: Define jmp_buf offset for GCS
new 5ff5e7836e aarch64: Add GCS support to longjmp
new 1cf59c2603 aarch64: Add GCS support to vfork
new 9885d13b66 aarch64: Add GCS support for setcontext
new 7d22054db7 aarch64: Mark swapcontext with indirect_return
new 3ac237fb71 aarch64: Add GCS support for makecontext
new 9ad3d9267d aarch64: Add glibc.cpu.aarch64_gcs tunable
new b81ee54bc9 aarch64: Enable GCS in static linked exe
new 01f52b11de aarch64: Enable GCS in dynamic linked exe
new 76b79f7241 aarch64: Mark objects with GCS property note
new 8d516b6f85 aarch64: Use l_searchlist.r_list for bti
new 4d56a5bbd6 aarch64: Handle GCS marking
new 29476485f9 aarch64: Ignore GCS property of ld.so
new d3df351338 aarch64: Process gnu properties in static exe
new 3d8da0d91b aarch64: Add GCS user-space allocation logic
new a335acb8b8 aarch64: Use __alloc_gcs in makecontext
new d3f2b71ef1 aarch64: Fix tests not compatible with targets supporting GCS
The 19 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:
elf/elf.h | 1 +
elf/tst-asm-helper.h | 49 +++++++++
elf/tst-big-note-lib.S | 2 +
elf/tst-ro-dynamic-mod.map | 7 +-
manual/tunables.texi | 43 ++++++++
sysdeps/aarch64/Makefile | 11 +-
sysdeps/aarch64/__alloc_gcs.c | 63 +++++++++++
sysdeps/aarch64/__longjmp.S | 30 +++++
.../aarch64/aarch64-gcs.h | 15 ++-
sysdeps/{x86 => aarch64}/bits/indirect-return.h | 27 +++--
sysdeps/aarch64/dl-bti.c | 5 +-
sysdeps/aarch64/dl-gcs.c | 121 +++++++++++++++++++++
sysdeps/aarch64/dl-prop.h | 15 ++-
sysdeps/aarch64/dl-start.S | 34 +++++-
sysdeps/aarch64/dl-tunables.list | 6 +
sysdeps/aarch64/jmpbuf-offsets.h | 62 +++++++++++
sysdeps/aarch64/linkmap.h | 1 +
sysdeps/aarch64/rtld-global-offsets.sym | 5 +
sysdeps/aarch64/setjmp.S | 10 ++
sysdeps/aarch64/sysdep.h | 12 +-
sysdeps/aarch64/tst-vpcs-mod.S | 4 +-
sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 8 ++
.../sysv/linux/aarch64/dl-procruntime.c} | 30 +++--
sysdeps/unix/sysv/linux/aarch64/getcontext.S | 17 ++-
sysdeps/unix/sysv/linux/aarch64/libc-start.h | 62 +++++++++++
sysdeps/unix/sysv/linux/aarch64/makecontext.c | 39 ++++++-
sysdeps/unix/sysv/linux/aarch64/setcontext.S | 42 +++++++
sysdeps/unix/sysv/linux/aarch64/swapcontext.S | 32 ++++--
.../unix/sysv/linux/aarch64/ucontext-internal.h | 5 +
sysdeps/unix/sysv/linux/aarch64/vfork.S | 7 +-
30 files changed, 702 insertions(+), 63 deletions(-)
create mode 100644 elf/tst-asm-helper.h
create mode 100644 sysdeps/aarch64/__alloc_gcs.c
copy libio/test-fputws-unbuffered-full.c => sysdeps/aarch64/aarch64-gcs.h (79%)
copy sysdeps/{x86 => aarch64}/bits/indirect-return.h (54%)
create mode 100644 sysdeps/aarch64/dl-gcs.c
copy sysdeps/{generic/pointer_guard.h => unix/sysv/linux/aarch64/dl-procruntime.c} (69%)
create mode 100644 sysdeps/unix/sysv/linux/aarch64/libc-start.h
--
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-12
in repository gcc.
from 94fdc545fb0 Daily bump.
new 7bb462dd2a6 c++: Friend classes don't shadow enclosing template class p [...]
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/name-lookup.cc | 5 ++++-
gcc/testsuite/g++.dg/lookup/pr99116-1.C | 2 +-
gcc/testsuite/g++.dg/template/friend84.C | 26 ++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/friend84.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 gcc.
from 459816efa13 s390: Update vec_(load,store)_len(,_r)
new d882e48d48b tree-ssa-dce: Fix calloc handling [PR118224]
new d9d0eeea93d tree, c++: Consider TARGET_EXPR invariant like SAVE_EXPR [P [...]
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/c-family/c-omp.cc | 3 ++-
gcc/testsuite/g++.dg/expr/pmf-4.C | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr118224.c | 2 ++
gcc/tree-ssa-dce.cc | 2 +-
gcc/tree.cc | 1 +
5 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/expr/pmf-4.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 binutils-gdb.
from c99345db064 [gdb/testsuite] Fix gdb.cp/non-trivial-retval.exp on arm-li [...]
new 130bb6bbbdd _bfd_elf_get_dynamic_symbols
new c785932bb5a Re: elflink.c memory leaks
new bf2da5d57d7 ldelf_before_allocation leak
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:
bfd/elf.c | 12 +++++-------
bfd/elflink.c | 4 +++-
ld/emultempl/elf.em | 2 +-
ld/ldelf.c | 6 +++---
ld/ldelf.h | 2 +-
5 files changed, 13 insertions(+), 13 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 release/2.40/master
in repository glibc.
from 7648e3c8e8 hppa: Simplify handling of sanity check errors in clone.S.
new 473597d816 Fix missing randomness in __gen_tempname (bug 32214)
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:
NEWS | 1 +
sysdeps/posix/tempname.c | 2 ++
2 files changed, 3 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 af4fb245e12 i386: Fix wrong insn generated by shld/shrd ndd split [PR118510]
new 43a6001ff58 RISC-V: Add sifive_vector.h
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/config.gcc | 2 +-
gcc/config/{arm/mmintrin.h => riscv/sifive_vector.h} | 13 ++++++++-----
2 files changed, 9 insertions(+), 6 deletions(-)
copy gcc/config/{arm/mmintrin.h => riscv/sifive_vector.h} (72%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.