diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-03-14 21:38:55 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-03-14 21:38:55 +0000 |
commit | 34021503e6134f199623b86b3c9dfc0524d88dca (patch) | |
tree | 8eb59d9532c1a80943fdccd913a9e49b803c7a49 /gdb/amd64-tdep.h | |
parent | 134d01f12d35ad9cc2bc6e632f6865ccf98f4ee2 (diff) | |
download | gdb-34021503e6134f199623b86b3c9dfc0524d88dca.zip gdb-34021503e6134f199623b86b3c9dfc0524d88dca.tar.gz gdb-34021503e6134f199623b86b3c9dfc0524d88dca.tar.bz2 |
* 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.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/amd64-tdep.h b/gdb/amd64-tdep.h index 042618b..bfc549b 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. */ |