diff options
Diffstat (limited to 'gdb/i387-tdep.c')
-rw-r--r-- | gdb/i387-tdep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c index 26e4e50..97bd5f65 100644 --- a/gdb/i387-tdep.c +++ b/gdb/i387-tdep.c @@ -237,9 +237,7 @@ i387_print_float_info (struct gdbarch *gdbarch, struct ui_file *file, ULONGEST fop; int fop_p; int fpreg; - int fpreg_p; int top; - int top_p; gdb_assert (gdbarch == get_frame_arch (frame)); @@ -780,7 +778,6 @@ i387_supply_xsave (struct regcache *regcache, int regnum, int i; unsigned int clear_bv; static const gdb_byte zero[MAX_REGISTER_SIZE] = { 0 }; - const gdb_byte *p; enum { none = 0x0, |