diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-19 18:34:55 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-19 18:34:55 +0000 |
commit | 3f06498af4db5abb4e7e877ffbb487cd03897290 (patch) | |
tree | c15ad1cfa6cf705208d7382bf72a3e6ab80a624e /gdb/i387-tdep.c | |
parent | 058eb7667b8ca3526ad6ab8f3fdc86a34d88412e (diff) | |
download | gdb-3f06498af4db5abb4e7e877ffbb487cd03897290.zip gdb-3f06498af4db5abb4e7e877ffbb487cd03897290.tar.gz gdb-3f06498af4db5abb4e7e877ffbb487cd03897290.tar.bz2 |
changes for SVR3.2
Diffstat (limited to 'gdb/i387-tdep.c')
-rw-r--r-- | gdb/i387-tdep.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c index a93052d..b0f0088 100644 --- a/gdb/i387-tdep.c +++ b/gdb/i387-tdep.c @@ -24,21 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "gdbcore.h" #include "ieee-float.h" -#ifdef USG -#include <sys/types.h> -#endif - -#include <sys/param.h> -#include <signal.h> -#include <sys/user.h> -#include <sys/ioctl.h> -#include <fcntl.h> - -#include <sys/file.h> -#include <sys/stat.h> - -#include <sys/reg.h> - struct ext_format ext_format_i387 = { /* tot sbyte smask expbyte manbyte */ 10, 9, 0x80, 9,8, 4,0 /* i387 */ |