patch-2.4.19 linux-2.4.19/include/asm-mips/gdb-stub.h

Next file: linux-2.4.19/include/asm-mips/gfx.h
Previous file: linux-2.4.19/include/asm-mips/galileo-boards/gt96100.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-mips/gdb-stub.h linux-2.4.19/include/asm-mips/gdb-stub.h
@@ -1,5 +1,4 @@
-/* $Id: gdb-stub.h,v 1.3 1998/07/20 17:52:19 ralf Exp $
- *
+/*
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
@@ -133,7 +132,7 @@
 
 #define GDB_FR_SIZE		((((GDB_FR_CP0_PRID) + 4) + (PTRSIZE-1)) & ~(PTRSIZE-1))
 
-#ifndef _LANGUAGE_ASSEMBLY
+#ifndef __ASSEMBLY__
 
 /*
  * This is the same as above, but for the high-level
@@ -209,5 +208,5 @@
 
 void set_debug_traps(void);
 
-#endif /* _LANGUAGE_ASSEMBLY */
+#endif /* !__ASSEMBLY__ */
 #endif /* __ASM_MIPS_GDB_STUB_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)