diff options
Diffstat (limited to 'gdb/amd64-tdep.h')
-rw-r--r-- | gdb/amd64-tdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/amd64-tdep.h b/gdb/amd64-tdep.h index f1b039e..641eef3 100644 --- a/gdb/amd64-tdep.h +++ b/gdb/amd64-tdep.h @@ -119,6 +119,8 @@ extern void amd64_collect_fxsave (const struct regcache *regcache, int regnum, extern void amd64_collect_xsave (const struct regcache *regcache, int regnum, void *xsave, int gcore); +/* Floating-point register set. */ +extern const struct regset amd64_fpregset; /* Variables exported from amd64-linux-tdep.c. */ extern int amd64_linux_gregset_reg_offset[]; |