diff options
Diffstat (limited to 'gdb/delta68-nat.c')
-rw-r--r-- | gdb/delta68-nat.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/delta68-nat.c b/gdb/delta68-nat.c index 2874edd..3995b23 100644 --- a/gdb/delta68-nat.c +++ b/gdb/delta68-nat.c @@ -1,5 +1,5 @@ /* Functions specific to running gdb native on a Motorola Delta Series sysV68. - Copyright (C) 1993, Free Software Foundation, Inc. + Copyright (C) 1993, 1997-98, Free Software Foundation, Inc. This file is part of GDB. @@ -84,3 +84,8 @@ clear_insn_cache () memctl(0, 4096, MCT_TEXT); #endif } + +kernel_u_size () +{ + return sizeof (struct user); +} |