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 f752be8f916 strip: Properly handle LLVM IR bitcode
new d92b908cb14 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_45-branch
in repository binutils-gdb.
from 9105eee3bc0 gas: sframe: fix PR gas/33170
new e11f6d2134b Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 topic/posix_spawn
in repository newlib.
discards 536798ce3 Cygwin: add pgroup support to posix_spawn fast path
discards 935e84bc8 Cygwin: posix_spawn: add fastpath support for SETSIGMASK and [...]
discards d68dfcd5c Cygwin: add fast-path for posix_spawn(p)
discards d8b9fc1e6 Cygwin: hook posix_spawn/posix_spawnp
discards ab3d26ca9 Cygwin: add ability to pass cwd to child process
discards 9144d6c56 Cygwin: allow redirecting stderr in ch_spawn
adds ba962ee04 Revert "mbrtowc: fix handling invalid UTF-8 4 byte sequences [...]
adds 1463b41d4 Cygwin: _sys_mbstowcs: fix handling invalid 4-byte UTF-8 sequences
adds ada3b8f7e Cygwin: _sys_wcstombs: add FIXME comment
adds f21fbcaf5 Cygwin: Add UTF-8 surrogate fix to release messages
adds f67a5cffe Cygwin: Fix handling of archetype fhandler in process_fd
new 3685a61e6 Cygwin: allow redirecting stderr in ch_spawn
new cd3bc6ab1 Cygwin: add ability to pass cwd to child process
new 7598bbc29 Cygwin: hook posix_spawn/posix_spawnp
new 50c169248 Cygwin: add fast-path for posix_spawn(p)
new 6e5d4ecfb Cygwin: posix_spawn: add fastpath support for SETSIGMASK and [...]
new c1eec60d6 Cygwin: add pgroup support to posix_spawn fast path
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 (536798ce3)
\
N -- N -- N refs/heads/topic/posix_spawn (c1eec60d6)
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 6 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/stdlib/mbtowc_r.c | 25 +++++--------
winsup/cygwin/fhandler/base.cc | 3 ++
winsup/cygwin/local_includes/child_info.h | 14 +++----
winsup/cygwin/local_includes/path.h | 1 +
winsup/cygwin/release/3.6.5 | 10 +++++
winsup/cygwin/spawn.cc | 31 ++++++++--------
winsup/cygwin/strfuncs.cc | 62 ++++++++++++++++++++++++++++---
winsup/cygwin/syscalls.cc | 14 +++----
8 files changed, 109 insertions(+), 51 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 linux.
from dd9c17322a6c Merge tag 'sound-6.16' of git://git.kernel.org/pub/scm/lin [...]
new 8c493cc91f3a PCI/pwrctrl: Create pwrctrl devices only when CONFIG_PCI_P [...]
new 94ce1ac2c9b4 Merge tag 'pci-v6.16-fixes-4' of git://git.kernel.org/pub/ [...]
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:
drivers/pci/probe.c | 7 +++++++
1 file changed, 7 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 glibc.
from ce488f7c16 math: xfail some pown and compoundn tests for ibm128-libgcc
new 20528165bd Disable SFrame support by default
new 072b5a9922 sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
new 158e939aef elf: Check SFrame on tst-dl_find_object.c
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:
INSTALL | 9 +-
NEWS | 7 +-
aclocal.m4 | 4 +
config.h.in | 3 +
config.make.in | 2 +-
configure | 100 +++++++++++++---------
configure.ac | 60 +++++++------
debug/Makefile | 16 ++--
debug/backtrace.c | 6 ++
{sysdeps/pthread => debug}/tst-backtrace1.c | 0
elf/tst-dl_find_object.c | 14 +++
manual/install.texi | 11 ++-
sysdeps/aarch64/configure | 2 +
sysdeps/aarch64/configure.ac | 2 +
sysdeps/generic/Makefile | 2 +
sysdeps/generic/sframe-read.c | 128 +++++++++++++++++++++-------
sysdeps/generic/sframe-read.h | 6 ++
sysdeps/generic/sframe.h | 15 +++-
sysdeps/pthread/Makefile | 1 -
sysdeps/x86_64/configure | 2 +
sysdeps/x86_64/configure.ac | 2 +
21 files changed, 273 insertions(+), 119 deletions(-)
rename {sysdeps/pthread => debug}/tst-backtrace1.c (100%)
--
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 eb59e58dcc4 c++: lambda convop in C++23 [PR114632]
new 257b640d256 c++: one more PR114632 tweak
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/pt.cc | 9 ++++-----
1 file changed, 4 insertions(+), 5 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 binutils-2_45-branch
in repository binutils-gdb.
from a0d3507d107 strip: Properly handle LLVM IR bitcode
new 9105eee3bc0 gas: sframe: fix PR gas/33170
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/gen-sframe.c | 15 +++++---
...frame-s390x-3.d => cfi-sframe-x86_64-pr33170.d} | 12 +++----
.../gas/cfi-sframe/cfi-sframe-x86_64-pr33170.s | 40 ++++++++++++++++++++++
gas/testsuite/gas/cfi-sframe/cfi-sframe.exp | 1 +
4 files changed, 58 insertions(+), 10 deletions(-)
copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-s390x-3.d => cfi-sframe-x86_64-pr331 [...]
create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-x86_64-pr33170.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 gcc.
from 44e32178031 cobol: Honor the "-static" command-line option. [PR119231]
new eb59e58dcc4 c++: lambda convop in C++23 [PR114632]
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/lambda.cc | 4 +++-
gcc/cp/pt.cc | 11 ++++-------
gcc/testsuite/g++.dg/cpp23/explicit-obj-lambda18.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp23/static-operator-call7.C | 12 ++++++++++++
4 files changed, 31 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/explicit-obj-lambda18.C
create mode 100644 gcc/testsuite/g++.dg/cpp23/static-operator-call7.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 akhuettel/wip
in repository glibc.
discards 9e67e77870 elf: Check SFrame on tst-dl_find_object.c
discards a584ea9886 sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
discards f8098b5d59 Disable SFrame support by default
adds 3ff17af18c Advisory text for CVE-2025-8058
adds d21c8ba479 debug: Link tst-sprintf-fortify-rdonly-static with -Wl,-z,re [...]
adds d731493311 Update Fix-Commit list for advisory GLIBC-SA-2025-0002
adds c7742069a6 manual: Use @Theglibc{} at sentence start in terminal documentation
new ce488f7c16 math: xfail some pown and compoundn tests for ibm128-libgcc
new a12d72019e Disable SFrame support by default
new 86fbb4cbb8 sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
new 42f22e7c8f elf: Check SFrame on tst-dl_find_object.c
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 (9e67e77870)
\
N -- N -- N refs/heads/akhuettel/wip (42f22e7c8f)
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 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:
advisories/GLIBC-SA-2025-0002 | 5 +++
advisories/GLIBC-SA-2025-0005 | 14 ++++++++
debug/Makefile | 1 +
manual/terminal.texi | 6 ++--
math/auto-libm-test-out-compoundn | 10 +++---
math/auto-libm-test-out-pown | 72 +++++++++++++++++++--------------------
math/libm-test-pown.inc | 6 ++--
7 files changed, 67 insertions(+), 47 deletions(-)
create mode 100644 advisories/GLIBC-SA-2025-0005
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.