Add missing argument.
[dragonfly.git] / gnu / usr.bin / gdb / gdb / patches / i386fbsd-tdep.c.patch
1 $DragonFly: src/gnu/usr.bin/gdb/gdb/patches/Attic/i386fbsd-tdep.c.patch,v 1.1 2005/05/07 19:48:16 corecode Exp $
2 Index: i386fbsd-tdep.c
3 ===================================================================
4 RCS file: /space/cvs/dragonfly/src/contrib/gdb-6.2.1/gdb/i386fbsd-tdep.c,v
5 retrieving revision 1.1
6 diff -u -r1.1 i386fbsd-tdep.c
7 --- i386fbsd-tdep.c     24 Oct 2004 19:56:25 -0000      1.1
8 +++ i386fbsd-tdep.c     7 May 2005 18:56:17 -0000
9 @@ -45,7 +45,7 @@
10  CORE_ADDR i386fbsd_sigtramp_end_addr = 0xbfbfdff0;
11  
12  /* From <machine/signal.h>.  */
13 -static int i386fbsd_sc_reg_offset[] =
14 +int i386fbsd_sc_reg_offset[] =
15  {
16    8 + 14 * 4,                  /* %eax */
17    8 + 13 * 4,                  /* %ecx */