| Index: gdb/linux-tdep.h
|
| diff --git a/gdb/linux-tdep.h b/gdb/linux-tdep.h
|
| index 4e9f5600f85c5bd32ebc2ba730a8d0f60b523d20..b211b538cf18a5273611f65445585a27e00e3ab1 100644
|
| --- a/gdb/linux-tdep.h
|
| +++ b/gdb/linux-tdep.h
|
| @@ -20,6 +20,18 @@
|
| #ifndef LINUX_TDEP_H
|
| #define LINUX_TDEP_H
|
|
|
| +#include "bfd.h"
|
| +
|
| +struct regcache;
|
| +
|
| +typedef char *(*linux_collect_thread_registers_ftype) (const struct regcache *,
|
| + ptid_t,
|
| + bfd *, char *, int *,
|
| + enum gdb_signal);
|
| +
|
| +char *linux_make_corefile_notes (struct gdbarch *, bfd *, int *,
|
| + linux_collect_thread_registers_ftype);
|
| +
|
| struct type *linux_get_siginfo_type (struct gdbarch *);
|
|
|
| extern void linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch);
|
|
|