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 11d64980156 GDB: aarch64-linux: Define HWCAP_GCS as unsigned long long value
new 5cce2b7006d 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 a775c454fd3 Automatic date update in version.in
new 978a82d4729 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 gdb-16-branch
in repository binutils-gdb.
from 3a967d947de Automatic date update in version.in
new 5866e4523e4 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 master
in repository binutils-gdb.
from 44f37db2c64 gdb/testsuite: revert recent changes to gdb.dap/scopes.exp
new 11d64980156 GDB: aarch64-linux: Define HWCAP_GCS as unsigned long long value
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/arch/aarch64-gcs-linux.h | 2 +-
gdb/testsuite/gdb.arch/aarch64-gcs-core.c | 2 +-
gdb/testsuite/gdb.arch/aarch64-gcs-disp-step.c | 2 +-
gdb/testsuite/gdb.arch/aarch64-gcs-return.c | 2 +-
gdb/testsuite/gdb.arch/aarch64-gcs.c | 2 +-
gdb/testsuite/lib/gdb.exp | 2 +-
6 files changed, 6 insertions(+), 6 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 95f21c0d25a gdb, amd64: return after amd64_analyze_register_saves if cu [...]
new b652ce7b808 gdb/python: add gdb.Value.is_unavailable attribute
new 650400cb534 gdb/dap: check values are available before converting to int
new 44f37db2c64 gdb/testsuite: revert recent changes to gdb.dap/scopes.exp
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/NEWS | 4 +
gdb/doc/python.texi | 21 ++-
gdb/python/lib/gdb/dap/varref.py | 6 +-
gdb/python/py-value.c | 27 ++++
gdb/testsuite/gdb.dap/scopes.exp | 275 ++++++++++++++++------------------
gdb/testsuite/gdb.python/py-value.c | 8 +
gdb/testsuite/gdb.python/py-value.exp | 34 +++++
7 files changed, 230 insertions(+), 145 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 b7f904012a Fix sysdeps/mips/dl-machine-reject-phdr.h build with GCC 16
new a0dc87da2a x86_64: Unconditionally run test elf/check-dt-x86-64-plt
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/x86_64/Makefile | 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 binutils-gdb.
from 55fc9233a83 Don't require "Bss=" in qOffsets response
new f9aa48dc545 gdb, amd64: extend the amd64 prologue analyzer to skip regi [...]
new 8862ee58868 gdb, amd64: return after amd64_analyze_frame_setup if curre [...]
new 57ce06ac23a gdb, amd64: extend the amd64 prologue analyzer to skip stack alloc
new 95f21c0d25a gdb, amd64: return after amd64_analyze_register_saves if cu [...]
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:
gdb/amd64-tdep.c | 128 ++++++++++++-
.../amd64-extended-prologue-analysis-no-cfi.S | 117 ++++++++++++
.../amd64-extended-prologue-analysis-offset.S | 112 +++++++++++
.../gdb.arch/amd64-extended-prologue-analysis.S | 143 +++++++++++++++
.../gdb.arch/amd64-extended-prologue-analysis.c | 56 ++++++
.../gdb.arch/amd64-extended-prologue-analysis.exp | 204 +++++++++++++++++++++
6 files changed, 759 insertions(+), 1 deletion(-)
mode change 100644 => 100755 gdb/amd64-tdep.c
create mode 100644 gdb/testsuite/gdb.arch/amd64-extended-prologue-analysis-no-cfi.S
create mode 100644 gdb/testsuite/gdb.arch/amd64-extended-prologue-analysis-offset.S
create mode 100644 gdb/testsuite/gdb.arch/amd64-extended-prologue-analysis.S
create mode 100644 gdb/testsuite/gdb.arch/amd64-extended-prologue-analysis.c
create mode 100644 gdb/testsuite/gdb.arch/amd64-extended-prologue-analysis.exp
--
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 e90c268b3e1 gdb/testsuite: fix possible TCL errors in gdb.threads/threa [...]
new 55fc9233a83 Don't require "Bss=" in qOffsets response
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/remote.c | 2 --
1 file changed, 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 releases/gcc-13
in repository gcc.
from ebaa4278716 Daily bump.
new 877592a62e9 libstdc++: Use __promote_3 for std::hypot [PR121097]
new 31449094637 libstdc++: Fix std::get<T> for std::pair with reference mem [...]
new ac28c9730c1 libstdc++: Make CTAD ignore pair(const T1&, const T2&) cons [...]
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/stl_pair.h | 10 ++---
libstdc++-v3/include/c_global/cmath | 4 +-
.../testsuite/20_util/pair/astuple/get_by_type.cc | 52 ++++++++++++++++++++++
libstdc++-v3/testsuite/20_util/pair/cons/110853.cc | 10 +++++
4 files changed, 69 insertions(+), 7 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/pair/cons/110853.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.