summaryrefslogtreecommitdiff
path: root/gdb/amd64-tdep.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-03-14 21:38:55 +0000
committerMark Kettenis <kettenis@gnu.org>2004-03-14 21:38:55 +0000
commit25aa88bec7b1ee34330abe4aa7f548073d736cc9 (patch)
tree56fc576f67db3027cddc79bdb1bbfdc8cb8f8eee /gdb/amd64-tdep.h
parente45ea7b087696ffa031791338efcfc9e6f862dd2 (diff)
downloadgdb-25aa88bec7b1ee34330abe4aa7f548073d736cc9.tar.gz
* amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
* amd64-tdep.c (amd64_fill_fxsave): Remove function.
Diffstat (limited to 'gdb/amd64-tdep.h')
-rw-r--r--gdb/amd64-tdep.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/amd64-tdep.h b/gdb/amd64-tdep.h
index 042618b3e09..bfc549bd58e 100644
--- a/gdb/amd64-tdep.h
+++ b/gdb/amd64-tdep.h
@@ -70,13 +70,6 @@ extern void amd64_supply_fxsave (struct regcache *regcache, int regnum,
extern void amd64_collect_fxsave (const struct regcache *regcache, int regnum,
void *fxsave);
-
-/* Fill register REGNUM (if it is a floating-point or SSE register) in
- *FXSAVE with the value in GDB's register cache. If REGNUM is -1, do
- this for all registers. This function doesn't touch any of the
- reserved bits in *FXSAVE. */
-
-extern void amd64_fill_fxsave (char *fxsave, int regnum);
/* Variables exported from amd64nbsd-tdep.c. */