diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2021-04-12 11:10:57 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2021-04-12 11:10:57 -0400 |
commit | d4717483730cd8b9d28fd1f0741cd005e9a129e2 (patch) | |
tree | 625aacb22d4cf2396670c14c35856ea28827eeb4 /gdbserver/ChangeLog | |
parent | 43e05cd4f48b550023819d823fec02abf54e26d3 (diff) | |
download | gdb-d4717483730cd8b9d28fd1f0741cd005e9a129e2.zip gdb-d4717483730cd8b9d28fd1f0741cd005e9a129e2.tar.gz gdb-d4717483730cd8b9d28fd1f0741cd005e9a129e2.tar.bz2 |
gdb, gdbserver: remove WinCE support code
The support for WinCE was removed with commit 84b300de3666 ("gdbserver:
remove support for ARM/WinCE"). There is some leftover code for WinCE
support, guarded by the _WIN32_WCE macro, which I didn't know of at the
time.
I didn't remove the _WIN32_WCE references in the tests, because in
theory we still support the WinCE architecture in GDB (when debugging
remotely). So someone could run a test with that (although I'd be
really surprised).
gdb/ChangeLog:
* nat/windows-nat.c: Remove all code guarded by _WIN32_WCE.
* nat/windows-nat.h: Likewise.
gdbserver/ChangeLog:
* win32-low.cc: Remove all code guarded by _WIN32_WCE.
* win32-low.h: Likewise.
Change-Id: I7a871b897e2135dc195b10690bff2a01d9fac05a
Diffstat (limited to 'gdbserver/ChangeLog')
-rw-r--r-- | gdbserver/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog index 7692979..e558364 100644 --- a/gdbserver/ChangeLog +++ b/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2021-04-12 Simon Marchi <simon.marchi@polymtl.ca> + + * win32-low.cc: Remove all code guarded by _WIN32_WCE. + * win32-low.h: Likewise. + 2021-04-12 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> * target.h (class process_stratum_target) <pid_to_exec_file>: |