aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/config/mips/tm-irix6.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fedab71..0c99984 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2003-07-07 Joel Brobecker <brobecker@gnat.com>
+ * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
+
+2003-07-07 Joel Brobecker <brobecker@gnat.com>
+
* mips-tdep.c (mips_register_raw_size): Fix compilation failure.
(mips_register_byte): Likewise.
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