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 56c1f748a5d Automatic date update in version.in
new 0af2f233330 gdb/python: rework how the disassembler API reads the resul [...]
new 4de4e48514f gdb/python: extend the Python Disassembler API to allow for [...]
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/NEWS | 22 +
gdb/doc/python.texi | 313 ++++++++++-
gdb/python/py-disasm.c | 913 ++++++++++++++++++++++++++++++---
gdb/testsuite/gdb.python/py-disasm.exp | 89 +++-
gdb/testsuite/gdb.python/py-disasm.py | 201 +++++---
5 files changed, 1381 insertions(+), 157 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 df2726869e1 Daily bump.
new 7fb7d49b3c7 LTO: Fix writing of toplevel asm with offloading [PR109816]
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/lto-cgraph.cc | 2 +-
libgomp/testsuite/libgomp.c++/target-map-class-1.C | 98 ++++++++++++++++++++++
libgomp/testsuite/libgomp.c++/target-map-class-2.C | 6 ++
3 files changed, 105 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.c++/target-map-class-1.C
create mode 100644 libgomp/testsuite/libgomp.c++/target-map-class-2.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 45efdda3ff6 ada: Add "gnat --help-ada" text for new switches.
new 3b7cb33033f libstdc++: Do not use pthread_mutex_clocklock with ThreadSanitizer
new 151bad41021 libstdc++: Require tzdb support for chrono::zoned_time prin [...]
new bf904527ab6 libstdc++: Add assertion to debug_allocator test
new 0d76fb1582c libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex>
new 5baabdb15d0 libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>
new ac3a5bbc629 libstdc++: Stop using TR1 macros in <cctype> and <cfenv>
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:
libstdc++-v3/acinclude.m4 | 227 +++++++++++++-
libstdc++-v3/config.h.in | 25 ++
libstdc++-v3/configure | 348 ++++++++++++++++++++-
libstdc++-v3/doc/doxygen/user.cfg.in | 4 +
libstdc++-v3/include/bits/chrono.h | 2 +-
libstdc++-v3/include/c_compatibility/fenv.h | 4 +-
libstdc++-v3/include/c_compatibility/inttypes.h | 6 +-
libstdc++-v3/include/c_compatibility/stdatomic.h | 4 +-
libstdc++-v3/include/c_compatibility/stdint.h | 4 +-
libstdc++-v3/include/c_global/cctype | 4 +-
libstdc++-v3/include/c_global/cfenv | 4 +-
libstdc++-v3/include/c_global/cinttypes | 6 +-
libstdc++-v3/include/c_global/cstdint | 6 +-
libstdc++-v3/include/std/atomic | 2 +-
libstdc++-v3/include/std/complex | 14 +-
libstdc++-v3/src/c++11/cow-stdexcept.cc | 4 +-
.../29_atomics/headers/stdatomic.h/c_compat.cc | 2 +-
.../ext/debug_allocator/check_deallocate_null.cc | 3 +-
libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +-
.../testsuite/libstdc++-prettyprinters/chrono.cc | 3 +-
20 files changed, 638 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.