This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-14-branch
in repository binutils-gdb.
from 6002d5bc4f2 Automatic date update in version.in
new 2e35763b640 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_42-branch
in repository binutils-gdb.
from 3907b93e923 Automatic date update in version.in
new 303aeec5458 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 main
in repository newlib.
from 70653fd8f Cygwin: gettimeofday: allow tv NULL pointer
new 5cc699698 Cygwin: passwd/group: drop Capability SIDs
new 15e82eef3 Cygwin: getgrent: fix local SAM enumeration on domain member [...]
new c90b20192 Cygwin: getgrent/getpwent: avoid local enumeration on DCs
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:
winsup/cygwin/grp.cc | 12 +++++++++---
winsup/cygwin/passwd.cc | 5 ++++-
winsup/cygwin/uinfo.cc | 47 +++++++++++++++++++++++++++++------------------
3 files changed, 42 insertions(+), 22 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 ca5f5099033 libstdc++: [_GLIBCXX_DEBUG] Fix std::__niter_wrap behavior
new 3b3f3f6642d Update cpplib sv.po
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:
libcpp/po/sv.po | 57 +++++++++++++++++++--------------------------------------
1 file changed, 19 insertions(+), 38 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 14ba8d5b87a Fortran: fix passing array component ref to polymorphic procedures
new ca5f5099033 libstdc++: [_GLIBCXX_DEBUG] Fix std::__niter_wrap behavior
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/include/bits/stl_algobase.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 master
in repository linux.
from b401b621758e Linux 6.8-rc5
new 944d5fe50f3f sched/membarrier: reduce the ability to hammer on sys_membarrier
new fca7526b7d89 drm/tests/drm_buddy: fix build failure on 32-bit targets
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/gpu/drm/tests/drm_buddy_test.c | 5 ++---
kernel/sched/membarrier.c | 6 ++++++
2 files changed, 8 insertions(+), 3 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 94a75b0363b Add obj_section::contains method
new b0dd661fa16 Rewrite Rust slice type handling
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/rust-lang.c | 239 +++++++++++++++------
gdb/rust-lang.h | 13 +-
gdb/testsuite/gdb.rust/simple.exp | 2 +-
gdb/testsuite/gdb.rust/unsized.exp | 2 +-
.../gdb.rust/{unicode.exp => unsized2.exp} | 44 ++--
gdb/testsuite/gdb.rust/unsized2.rs | 67 ++++++
6 files changed, 279 insertions(+), 88 deletions(-)
copy gdb/testsuite/gdb.rust/{unicode.exp => unsized2.exp} (50%)
create mode 100644 gdb/testsuite/gdb.rust/unsized2.rs
--
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 81e5f276c59 rs6000: Update instruction counts due to combine changes [P [...]
new 14ba8d5b87a Fortran: fix passing array component ref to polymorphic procedures
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-expr.cc | 8 ++++++
gcc/testsuite/gfortran.dg/PR105658.f90 | 50 ++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/PR105658.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 gcc.
from 61ab046a327 aarch64: Allow aarch64-linux-muscl for heap trampolines [PR [...]
new 81e5f276c59 rs6000: Update instruction counts due to combine changes [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/testsuite/gcc.target/powerpc/rlwinm-0.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 8480a37e146 gdb: pass frames as `const frame_info_ptr &`
new 94a75b0363b Add obj_section::contains method
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/minsyms.c | 2 +-
gdb/objfiles.c | 2 +-
gdb/objfiles.h | 6 ++++++
gdb/printcmd.c | 2 +-
gdb/symfile.c | 3 +--
5 files changed, 10 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.