This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH]: Small tm-i386v.h cleanup


These declarations and prototype are already given in tm-i386.h which
is included in tm-i386v.h.

Checked in.

Mark


Index: ChangeLog
from  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.

Index: config/i386/tm-i386v.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/tm-i386v.h,v
retrieving revision 1.5
diff -u -r1.5 tm-i386v.h
--- config/i386/tm-i386v.h 2001/03/26 12:11:14 1.5
+++ config/i386/tm-i386v.h 2001/05/08 11:58:31
@@ -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.
 
@@ -80,11 +80,5 @@
 
 #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 */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]