* 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

@ -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);