* i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make

static.  Remove extraneous whitespace.
* i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
static.
This commit is contained in:
Mark Kettenis 2004-02-18 17:04:36 +00:00
parent b6ca8815ef
commit 49cfa46f83
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2004-02-18 Mark Kettenis <kettenis@gnu.org>
* i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
static. Remove extraneous whitespace.
* i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
static.
2004-02-17 Jim Blandy <jimb@redhat.com>
* findvar.c (value_from_register): Doc fix.

View File

@ -70,7 +70,7 @@ i386nbsd_aout_supply_regset (const struct regset *regset,
i387_supply_fsave (regcache, regnum, (char *) regs + tdep->sizeof_gregset);
}
const struct regset *
static const struct regset *
i386nbsd_aout_regset_from_core_section (struct gdbarch *gdbarch,
const char *sect_name,
size_t sect_size)

View File

@ -67,7 +67,7 @@ i386obsd_aout_supply_regset (const struct regset *regset,
i387_supply_fsave (regcache, regnum, (char *) regs + tdep->sizeof_gregset);
}
const struct regset *
static const struct regset *
i386obsd_aout_regset_from_core_section (struct gdbarch *gdbarch,
const char *sect_name,
size_t sect_size)
@ -91,7 +91,6 @@ i386obsd_aout_regset_from_core_section (struct gdbarch *gdbarch,
return NULL;
}
CORE_ADDR i386obsd_sigtramp_start = 0xbfbfdf20;