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 28c733ea026 ld: Update gld${EMULATION_NAME}_place_orphan for PE/PEP
new 072fa8ed047 gdb: LoongArch: Remove loongarch_lookup_debug_reg_state()
new f6f845bb353 gdb: LoongArch: Adjust loongarch_{get,remove}_debug_reg_state()
new 493975edcb7 gdb: LoongArch: Adjust loongarch_stopped_data_address()
new b40a9566573 gdbserver: LoongArch: Add hardware watchpoint/breakpoint support
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/loongarch-linux-nat.c | 51 ++++---
gdb/nat/loongarch-hw-point.c | 24 ++++
gdb/nat/loongarch-hw-point.h | 8 ++
gdb/nat/loongarch-linux-hw-point.c | 38 ------
gdb/nat/loongarch-linux-hw-point.h | 10 --
gdbserver/configure.srv | 3 +
gdbserver/linux-loongarch-low.cc | 264 +++++++++++++++++++++++++++++++++++++
7 files changed, 323 insertions(+), 75 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 main
in repository newlib.
from a22a0ad7c Cygwin: signal: Do not handle signal when __SIGFLUSHFAST is sent
new a1aa7462c Cygwin: security.h: De-inline cygpsid::debug_print
new 8695b3a17 Cygwin: get_posix_access: Use correct type for local id variable
new 662fc0901 Cygwin: get_posix_access: drop stray increment instruction
new 97c3835a0 Cygwin: get_posix_access: accomodate owner==group in default: [...]
new a23821182 Cygwin: get_posix_access: don't drop admin and system perms i [...]
new 3858f07dd Cygwin: get_posix_access: fix id in default:user and default: [...]
new a785d996c Revert "Cygwin: get_posix_access: do not merge permissions fo [...]
new 01c9386fd Cygwin: get_posix_access: improve merging permissions
new 0e6d36766 Cygwin: get_posix_access: move umask masking to the end
The 9 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/local_includes/security.h | 6 +-
winsup/cygwin/sec/acl.cc | 194 ++++++++++++++++++++------------
winsup/cygwin/sec/helper.cc | 7 ++
3 files changed, 128 insertions(+), 79 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 04aeeb697e7 bfd_get_unique_section_name leak
new 2c4b3fd06d1 gdb/testsuite: make gdb.reverse/i386-avx-reverse.exp requir [...]
new 64e281da5f2 ld: Correct ldelf_place_orphan
new 28c733ea026 ld: Update gld${EMULATION_NAME}_place_orphan for PE/PEP
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/testsuite/gdb.reverse/i386-avx-reverse.exp | 1 +
gdb/testsuite/lib/gdb.exp | 45 ++++++++++++++++++++++++++
ld/emultempl/pe.em | 32 +++++++++++-------
ld/emultempl/pep.em | 32 +++++++++++-------
ld/ldelf.c | 12 +++----
5 files changed, 93 insertions(+), 29 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 1439d7d5f3d Fix known minor objdump leak
new 701fe09b040 eh-frame memory leaks
new 525e2ebb894 sframe memory leak
new 8c0361c7bb7 elflink.c memory leaks
new 049467c758e Free symtab_hdr.contents and a cache_size correction
new 04aeeb697e7 bfd_get_unique_section_name leak
The 5 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-eh-frame.c | 10 ++++--
bfd/elf-sframe.c | 9 +++--
bfd/elf.c | 4 ++-
bfd/elflink.c | 100 ++++++++++++++++-------------------------------------
bfd/section.c | 2 +-
5 files changed, 44 insertions(+), 81 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 120a3700822 testsuite: i386: Fix expected vectoriziation in pr105493.c
new bea593f115b Annotate dbg_line_numbers table
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/genmatch.cc | 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 ac8f3fc9330 gdbserver: convert program_args to a single string
new 1439d7d5f3d Fix known minor objdump leak
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:
binutils/objdump.c | 6 ++++--
1 file changed, 4 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 glibc.
from a402cae36d mach: Add missing error messages
new 252fc3628b arc: Update libm test ulps
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/arc/fpu/libm-test-ulps | 114 ++++++++++++++++++++++++++++++++++++++-
sysdeps/arc/nofpu/libm-test-ulps | 33 ++++++++++--
2 files changed, 143 insertions(+), 4 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 b67a0d6aca0 OpenMP/C++: Fix 'declare variant' for struct-returning func [...]
new 120a3700822 testsuite: i386: Fix expected vectoriziation in pr105493.c
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/i386/pr105493.c | 6 ++----
1 file changed, 2 insertions(+), 4 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 baac6c221e9 PR32560 stack-buffer-overflow at objdump disassemble_bytes
new ac8f3fc9330 gdbserver: convert program_args to a single string
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:
gdbserver/linux-low.cc | 5 ++---
gdbserver/linux-low.h | 2 +-
gdbserver/netbsd-low.cc | 6 ++----
gdbserver/netbsd-low.h | 2 +-
gdbserver/server.cc | 20 +++++++++++---------
gdbserver/target.h | 6 +++---
gdbserver/win32-low.cc | 12 ++++--------
gdbserver/win32-low.h | 2 +-
8 files changed, 25 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 gcc.
from dd389c2549a ipa: Initialize/release global obstack in process_new_funct [...]
new b67a0d6aca0 OpenMP/C++: Fix 'declare variant' for struct-returning func [...]
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/decl.cc | 3 ++
gcc/testsuite/g++.dg/gomp/declare-variant-11.C | 38 ++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/gomp/declare-variant-11.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.