]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/mips/tm-mips.h
import gdb-1999-09-08 snapshot
[thirdparty/binutils-gdb.git] / gdb / config / mips / tm-mips.h
index fecdea64de16d8be9888b49a1ff523135b515e32..6e7e72c5762cc080d9b432bda3c00b08a98a594e 100644 (file)
@@ -579,3 +579,7 @@ typedef unsigned long t_inst;       /* Integer big enough to hold an instruction */
   (((long) MSYMBOL_INFO (msym) & 0x80000000) != 0)
 #define MSYMBOL_SIZE(msym) \
   ((long) MSYMBOL_INFO (msym) & 0x7fffffff)
+
+
+/* Command to set the processor type. */
+extern void mips_set_processor_type_command (char *, int);