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 387e49def64 [gdb/contrib] Support gdb in codespell section of setup.cfg
new 76f6d11efb7 gdb: move addrmap::relocate method to addrmap_fixed
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/addrmap.c | 12 +-----------
gdb/addrmap.h | 8 ++------
2 files changed, 3 insertions(+), 17 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 bbfa90724d2 Update cooked_index comment
new 387e49def64 [gdb/contrib] Support gdb in codespell section of setup.cfg
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/contrib/setup.cfg | 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 6c3458a8b7e PR32829, SEGV on objdump function debug_type_samep
new 115421b8507 Rename cooked-index-storage.[ch]
new 32c5beae951 Rename cooked_index_storage
new 5021c5bbf8e Make language_requires_canonicalization 'static'
new 5bc2273db46 Move cooked_index_entry to new files
new 3351f741c8d Move cooked_index_shard to new files
new 5703a5019ca Change includes in cooked-index-worker.h
new 51b14215942 Move cooked_index_worker to cooked-index-worker.[ch]
new 23ad2598a6b Update comments from moved methods
new d33f7cc36e7 Add addrmap_mutable::clear
new 2dc660bd2b2 Remove cooked_index_worker::result_type
new 34a286acdc3 Add cooked_index_worker::done_reading
new bbfa90724d2 Update cooked_index comment
The 12 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/Makefile.in | 8 +-
gdb/addrmap.c | 69 ++--
gdb/addrmap.h | 21 +-
gdb/dwarf2/abbrev-table-cache.h | 3 +
gdb/dwarf2/cooked-index-entry.c | 242 ++++++++++++++
gdb/dwarf2/cooked-index-entry.h | 258 +++++++++++++++
gdb/dwarf2/cooked-index-shard.c | 331 +++++++++++++++++++
gdb/dwarf2/cooked-index-shard.h | 134 ++++++++
gdb/dwarf2/cooked-index-storage.c | 84 -----
gdb/dwarf2/cooked-index-storage.h | 131 --------
gdb/dwarf2/cooked-index-worker.c | 265 +++++++++++++++
gdb/dwarf2/cooked-index-worker.h | 290 ++++++++++++++++
gdb/dwarf2/cooked-index.c | 678 +-------------------------------------
gdb/dwarf2/cooked-index.h | 484 +--------------------------
gdb/dwarf2/cooked-indexer.c | 4 +-
gdb/dwarf2/cooked-indexer.h | 6 +-
gdb/dwarf2/read-debug-names.c | 69 ++--
gdb/dwarf2/read.c | 56 ++--
18 files changed, 1662 insertions(+), 1471 deletions(-)
create mode 100644 gdb/dwarf2/cooked-index-entry.c
create mode 100644 gdb/dwarf2/cooked-index-entry.h
create mode 100644 gdb/dwarf2/cooked-index-shard.c
create mode 100644 gdb/dwarf2/cooked-index-shard.h
delete mode 100644 gdb/dwarf2/cooked-index-storage.c
delete mode 100644 gdb/dwarf2/cooked-index-storage.h
create mode 100644 gdb/dwarf2/cooked-index-worker.c
create mode 100644 gdb/dwarf2/cooked-index-worker.h
--
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-14
in repository gcc.
from 30d7bca6c2a libstdc++: Avoid bogus -Walloc-size-larger-than warning in [...]
new 28c10781fd2 Fix a pasto in ao_compare::compare_ao_refs
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/tree-ssa-alias.cc | 3 ++-
1 file changed, 2 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 e9803f10c9f c++: fix missing lifetime extension [PR119383]
new d0cc14c62ad tree-optimization/119534 - reject bogus emulated vectorized gather
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.dg/vect/pr119534.c | 11 +++++++++++
gcc/tree-vect-stmts.cc | 1 +
2 files changed, 12 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr119534.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 71320db6509 binutils/testsuite: don't tail the same input and output file
new b63e824775e Check gnatmake version in gnat_version_compare
new 8c78862afb2 Formatting fixes for elf-attrs.c
new 7bc46c99783 ubsan: nds32 undefined shift
new 6c3458a8b7e PR32829, SEGV on objdump function debug_type_samep
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:
bfd/elf-attrs.c | 38 +++++++++++++++++++-------------------
bfd/elf32-nds32.c | 4 ++--
binutils/debug.c | 9 +++------
gdb/testsuite/lib/ada.exp | 10 +++++++---
4 files changed, 31 insertions(+), 30 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 c6e2895695 x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread
new 7f163bd210 Update syscall lists for Linux 6.14
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/unix/sysv/linux/syscall-names.list | 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 gcc.
from 182d891e13c Doc: -Wzero-as-null-pointer-constant is also available for [...]
new e9803f10c9f c++: fix missing lifetime extension [PR119383]
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/call.cc | 9 +++++----
gcc/cp/cp-tree.h | 1 +
gcc/cp/cvt.cc | 13 +++++++++++++
gcc/cp/typeck.cc | 10 ++++------
gcc/testsuite/g++.dg/cpp0x/temp-extend3.C | 32 +++++++++++++++++++++++++++++++
5 files changed, 55 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/temp-extend3.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 b8de7704428 profile: Another profiling musttail call fix [PR119535]
new 182d891e13c Doc: -Wzero-as-null-pointer-constant is also available for [...]
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/doc/invoke.texi | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.