This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 48242b2c3ac rs6000: Link with libc128.a for long-double-128.
new 6e286c8df45 libphobos: Remove --enable-thread-lib configure option.
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:
libphobos/ChangeLog | 6 +++
libphobos/configure | 78 ++------------------------------------
libphobos/configure.ac | 2 +-
libphobos/m4/druntime/libraries.m4 | 26 -------------
4 files changed, 10 insertions(+), 102 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 72c136c9007 libphobos: Remove --enable-unix configure option.
new 48242b2c3ac rs6000: Link with libc128.a for long-double-128.
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/ChangeLog | 6 ++++++
gcc/config/rs6000/aix61.h | 1 +
gcc/config/rs6000/aix71.h | 1 +
gcc/config/rs6000/aix72.h | 1 +
4 files changed, 9 insertions(+)
--
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 d0cc1b79b39 cselib, reload: Fix cselib ICE on m68k/microblaze [PR94526]
new 72c136c9007 libphobos: Remove --enable-unix configure option.
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:
libphobos/ChangeLog | 12 ++++++++
libphobos/configure | 59 +++++++++++++++------------------------
libphobos/configure.ac | 1 -
libphobos/libdruntime/Makefile.am | 2 +-
libphobos/libdruntime/Makefile.in | 4 +--
libphobos/m4/druntime/os.m4 | 31 ++++++--------------
6 files changed, 47 insertions(+), 62 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 0f2265e2461 gdb: stop using host-dependent signal numbers in windows-tdep.c
new 93366324f52 Remove the "next" field from windows_thread_info
new e56f8ccb078 Rename win32_thread_info to windows_thread_info
new 55a1e039f9d Rename windows_thread_info::id to "tid"
new ae1f8880758 Share windows_thread_info between gdb and gdbserver
new e9534bd257a Use new and delete for windows_thread_info
new 62fe396b1cb Change two windows_thread_info members to "bool"
new 2950fdf7423 Make windows_thread_info::name a unique_xmalloc_ptr
new 7c7411bcabd Use lwp, not tid, for Windows thread id
new 98a03287323 Share Windows thread-suspend and -resume code
new 8e61ebec346 Change type of argument to windows-nat.c:thread_rec
new 0a4afda3c63 Handle pending stops from the Windows kernel
new 65bafd5b156 Call CloseHandle from ~windows_thread_info
new 4834dad0626 Wrap shared windows-nat code in windows_nat namespace
new 28688adf8f8 Share thread_rec between gdb and gdbserver
new 9d8679cc712 Share get_image_name between gdb and gdbserver
new 3c76026df83 Share some Windows-related globals
new d41b524f45f Normalize handle_output_debug_string API
new a00caa12790 Fix up complaints.h for namespace use
new a816ba1897a Share handle_load_dll and handle_unload_dll declarations
new 29de418deea Remove some globals from windows-nat.c
new 8d30e395779 Share handle_exception
new e758e19c596 Share some inferior-related Windows code
new d2977bc4253 Introduce fetch_pending_stop
new 2c1d95e8697 Move wait_for_debug_event to nat/windows-nat.c
new 71fbdbafe07 Make last_wait_event static
new d6225aff7a4 Add read_pc / write_pc support to win32-low
new e54e59297a7 Introduce win32_target_ops::decr_pc_after_break
new 523d4f80c32 Implement stopped_by_sw_breakpoint for Windows gdbserver
new 360ad8b3505 Add pending stop support to gdbserver's Windows port
The 29 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/ChangeLog | 221 ++++++++++++++
gdb/complaints.h | 6 +-
gdb/configure.nat | 4 +-
gdb/nat/windows-nat.c | 406 ++++++++++++++++++++++++++
gdb/nat/windows-nat.h | 248 ++++++++++++++++
gdb/windows-nat.c | 693 ++++++++++++++++----------------------------
gdbserver/ChangeLog | 146 ++++++++++
gdbserver/configure.srv | 7 +-
gdbserver/win32-arm-low.cc | 32 +-
gdbserver/win32-i386-low.cc | 73 ++++-
gdbserver/win32-low.cc | 447 +++++++++++-----------------
gdbserver/win32-low.h | 63 ++--
12 files changed, 1568 insertions(+), 778 deletions(-)
create mode 100644 gdb/nat/windows-nat.c
create mode 100644 gdb/nat/windows-nat.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 master
in repository gcc.
from 6c9a711575d testsuite: Fix up pr94314*.C tests [PR94314]
new f52eb4f9889 vect: Fix up lowering of TRUNC_MOD_EXPR by negative constan [...]
new d0cc1b79b39 cselib, reload: Fix cselib ICE on m68k/microblaze [PR94526]
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:
gcc/ChangeLog | 16 ++++++++++++
gcc/cselib.c | 34 +++++++++++++++----------
gcc/reload1.c | 5 ++--
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gcc.c-torture/execute/pr94524-1.c | 19 ++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr94524-2.c | 25 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr94526.c | 21 +++++++++++++++
gcc/tree-vect-generic.c | 25 ++++++++++++++++--
gcc/tree-vect-patterns.c | 4 +--
9 files changed, 137 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr94524-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr94524-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr94526.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 3810f182ee3 Remove objfile parameter from read_gdb_index_from_buffer
new 0f2265e2461 gdb: stop using host-dependent signal numbers in windows-tdep.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:
gdb/ChangeLog | 24 ++++++
gdb/amd64-windows-tdep.c | 10 ++-
gdb/i386-windows-tdep.c | 27 ++++--
gdb/windows-tdep.c | 214 +++++++++++++++++++++++++++++++----------------
gdb/windows-tdep.h | 9 ++
5 files changed, 205 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 gcc.
from 08d1e7a5aab openacc: Fix up declare-pr94120.C testcase [PR94533]
new 6c9a711575d testsuite: Fix up pr94314*.C tests [PR94314]
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/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr94314-3.C | 4 ++--
gcc/testsuite/g++.dg/pr94314.C | 6 +++---
3 files changed, 10 insertions(+), 5 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 binutils-2_34-branch
in repository binutils-gdb.
from 99b7604ff63 Automatic date update in version.in
new 97f92b3e90a Arm: Fix thumb2 PLT branch offsets.
new aaf3f0599a2 Arm: Fix LSB of GOT for Thumb2 only PLT.
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:
bfd/ChangeLog | 16 ++++++++++++++++
bfd/elf32-arm.c | 10 ++++++++--
ld/ChangeLog | 18 ++++++++++++++++++
ld/testsuite/ld-arm/arm-elf.exp | 6 ++++++
ld/testsuite/ld-arm/thumb-plt-got.d | 14 ++++++++++++++
ld/testsuite/ld-arm/thumb-plt.d | 34 ++++++++++++++++++++++++++++++++++
ld/testsuite/ld-arm/thumb-plt.s | 18 ++++++++++++++++++
7 files changed, 114 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-arm/thumb-plt-got.d
create mode 100644 ld/testsuite/ld-arm/thumb-plt.d
create mode 100644 ld/testsuite/ld-arm/thumb-plt.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 master
in repository gcc.
from 77d6dfc9298 c++: Fix ICE-on-invalid with lambda template [PR94507]
new 08d1e7a5aab openacc: Fix up declare-pr94120.C testcase [PR94533]
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/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/{ => goacc}/declare-pr94120.C | 16 ++++++++--------
2 files changed, 15 insertions(+), 8 deletions(-)
rename gcc/testsuite/g++.dg/{ => goacc}/declare-pr94120.C (60%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.