mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
Fix MinGW native compilation of gdb/gdbsupport/gdb_wait.c
gdb/ChangeLog 2020-01-06 Eli Zaretskii <eliz@gnu.org> * gdbsupport/gdb_wait.c: Include <signal.h> instead of gdb/signals.h, as we are now using native signal symbols.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2020-01-06 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* gdbsupport/gdb_wait.c: Include <signal.h> instead of
|
||||||
|
gdb/signals.h, as we are now using native signal symbols.
|
||||||
|
|
||||||
2020-01-06 Shahab Vahedi <shahab@synopsys.com>
|
2020-01-06 Shahab Vahedi <shahab@synopsys.com>
|
||||||
|
|
||||||
* tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
|
* tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
false positives is justified by the utility of reporting the
|
false positives is justified by the utility of reporting the
|
||||||
terminating signal in the "normal" cases. */
|
terminating signal in the "normal" cases. */
|
||||||
|
|
||||||
# include "gdb/signals.h" /* for enum gdb_signal */
|
# include <signal.h>
|
||||||
|
|
||||||
# define WIN32_LEAN_AND_MEAN
|
# define WIN32_LEAN_AND_MEAN
|
||||||
# include <windows.h> /* for EXCEPTION_* constants */
|
# include <windows.h> /* for EXCEPTION_* constants */
|
||||||
|
Reference in New Issue
Block a user