blob: 979b347153208d46816b6f5982ce123456a13c60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- gdb/i386bsd-nat.c.orig 2010-10-21 11:18:03.171107000 -0400
+++ gdb/i386bsd-nat.c 2010-10-21 11:18:18.849642000 -0400
@@ -88,7 +88,7 @@
/* Supply the general-purpose registers in GREGS, to REGCACHE. */
-static void
+void
i386bsd_supply_gregset (struct regcache *regcache, const void *gregs)
{
const char *regs = gregs;
@@ -107,7 +107,7 @@
GREGS. If REGNUM is -1, collect and store all appropriate
registers. */
-static void
+void
i386bsd_collect_gregset (const struct regcache *regcache,
void *gregs, int regnum)
{
|