aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-xdep.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-02-22 01:46:16 +0000
committerJohn Gilmore <gnu@cygnus>1992-02-22 01:46:16 +0000
commit1ab3bf1b148d31aad66735f52f9ff72af8769cd0 (patch)
treef599e61700fc54d6ecd3d090e3d01cf6fa66a801 /gdb/i386-xdep.c
parent8e48d87af60233cc7e8dc18ab4e8f63d223ac20f (diff)
downloadgdb-1ab3bf1b148d31aad66735f52f9ff72af8769cd0.zip
gdb-1ab3bf1b148d31aad66735f52f9ff72af8769cd0.tar.gz
gdb-1ab3bf1b148d31aad66735f52f9ff72af8769cd0.tar.bz2
* Check in Fred Fish's changes in these modules. Fred
will make ChangeLog entries for all of them.
Diffstat (limited to 'gdb/i386-xdep.c')
-rw-r--r--gdb/i386-xdep.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/i386-xdep.c b/gdb/i386-xdep.c
index f3c72d1..44e9c8a 100644
--- a/gdb/i386-xdep.c
+++ b/gdb/i386-xdep.c
@@ -43,9 +43,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "target.h"
-extern void print_387_control_word (); /* i387-tdep.h */
-extern void print_387_status_word ();
-
extern struct ext_format ext_format_i387;
/* this table must line up with REGISTER_NAMES in m-i386.h */
@@ -61,7 +58,11 @@ static int regmap[] =
/* blockend is the value of u.u_ar0, and points to the
* place where GS is stored
*/
+
+int
i386_register_u_addr (blockend, regnum)
+ int blockend;
+ int regnum;
{
#if 0
/* this will be needed if fp registers are reinstated */