Index: i386-tdep.h =================================================================== RCS file: /cvs/src/src/gdb/i386-tdep.h,v retrieving revision 1.10 diff -c -3 -p -r1.10 i386-tdep.h *** i386-tdep.h 4 Jul 2002 08:18:20 -0000 1.10 --- i386-tdep.h 30 Jul 2002 17:55:28 -0000 *************** struct gdbarch_tdep *** 160,165 **** --- 160,168 ---- /* Size of the largest register. */ #define I386_MAX_REGISTER_SIZE 16 + /* Functions exported from i386-tdep.c */ + extern CORE_ADDR skip_trampoline_code (CORE_ADDR pc, char *name); + /* Return the name of register REG. */ extern char const *i386_register_name (int reg);