* config/mips/tm-wince.h: Fix typo which caused include of tm-mips.h to be
authorChristopher Faylor <me+cygwin@cgf.cx>
Sat, 25 Mar 2000 03:37:35 +0000 (03:37 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Sat, 25 Mar 2000 03:37:35 +0000 (03:37 +0000)
inoperative.

gdb/ChangeLog
gdb/config/mips/tm-wince.h

index 78e152320806755246dbe2a40b4373c392e90f4b..f4025c4d0e90935949e59c47b4296e736509ee27 100644 (file)
@@ -1,3 +1,8 @@
+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.
index f4bfad2185e2e02dba24d331c3fe0079ec86489d..2cb7e494e11f85e50fa76fe6c98aa284f3b311ab 100644 (file)
@@ -1,4 +1,5 @@
 /* Definitions to make GDB run on a Windows CE system.
+
    Copyright 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -18,8 +19,8 @@
    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"
 
@@ -31,4 +32,4 @@ void wince_software_single_step (unsigned int, int);
 #undef TARGET_BYTE_ORDER_SELECTABLE
 #define TARGET_BYTE_ORDER LITTLE_ENDIAN
 
-#endif /* TM_MIPS_H */
+#endif /* TM_WINCE_H */
This page took 0.026584 seconds and 4 git commands to generate.