This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.37/master
in repository glibc.
from 0141e7c794 libio: Attempt wide backup free only for non-legacy code
new a4d9258090 elf: Change ldconfig auxcache magic number (bug 32231)
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:
NEWS | 1 +
elf/cache.c | 2 +-
2 files 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 release/2.36/master
in repository glibc.
from 485b2a773d libio: Attempt wide backup free only for non-legacy code
new b3b68740cf elf: Change ldconfig auxcache magic number (bug 32231)
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:
NEWS | 1 +
elf/cache.c | 2 +-
2 files 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 release/2.38/master
in repository glibc.
from 4dd8641461 Add crt1-2.0.o for glibc 2.0 compatibility tests
new fa4ad10406 elf: Change ldconfig auxcache magic number (bug 32231)
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:
NEWS | 1 +
elf/cache.c | 2 +-
2 files 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 binutils-gdb.
from b0fdcd47065 fortran: Fix arrays of variable length strings for FORTRAN
new 80ac4785110 [gdb/symtab] Handle multiple .debug_info sections
new f4e363cae29 ld/ELF: Add --image-base command line option to the ELF linker
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/dwarf2/index-write.c | 3 +++
gdb/dwarf2/read-debug-names.c | 11 ++++-----
gdb/dwarf2/read-gdb-index.c | 11 ++++-----
gdb/dwarf2/read.c | 25 ++++++++++++++-------
gdb/dwarf2/read.h | 2 +-
.../dw2-multiple-debug-info.c} | 19 ++++++++++++++--
...w2-restrict.exp => dw2-multiple-debug-info.exp} | 19 ++++++++++------
ld/NEWS | 3 +++
ld/emultempl/beos.em | 1 -
ld/emultempl/pe.em | 1 -
ld/emultempl/pep.em | 1 -
ld/ld.texi | 26 ++++++++++++----------
ld/ldlex.h | 2 +-
ld/lexsup.c | 5 +++++
ld/testsuite/ld-elf/pr25207.d | 11 +++++++++
ld/testsuite/ld-elf/pr25207.s | 13 +++++++++++
16 files changed, 109 insertions(+), 44 deletions(-)
copy gdb/testsuite/{gdb.base/debug-frame.c => gdb.dwarf2/dw2-multiple-debug-info.c} (73%)
copy gdb/testsuite/gdb.dwarf2/{dw2-restrict.exp => dw2-multiple-debug-info.exp} (69%)
create mode 100644 ld/testsuite/ld-elf/pr25207.d
create mode 100644 ld/testsuite/ld-elf/pr25207.s
--
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 release/2.40/master
in repository glibc.
from 85e5850f2f Make tst-strtod-underflow type-generic
new 3a34851103 elf: Change ldconfig auxcache magic number (bug 32231)
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:
NEWS | 1 +
elf/cache.c | 2 +-
2 files 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 release/2.39/master
in repository glibc.
from b3c51635ef Make tst-strtod-underflow type-generic
new dcaf51b41e elf: Change ldconfig auxcache magic number (bug 32231)
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:
NEWS | 1 +
elf/cache.c | 2 +-
2 files 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 binutils-gdb.
from 287938873c4 LoongArch: Corrected to GNU style code
new b0fdcd47065 fortran: Fix arrays of variable length strings for FORTRAN
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/gdbtypes.c | 39 +++++++++++++++-
gdb/testsuite/gdb.fortran/string-types.exp | 4 +-
gdb/testsuite/gdb.fortran/vla-array.exp | 60 ++++++++++++++++++++++++
gdb/testsuite/gdb.fortran/vla-array.f90 | 45 ++++++++++++++++++
gdb/testsuite/gdb.opt/fortran-string.exp | 2 +-
gdb/valprint.c | 74 ++++++++++++++++++++++++++++++
6 files changed, 219 insertions(+), 5 deletions(-)
create mode 100644 gdb/testsuite/gdb.fortran/vla-array.exp
create mode 100644 gdb/testsuite/gdb.fortran/vla-array.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 87fa88222ff Daily bump.
new 972f653cad2 c: Add __builtin_stdc_rotate_{left,right} builtins [PR117030]
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/c-family/c-common.cc | 2 +
gcc/c-family/c-ubsan.cc | 15 +-
gcc/c/c-fold.cc | 7 +-
gcc/c/c-parser.cc | 85 +++++++-
gcc/doc/extend.texi | 26 +++
gcc/testsuite/gcc.dg/builtin-stdc-rotate-1.c | 235 +++++++++++++++++++++
gcc/testsuite/gcc.dg/builtin-stdc-rotate-2.c | 70 ++++++
gcc/testsuite/gcc.dg/ubsan/builtin-stdc-rotate-1.c | 14 ++
gcc/testsuite/gcc.dg/ubsan/builtin-stdc-rotate-2.c | 14 ++
9 files changed, 464 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/builtin-stdc-rotate-1.c
create mode 100644 gcc/testsuite/gcc.dg/builtin-stdc-rotate-2.c
create mode 100644 gcc/testsuite/gcc.dg/ubsan/builtin-stdc-rotate-1.c
create mode 100644 gcc/testsuite/gcc.dg/ubsan/builtin-stdc-rotate-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 binutils-gdb.
from 5168ed9912e x86: use <xyz> for VFPCLASSP{S,D}
new 287938873c4 LoongArch: Corrected to GNU style code
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/elfnn-loongarch.c | 30 +++++++++++++++---------------
gas/config/tc-loongarch.c | 20 ++++++++++----------
2 files changed, 25 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.