mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* win32-nat.c: Reorganize so that defines used by target headers are actually
defined by the system headers. * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
This commit is contained in:
@@ -26,6 +26,13 @@
|
||||
|
||||
/* We assume we're being built with and will be used for cygwin. */
|
||||
|
||||
#include <windows.h>
|
||||
#include <signal.h>
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
#include <imagehlp.h>
|
||||
#include <sys/cygwin.h>
|
||||
#include "defs.h"
|
||||
#include "tm.h" /* required for SSE registers */
|
||||
#include "frame.h" /* required by inferior.h */
|
||||
@@ -37,13 +44,6 @@
|
||||
#include "regcache.h"
|
||||
#include "top.h"
|
||||
#include "i386-tdep.h"
|
||||
#include <signal.h>
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
#include <imagehlp.h>
|
||||
#include <sys/cygwin.h>
|
||||
|
||||
#include "buildsym.h"
|
||||
#include "symfile.h"
|
||||
|
||||
Reference in New Issue
Block a user