* config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 7 Jul 2003 18:06:53 +0000 (18:06 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 7 Jul 2003 18:06:53 +0000 (18:06 +0000)
gdb/ChangeLog
gdb/config/mips/tm-irix6.h

index fedab717e8d6ce1a623453871d7b432da0445053..0c9998431e52b734a8ee8318dc166285765eab8f 100644 (file)
@@ -1,3 +1,7 @@
+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.
index e6395ae6ef942bf9da18749eb80c2ee56042052c..0d4fc0c2a35c2009b08dfecf66a92b6dde9a2012 100644 (file)
@@ -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
This page took 0.041482 seconds and 4 git commands to generate.