mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* config/i386/tm-i386v.h (struct frame_info, struct
frame_saved_regs): Remove declarations. (i386_frame_num_args): Remove prototype.
This commit is contained in:
@ -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>
|
2001-05-07 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* MAINTAINERS: I'm no longer actively maintaining the mn10300
|
* MAINTAINERS: I'm no longer actively maintaining the mn10300
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Macro definitions for i386, Unix System V.
|
/* Macro definitions for i386, Unix System V.
|
||||||
Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
|
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.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -81,10 +81,4 @@
|
|||||||
#undef FRAME_NUM_ARGS
|
#undef FRAME_NUM_ARGS
|
||||||
#define FRAME_NUM_ARGS(fi) (-1)
|
#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 */
|
#endif /* ifndef TM_I386V_H */
|
||||||
|
Reference in New Issue
Block a user