198944Sobrien/* Target-dependent definitions for Intel x86 running DJGPP.
298944Sobrien   Copyright 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
398944Sobrien
498944Sobrien   This file is part of GDB.
598944Sobrien
698944Sobrien   This program is free software; you can redistribute it and/or modify
798944Sobrien   it under the terms of the GNU General Public License as published by
898944Sobrien   the Free Software Foundation; either version 2 of the License, or
998944Sobrien   (at your option) any later version.
1098944Sobrien
1198944Sobrien   This program is distributed in the hope that it will be useful,
1298944Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1398944Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1498944Sobrien   GNU General Public License for more details.
1598944Sobrien
1698944Sobrien   You should have received a copy of the GNU General Public License
1798944Sobrien   along with this program; if not, write to the Free Software
1898944Sobrien   Foundation, Inc., 59 Temple Place - Suite 330,
1998944Sobrien   Boston, MA 02111-1307, USA.  */
2098944Sobrien
2198944Sobrien#ifndef TM_GO32_H
2298944Sobrien#define TM_GO32_H
2398944Sobrien
2498944Sobrien#undef HAVE_SSE_REGS	/* FIXME! go32-nat.c needs to support XMMi registers */
2598944Sobrien
2698944Sobrien#include "i386/tm-i386.h"
2798944Sobrien
2898944Sobrien#endif /* TM_GO32_H */
29