diff options
Diffstat (limited to 'gdb/tm-sparc.h')
-rw-r--r-- | gdb/tm-sparc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tm-sparc.h b/gdb/tm-sparc.h index b3316da..cbe411e 100644 --- a/gdb/tm-sparc.h +++ b/gdb/tm-sparc.h @@ -290,9 +290,9 @@ extern CORE_ADDR skip_prologue (); /* Describe the pointer in each stack frame to the previous stack frame (its caller). */ -/* I don't know whether this will work for cross-debugging, even if you - do get the right reg.h. */ -#include <machine/reg.h> +/* If you're not compiling this on a sun, you'll have to get a copy + of <sun4/reg.h> (also known as <machine/reg.h>). */ +#include <sun4/reg.h> #define GET_RWINDOW_REG(FRAME, REG) \ (read_memory_integer ((CORE_ADDR)&((struct rwindow *)FRAME)->REG, 4)) |