diff options
Diffstat (limited to 'gdb/i386-fbsd-tdep.h')
-rw-r--r-- | gdb/i386-fbsd-tdep.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/i386-fbsd-tdep.h b/gdb/i386-fbsd-tdep.h index 70ad32f..acc5776 100644 --- a/gdb/i386-fbsd-tdep.h +++ b/gdb/i386-fbsd-tdep.h @@ -32,8 +32,9 @@ uint64_t i386_fbsd_core_read_xsave_info (bfd *abfd, x86_xsave_layout &layout); /* Implement the core_read_x86_xsave_layout gdbarch method. */ -bool i386_fbsd_core_read_x86_xsave_layout (struct gdbarch *gdbarch, - x86_xsave_layout &layout); +extern bool i386_fbsd_core_read_x86_xsave_layout (struct gdbarch *gdbarch, + bfd &cbfd, + x86_xsave_layout &layout); /* The format of the XSAVE extended area is determined by hardware. Cores store the XSAVE extended area in a NT_X86_XSTATE note that |