* i386-tdep.c (i386_frameless_signal_p): Make non static for

the benefit of the interix target.
       * i386-tdep.h (i386_frameless_signal_p): Declare.
This commit is contained in:
Joel Brobecker 2002-11-08 17:34:31 +00:00
parent 1b33ef47a1
commit 5512c44af4
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2002-11-08 Joel Brobecker <brobecker@gnat.com>
* i386-tdep.c (i386_frameless_signal_p): Make non static for
the benefit of the interix target.
* i386-tdep.h (i386_frameless_signal_p): Declare.
2002-11-08 Andrew Cagney <ac131313@redhat.com>
* i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray

View File

@ -494,7 +494,7 @@ i386_get_frame_setup (CORE_ADDR pc)
/* Return non-zero if we're dealing with a frameless signal, that is,
a signal trampoline invoked from a frameless function. */
static int
int
i386_frameless_signal_p (struct frame_info *frame)
{
return (frame->next && frame->next->signal_handler_caller

View File

@ -163,6 +163,7 @@ extern int i386_mxcsr_regnum_p (int regnum);
/* Functions exported from i386-tdep.c. */
extern CORE_ADDR i386_pe_skip_trampoline_code (CORE_ADDR pc, char *name);
extern int i386_frameless_signal_p (struct frame_info *frame);
/* Return the name of register REG. */
extern char const *i386_register_name (int reg);