aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-07-07 18:06:53 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-07-07 18:06:53 +0000
commit22b4a9ad267da46ce0e70781ae9fe5370527e237 (patch)
treee01f70519548edfdbc3ba40b076617d9e6e2c292 /gdb/config
parent5bbcb741a1ccd072d6ff0411e58a60ec887b7887 (diff)
downloadgdb-22b4a9ad267da46ce0e70781ae9fe5370527e237.zip
gdb-22b4a9ad267da46ce0e70781ae9fe5370527e237.tar.gz
gdb-22b4a9ad267da46ce0e70781ae9fe5370527e237.tar.bz2
* config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/tm-irix6.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-irix6.h b/gdb/config/mips/tm-irix6.h
index e6395ae..0d4fc0c 100644
--- a/gdb/config/mips/tm-irix6.h
+++ b/gdb/config/mips/tm-irix6.h
@@ -94,4 +94,8 @@
#define SIGFRAME_REG_SIZE 8
/* Undefine those methods which have been multiarched. */
+
+/* Undefine MIPS_REGISTER_TYPE, so that GDB uses real C code in
+ mips_register_type() to return the register type, instead of
+ relying on this macro. */
#undef MIPS_REGISTER_TYPE