diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-05-08 12:00:49 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-05-08 12:00:49 +0000 |
commit | c6ec85d6ae013011daa87ebad48003b15ca6dfeb (patch) | |
tree | 627263d96ed98ed31d2998a99207d85ed72fd1d7 | |
parent | dac07255f9d1ebda4c5cf7207781ce1d6e07562c (diff) | |
download | gdb-c6ec85d6ae013011daa87ebad48003b15ca6dfeb.zip gdb-c6ec85d6ae013011daa87ebad48003b15ca6dfeb.tar.gz gdb-c6ec85d6ae013011daa87ebad48003b15ca6dfeb.tar.bz2 |
* config/i386/tm-i386v.h (struct frame_info, struct
frame_saved_regs): Remove declarations.
(i386_frame_num_args): Remove prototype.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/config/i386/tm-i386v.h | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9abc9f8..1ba669a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-05-08 Mark Kettenis <kettenis@gnu.org> + + * config/i386/tm-i386v.h (struct frame_info, struct + frame_saved_regs): Remove declarations. + (i386_frame_num_args): Remove prototype. + 2001-05-07 Andrew Cagney <ac131313@redhat.com> * MAINTAINERS: I'm no longer actively maintaining the mn10300 diff --git a/gdb/config/i386/tm-i386v.h b/gdb/config/i386/tm-i386v.h index c451bf8..57e3d8a 100644 --- a/gdb/config/i386/tm-i386v.h +++ b/gdb/config/i386/tm-i386v.h @@ -1,6 +1,6 @@ /* Macro definitions for i386, Unix System V. Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1998, 1999, - 2000 Free Software Foundation, Inc. + 2000, 2001 Free Software Foundation, Inc. This file is part of GDB. @@ -81,10 +81,4 @@ #undef FRAME_NUM_ARGS #define FRAME_NUM_ARGS(fi) (-1) -/* Forward decl's for prototypes */ -struct frame_info; -struct frame_saved_regs; - -extern int i386_frame_num_args (struct frame_info *); - #endif /* ifndef TM_I386V_H */ |