diff options
Diffstat (limited to 'gdb/i386b-nat.c')
-rw-r--r-- | gdb/i386b-nat.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/i386b-nat.c b/gdb/i386b-nat.c index da82f07..2e235aa 100644 --- a/gdb/i386b-nat.c +++ b/gdb/i386b-nat.c @@ -1,5 +1,5 @@ /* Native-dependent code for BSD Unix running on i386's, for GDB. - Copyright 1988, 1989, 1991, 1992, 1994 Free Software Foundation, Inc. + Copyright 1988, 1989, 1991, 1992, 1994, 1996 Free Software Foundation, Inc. This file is part of GDB. @@ -222,4 +222,10 @@ i386_float_info () print_387_status (0, (struct env387 *)buf); } +int +kernel_u_size () +{ + return (sizeof (struct user)); +} + #endif |