aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-i386v4.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tm-i386v4.h')
-rw-r--r--gdb/tm-i386v4.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/tm-i386v4.h b/gdb/tm-i386v4.h
index 33bb75f..244e43e 100644
--- a/gdb/tm-i386v4.h
+++ b/gdb/tm-i386v4.h
@@ -28,9 +28,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
*/
#define START_INFERIOR_TRAPS_EXPECTED 2
-#include "tm-svr4.h"
+/* Pick up most of what we need from the generic i386 target include file. */
+
#include "tm-i386v.h"
+/* Pick up more stuff from the generic SVR4 host include file. */
+
+#include "tm-sysv4.h"
+
/* We can't tell how many args there are
now that the C compiler delays popping them. */