aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-sparc.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1991-04-23 01:11:11 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1991-04-23 01:11:11 +0000
commit9a822037b10afc6540f4199017af0e728c8e68eb (patch)
tree09b503b73693cb368d7fc48877359eb47dd0d902 /gdb/tm-sparc.h
parent25a40b004d02d2a3204d4aadba723f2e37fbc1d0 (diff)
downloadgdb-9a822037b10afc6540f4199017af0e728c8e68eb.zip
gdb-9a822037b10afc6540f4199017af0e728c8e68eb.tar.gz
gdb-9a822037b10afc6540f4199017af0e728c8e68eb.tar.bz2
*** empty log message ***
Diffstat (limited to 'gdb/tm-sparc.h')
-rw-r--r--gdb/tm-sparc.h6
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))