This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from c1560f3f75 elf: Switch to main malloc after final ld.so self-relocation
new 0c38c59f75 manual: Use more precise wording for memory protection keys
new ff254cabd6 misc: Align argument name for pkey_*() functions with the manual
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:
manual/memory.texi | 58 ++++++++++++++++--------------
sysdeps/unix/sysv/linux/bits/mman-shared.h | 12 +++----
sysdeps/unix/sysv/linux/pkey_set.c | 2 +-
3 files changed, 38 insertions(+), 34 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 6d8764cc1f9 store-merging: Apply --param=store-merging-max-size= in mor [...]
new 05e70ff9213 ipcp don't propagate where not needed
new f7979b8bfa6 libstdc++: Enable debug assertions for filesystem directory [...]
new 1b169ee7e25 libstdc++: More user-friendly failed assertions from shared [...]
new 6a050a3e650 libstdc++: Move include guards to start of headers
The 4 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/ipa-prop.cc | 12 +++++--
gcc/lto-cgraph.cc | 47 ++++++++++++++++----------
gcc/lto-streamer.h | 11 ++++++
libstdc++-v3/include/bits/shared_ptr_base.h | 28 +++++++++------
libstdc++-v3/include/c_compatibility/complex.h | 6 ++--
libstdc++-v3/include/c_global/ctgmath | 6 ++--
libstdc++-v3/src/c++17/fs_dir.cc | 12 +++----
7 files changed, 79 insertions(+), 43 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 52a8387dfdd Automatic date update in version.in
new 7ea50bf94f2 gdb: remove exact_match parameter from find_line_symtab
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:
gdb/linespec.c | 2 +-
gdb/symtab.c | 19 ++++---------------
gdb/symtab.h | 11 ++++++++++-
3 files changed, 15 insertions(+), 17 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 273694cd78 Add Arm HWCAP2_* constants from Linux 3.15 and 6.2 to <bits/ [...]
new 8f8dd904c4 elf: rtld_multiple_ref is always true
new a796422045 elf: Do not define consider_profiling, consider_symbind as macros
new f2326c2ec0 elf: Introduce _dl_relocate_object_no_relro
new c1560f3f75 elf: Switch to main malloc after final ld.so self-relocation
The 4 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/Makefile | 9 ++++
elf/dl-reloc.c | 32 ++++++-------
elf/dl-support.c | 3 +-
elf/rtld.c | 101 +++++++++++++++++----------------------
elf/tst-rtld-no-malloc-audit.c | 1 +
elf/tst-rtld-no-malloc-preload.c | 1 +
elf/tst-rtld-no-malloc.c | 76 +++++++++++++++++++++++++++++
sysdeps/generic/ldsodefs.h | 7 +++
8 files changed, 156 insertions(+), 74 deletions(-)
create mode 100644 elf/tst-rtld-no-malloc-audit.c
create mode 100644 elf/tst-rtld-no-malloc-preload.c
create mode 100644 elf/tst-rtld-no-malloc.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 4dbf4c0fdb1 Fortran: F2008 passing of internal procs to a proc pointer [...]
new aab572240a0 store-merging: Don't use sub_byte_op_p mode for empty_ctor_ [...]
new 6d8764cc1f9 store-merging: Apply --param=store-merging-max-size= in mor [...]
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/gimple-ssa-store-merging.cc | 30 +++++++++++++++++++++++++-----
gcc/testsuite/g++.dg/opt/pr117439.C | 16 ++++++++++++++++
2 files changed, 41 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr117439.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 df0953aa2 Cygwin: console: Fix open() failure when the console owner ca [...]
new cbfaeba4f Cygwin: pipe: Fix incorrect write length in raw_write()
new 90ddab987 Cygwin: console: Re-fix open() failure on exec() by console owner
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/fhandler/console.cc | 86 ++++++++++++++-------------------
winsup/cygwin/fhandler/pipe.cc | 6 +--
winsup/cygwin/fhandler/pty.cc | 73 ----------------------------
winsup/cygwin/fhandler/termios.cc | 72 +++++++++++++++++++++++++++
winsup/cygwin/local_includes/fhandler.h | 19 ++++----
5 files changed, 119 insertions(+), 137 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 cygwin-3_5-branch
in repository newlib.
from 73168846e Cygwin: console: Fix open() failure when the console owner ca [...]
new f30754415 Cygwin: console: Re-fix open() failure on exec() by console owner
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/fhandler/console.cc | 86 ++++++++++++++-------------------
winsup/cygwin/fhandler/pty.cc | 73 ----------------------------
winsup/cygwin/fhandler/termios.cc | 72 +++++++++++++++++++++++++++
winsup/cygwin/local_includes/fhandler.h | 19 ++++----
4 files changed, 117 insertions(+), 133 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 master
in repository toolchain/ci/interesting-commits.
from 842fb609b Add entry f3025c8b4fd797d99a8a8117254f93605ec46aa8 from https [...]
new 7b67d0568 Add entry f3025c8b4fd797d99a8a8117254f93605ec46aa8 from https [...]
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:
.../jira/description | 4 ++++
llvm/sha1/f3025c8b4fd797d99a8a8117254f93605ec46aa8/jira/yaml | 4 ++++
.../sha1/f3025c8b4fd797d99a8a8117254f93605ec46aa8/status.txt | 4 ++++
.../details.txt | 12 ++++++------
.../reproduction_instructions.txt | 0
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../main-aarch64-Ofast-sve_vls-lto-lld}/status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_flang_test/status.txt | 4 ++++
9 files changed, 26 insertions(+), 10 deletions(-)
copy llvm/sha1/f3025c8b4fd797d99a8a8117254f93605ec46aa8/tcwg_flang_test/{main-aarc [...]
copy llvm/sha1/{bd6ab32e6eb642f2b0b15be8c7c2a668192f07d8 => f3025c8b4fd797d99a8a81 [...]
copy llvm/sha1/f3025c8b4fd797d99a8a8117254f93605ec46aa8/tcwg_flang_test/{main-aarc [...]
copy llvm/sha1/f3025c8b4fd797d99a8a8117254f93605ec46aa8/{ => tcwg_flang_test/main- [...]
copy llvm/sha1/f3025c8b4fd797d99a8a8117254f93605ec46aa8/tcwg_flang_test/{main-aarc [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from b5e111224 Add entry bcccc3221b838ee7ae7848e7194603acb18294b3 from https [...]
new 842fb609b Add entry f3025c8b4fd797d99a8a8117254f93605ec46aa8 from https [...]
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:
.../tcwg_flang_test/main-aarch64-Ofast-sve_vls-lto-lld}/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {fujitsu_testsuite/sha1/e0fb0c49ba3050dc1ac811e3429081b10f957ce1/tcwg_flang_t [...]
copy llvm/sha1/f3025c8b4fd797d99a8a8117254f93605ec46aa8/tcwg_flang_test/{main-aarc [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.