2005-08-31 Jim Wilson * i386fbsd-nat.c (i386fbsd_sc_reg_offset): Make it non-static. Index: i386fbsd-tdep.c =================================================================== RCS file: /services/cvs/cvsroot/gnusense/gdb/gdb/i386fbsd-tdep.c,v retrieving revision 1.1.1.1 diff -p -r1.1.1.1 i386fbsd-tdep.c *** i386fbsd-tdep.c 8 Jul 2004 13:06:48 -0000 1.1.1.1 --- i386fbsd-tdep.c 31 Aug 2005 18:27:58 -0000 *************** CORE_ADDR i386fbsd_sigtramp_start_addr = *** 45,51 **** CORE_ADDR i386fbsd_sigtramp_end_addr = 0xbfbfdff0; /* From . */ ! static int i386fbsd_sc_reg_offset[] = { 8 + 14 * 4, /* %eax */ 8 + 13 * 4, /* %ecx */ --- 45,51 ---- CORE_ADDR i386fbsd_sigtramp_end_addr = 0xbfbfdff0; /* From . */ ! int i386fbsd_sc_reg_offset[] = { 8 + 14 * 4, /* %eax */ 8 + 13 * 4, /* %ecx */