mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 23:56:39 +00:00
* 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:
parent
b6ca8815ef
commit
49cfa46f83
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user