diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-07-07 18:06:53 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-07-07 18:06:53 +0000 |
commit | 49a869fbcfff5c3d8f7131277802c40d149b65f7 (patch) | |
tree | 2898ed2f081582d041c80047dbf7554c704e94bc /gdb/config | |
parent | ea8f34212c77b2f30a076437304966afb8e1f567 (diff) | |
download | gdb-49a869fbcfff5c3d8f7131277802c40d149b65f7.tar.gz |
* config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/tm-irix6.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-irix6.h b/gdb/config/mips/tm-irix6.h index e6395ae6ef9..0d4fc0c2a35 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 |