+2000-03-24 Christopher Faylor <cgf@cygnus.com>
+
+ * config/mips/tm-wince.h: Fix typo which caused include of tm-mips.h to
+ be inoperative.
+
2000-03-24 Christopher Faylor <cgf@cygnus.com>
* win32-nat.c: Back out special frame walking code. It was broken.
/* Definitions to make GDB run on a Windows CE system.
+
Copyright 2000 Free Software Foundation, Inc.
This file is part of GDB.
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef TM_MIPS_H
-#define TM_MIPS_H 1
+#ifndef TM_WINCE_H
+#define TM_WINCE_H 1
#include "mips/tm-mips.h"
#undef TARGET_BYTE_ORDER_SELECTABLE
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
-#endif /* TM_MIPS_H */
+#endif /* TM_WINCE_H */