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 49a27f23825 gdb/coffread: remove unused fields of coff_symfile_info
new 0311e824af4 gdb/testsuite: fix typo in gdb.python/py-missing-objfile.exp
new 69e5ddaf799 gdb/solib-svr4: update solib when an inferior is not being [...]
new c1eb7027b3a gdb: update shared libraries when inferior is created, even [...]
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:
gdb/infcmd.c | 53 +++++++++++-----------
gdb/solib-svr4.c | 7 ++-
gdb/testsuite/gdb.python/py-missing-objfile.exp | 59 ++++++++++++++++++-------
3 files changed, 75 insertions(+), 44 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 5031cc843a3 libstdc++: Simplify use_proxy_wait function
new 4f1bde997f5 doc: List more valid -x option arguments
new 2c83c3522e5 c: Optimize TARGET_EXPRs for _Atomic loads [PR123475]
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/c-typeck.cc | 32 ++++++++++++++++++++++++++++++++
gcc/doc/invoke.texi | 14 ++++++++++----
gcc/testsuite/gcc.dg/pr123475.c | 12 ++++++++++++
3 files changed, 54 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr123475.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 cd8ebd38208 gdb: remove gdbarch_ecoff_reg_to_regnum
new e99d04066fe gdb/coffread: remove unnecessary forward declarations
new 49a27f23825 gdb/coffread: remove unused fields of coff_symfile_info
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:
gdb/coffread.c | 27 ++-------------------------
1 file changed, 2 insertions(+), 25 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 b405a04ffde Fortran: [PR123483] Fix duplicate finalization
new 9eb863f1523 libstdc++: Ensure counting_semaphore::try_acquire_for times [...]
new 5f02ba92580 libstdc++: Fix proxy wait detection in atomic wait
new 5031cc843a3 libstdc++: Simplify use_proxy_wait function
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:
libstdc++-v3/include/bits/atomic_timed_wait.h | 4 +-
libstdc++-v3/include/bits/atomic_wait.h | 82 ++++++++++++++++++---------
libstdc++-v3/include/bits/semaphore_base.h | 28 +++++----
libstdc++-v3/src/c++20/atomic.cc | 39 +++++++------
4 files changed, 97 insertions(+), 56 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 5a8351167a8 [gdb/symtab] Cache dw2_get_file_names result for dummy CU
new 32a9b85573c gdb: remove gdbarch_stab_reg_to_regnum
new cd8ebd38208 gdb: remove gdbarch_ecoff_reg_to_regnum
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:
gdb/amd64-tdep.c | 7 +------
gdb/csky-tdep.c | 1 -
gdb/gdbarch-gen.c | 44 --------------------------------------------
gdb/gdbarch-gen.h | 12 ------------
gdb/gdbarch_components.py | 22 ----------------------
gdb/h8300-tdep.c | 4 ----
gdb/i386-go32-tdep.c | 6 ++----
gdb/i386-tdep.c | 9 +--------
gdb/m32c-tdep.c | 1 -
gdb/mep-tdep.c | 1 -
gdb/mips-tdep.c | 33 +++++----------------------------
gdb/ppc-linux-tdep.c | 5 -----
gdb/rs6000-tdep.c | 43 -------------------------------------------
gdb/s390-tdep.c | 1 -
gdb/xtensa-tdep.c | 3 +--
15 files changed, 10 insertions(+), 182 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 7d199a32ebd libstdc++: Fix C++ 11 ctype when using picolibc (blank vs space)
new b405a04ffde Fortran: [PR123483] Fix duplicate finalization
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-array.cc | 4 +-
gcc/fortran/trans-array.h | 3 +-
gcc/fortran/trans-expr.cc | 2 +-
gcc/testsuite/gfortran.dg/finalize_61.f90 | 96 +++++++++++++++++++++++++++++++
4 files changed, 101 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/finalize_61.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 d1d83ec7dbd Show constants in DAP scopes output
new 5a8351167a8 [gdb/symtab] Cache dw2_get_file_names result for dummy CU
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/dwarf2/read.c | 7 ++++++-
1 file changed, 6 insertions(+), 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 master
in repository gcc.
from c10076b34d3 [PR123121, LRA]: Fix wrong rematerialization of insns with [...]
new 7d199a32ebd libstdc++: Fix C++ 11 ctype when using picolibc (blank vs space)
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:
libstdc++-v3/acinclude.m4 | 4 +
.../config/os/{newlib => picolibc}/ctype_base.h | 28 ++--
.../{newlib => picolibc}/ctype_configure_char.cc | 4 +-
.../config/os/{newlib => picolibc}/ctype_inline.h | 2 +-
.../config/os/{bionic => picolibc}/os_defines.h | 4 +-
libstdc++-v3/configure | 152 ++++++++++++++++++++-
libstdc++-v3/configure.ac | 62 +++++++++
7 files changed, 231 insertions(+), 25 deletions(-)
copy libstdc++-v3/config/os/{newlib => picolibc}/ctype_base.h (63%)
copy libstdc++-v3/config/os/{newlib => picolibc}/ctype_configure_char.cc (97%)
copy libstdc++-v3/config/os/{newlib => picolibc}/ctype_inline.h (98%)
copy libstdc++-v3/config/os/{bionic => picolibc}/os_defines.h (92%)
--
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 annotated tag cygwin-3.6.6
in repository newlib.
at 842a9ec99 (tag)
tagging c6680700f8d37effd928698fa818ffc4a927df42 (commit)
replaces cygwin-3.6.5
tagged by Corinna Vinschen
on Fri Jan 9 15:58:34 2026 +0100
- Log -----------------------------------------------------------------
Cygwin 3.6.6 release
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEoVYPmneWZnwT6kwF9TYGna5ET6AFAmlhF6EACgkQ9TYGna5E
T6BxSxAAkntMFcEinnneeS4DBTKMfp2obergYUxdbQ0SeL8Aqa9Jp7d9RP20qO5t
rpnz45oERuVjEIiOyTe4thyMaqQi9oIzYKSDpvlGgTbwHf3eU6UvAdUz6ewZjjvj
tITWRNZcP9Xa17d0eqSCcpQQ8VSK6xONb/I1VAZ7feb2i32L/D+989EQbWnS35jJ
zihSLALL7pU0dRXl3aWxfWfnHE6VYKfc3PQXmDaHcA6nhmvy7Kn8xXHMVtittJfn
m5F3ekqjS35uYudc+KgjdFO0oQaJa8JsEX9SdXbiVy4X4V+7HLzvQak39D+37Dwc
kvPYKVTBJftCgSiUwObEtttBEn17nyjp1x18QhwSJHzu3XrIO6Q0PP1sLNB8Jc5e
liGwrXT07RaknXI2QXE5sc2L1q2knA+oSBb1toOyKFnr79XmE/alM4px/KWcXwJy
uKl9iaEvDSXGDy3IP4Y1c2TLbjaNp/PIIZvtfSOscMX61jtxAD3ngX+4u1gzFe36
1YPIMEgh3w6POaBivg7EcaNeD2VscFAkC79l+Vzuc3jJ0cOLCTCfBFxx6HM9Geoi
J0EjbtvCYGy1hTTYPqHbN7KUVrrlILKz5jvnMxm5p1XRCUAKAVv9JsFi9/Yh+WV9
8sRMPIQl9HGCgyDMeNlJEZukjSQoDAmBug8+tsRk27s0+67ZOqU=
=JSOo
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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_6-branch
in repository newlib.
from c6680700f Cygwin: Update release note for 3.6.6
new f04527cea Cygwin: bump dll minor version to 3.6.7
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/include/cygwin/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.