From 22b4a9ad267da46ce0e70781ae9fe5370527e237 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 7 Jul 2003 18:06:53 +0000 Subject: [PATCH] * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment. --- gdb/ChangeLog | 4 ++++ gdb/config/mips/tm-irix6.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fedab717e8..0c9998431e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-07-07 Joel Brobecker + + * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment. + 2003-07-07 Joel Brobecker * mips-tdep.c (mips_register_raw_size): Fix compilation failure. diff --git a/gdb/config/mips/tm-irix6.h b/gdb/config/mips/tm-irix6.h index e6395ae6ef..0d4fc0c2a3 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 -- 2.34.1