mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
* x86-64-tdep.c: Include "regset.h".
This commit is contained in:
parent
473f17b043
commit
2c261faeaa
@ -1,5 +1,7 @@
|
||||
2003-10-05 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* x86-64-tdep.c: Include "regset.h".
|
||||
|
||||
* i386-tdep.h (struct gdbarch_tdep): Add members gregset,
|
||||
gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
|
||||
sizeof_fpregset.
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "gdbcore.h"
|
||||
#include "objfiles.h"
|
||||
#include "regcache.h"
|
||||
#include "regset.h"
|
||||
#include "symfile.h"
|
||||
|
||||
#include "gdb_assert.h"
|
||||
|
Loading…
Reference in New Issue
Block a user