Fix gcc-4.0.1 compile error for i386-freebsd4.10 target.
* i386fbsd-tdep.c (i386fbsd_sc_reg_offset): Make it non-static.
This commit is contained in:
parent
008a3b42a4
commit
abfcdd21a5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-08-31 Jim Wilson <wilson@specifix.com>
|
||||
|
||||
* i386fbsd-tdep.c (i386fbsd_sc_reg_offset): Make it non-static.
|
||||
|
||||
2005-08-29 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* environ.c (unset_in_environ): Use strncmp instead of
|
||||
|
|
|
@ -50,7 +50,7 @@ CORE_ADDR i386fbsd_sigtramp_start_addr = 0xbfbfdf20;
|
|||
CORE_ADDR i386fbsd_sigtramp_end_addr = 0xbfbfdff0;
|
||||
|
||||
/* From <machine/signal.h>. */
|
||||
static int i386fbsd_sc_reg_offset[] =
|
||||
int i386fbsd_sc_reg_offset[] =
|
||||
{
|
||||
8 + 14 * 4, /* %eax */
|
||||
8 + 13 * 4, /* %ecx */
|
||||
|
|
Loading…
Reference in a new issue