diff options
Diffstat (limited to 'gdb/i386-linux-tdep.h')
-rw-r--r-- | gdb/i386-linux-tdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/i386-linux-tdep.h b/gdb/i386-linux-tdep.h index fc0d52d..8e4bbf7 100644 --- a/gdb/i386-linux-tdep.h +++ b/gdb/i386-linux-tdep.h @@ -35,8 +35,7 @@ #define I386_LINUX_NUM_REGS (I386_LINUX_ORIG_EAX_REGNUM + 1) /* Get XSAVE extended state xcr0 from core dump. */ -extern uint64_t i386_linux_core_read_xcr0 - (struct gdbarch *gdbarch, struct target_ops *target, bfd *abfd); +extern uint64_t i386_linux_core_read_xcr0 (bfd *abfd); /* Linux target description. */ extern struct target_desc *tdesc_i386_linux; |