* config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.

This commit is contained in:
Joel Brobecker 2003-07-07 18:06:53 +00:00
parent 5bbcb741a1
commit 22b4a9ad26
2 changed files with 8 additions and 0 deletions

View 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.

View 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