forked from Imagelibrary/binutils-gdb
2003-01-18 Andrew Cagney <ac131313@redhat.com>
* cris-tdep.c: Fix function declaration indentation. * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto. * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto. * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto. * symfile.h, symtab.h, target.c, target.h, value.h: Ditto. * xcoffread.c, config/pa/tm-hppa.h: Ditto. * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
This commit is contained in:
@@ -444,8 +444,8 @@ extern int hppa_frame_num_args (struct frame_info *frame);
|
||||
|
||||
#define FRAME_FIND_SAVED_REGS(frame_info, frame_saved_regs) \
|
||||
hppa_frame_find_saved_regs (frame_info, &frame_saved_regs)
|
||||
extern void
|
||||
hppa_frame_find_saved_regs (struct frame_info *, struct frame_saved_regs *);
|
||||
extern void hppa_frame_find_saved_regs (struct frame_info *,
|
||||
struct frame_saved_regs *);
|
||||
|
||||
|
||||
/* Things needed for making the inferior call functions. */
|
||||
@@ -625,8 +625,8 @@ extern CORE_ADDR hppa_fix_call_dummy (char *, CORE_ADDR, CORE_ADDR, int,
|
||||
#if !GDB_MULTI_ARCH
|
||||
#define PUSH_ARGUMENTS(nargs, args, sp, struct_return, struct_addr) \
|
||||
(hppa_push_arguments((nargs), (args), (sp), (struct_return), (struct_addr)))
|
||||
extern CORE_ADDR
|
||||
hppa_push_arguments (int, struct value **, CORE_ADDR, int, CORE_ADDR);
|
||||
extern CORE_ADDR hppa_push_arguments (int, struct value **, CORE_ADDR, int,
|
||||
CORE_ADDR);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user