aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-sparc.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-03-29 23:14:34 +0000
committerJohn Gilmore <gnu@cygnus>1992-03-29 23:14:34 +0000
commitf9e3b3ccc2cdb773011d31eae24a7474b32e3c0a (patch)
treeaea5a321a038d37dc46775cf888dd5af0b11e8d5 /gdb/tm-sparc.h
parent1eeba68641b9b75e2d780759c39a079d8ddda0fc (diff)
downloadgdb-f9e3b3ccc2cdb773011d31eae24a7474b32e3c0a.zip
gdb-f9e3b3ccc2cdb773011d31eae24a7474b32e3c0a.tar.gz
gdb-f9e3b3ccc2cdb773011d31eae24a7474b32e3c0a.tar.bz2
* target.c (nomemory): Now that higher levels examine errno, give EIO.
* tm-sparc.h: Don't #include <sun4/reg.h>. * sparc-tdep.c (sparc_frame_chain, frame_saved_pc): Remove dependency on <sun4/reg.h>. Start to handle cross-byte-order. * language.h: Avoid forward enum declaration. * configure.in, tm-sun4os5.h, xm-sun4os5.h, config/sun4os5.mh, config/sun4os5.mt: New host and target. * defs.h (errno): #include <errno.h> rather than assuming int. From Pierre Willard.
Diffstat (limited to 'gdb/tm-sparc.h')
-rw-r--r--gdb/tm-sparc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/tm-sparc.h b/gdb/tm-sparc.h
index a1ca17e..a86694c 100644
--- a/gdb/tm-sparc.h
+++ b/gdb/tm-sparc.h
@@ -295,10 +295,6 @@ sparc_extract_struct_value_address PARAMS ((char [REGISTER_BYTES]));
/* Describe the pointer in each stack frame to the previous stack frame
(its caller). */
-/* 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>
-
/* FRAME_CHAIN takes a frame's nominal address
and produces the frame's chain-pointer. */