aboutsummaryrefslogtreecommitdiff
path: root/config/extensions.m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2021-05-03 08:57:46 -0600
committerTom Tromey <tromey@adacore.com>2021-05-03 12:40:19 -0600
commit8228833924fa3c92a436a5f938a94dae180773f9 (patch)
treef5989b5a31d5d890080ea977d3531ab6ba8d5583 /config/extensions.m4
parentf08708cbf59ec153eac33d7a2a99ef99f1ca825a (diff)
downloadgdb-8228833924fa3c92a436a5f938a94dae180773f9.zip
gdb-8228833924fa3c92a436a5f938a94dae180773f9.tar.gz
gdb-8228833924fa3c92a436a5f938a94dae180773f9.tar.bz2
Fix x86_64 mingw build
PR build/27807 points out that my recent changes to the Windows port missed a spot in win32-i386-low.cc -- a call to win32_Wow64GetThreadContext remained, causing link errors in gdbserver. This happened because I tested an i686 build, but this code is only used on an x86_64 build. This patch fixes the bug. I am checking it in. gdbserver/ChangeLog 2021-05-03 Tom Tromey <tromey@adacore.com> PR build/27807: * win32-i386-low.cc (i386_get_thread_context): Call Wow64GetThreadContext, not win32_Wow64GetThreadContext.
Diffstat (limited to 'config/extensions.m4')
0 files changed, 0 insertions, 0 deletions