mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
* x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
amd64fbsd_sc_reg_offset): Add extern declarations. * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern declarations.
This commit is contained in:
@ -60,5 +60,11 @@ void x86_64_supply_fxsave (char *fxsave);
|
||||
reserved bits in *FXSAVE. */
|
||||
|
||||
void x86_64_fill_fxsave (char *fxsave, int regnum);
|
||||
|
||||
|
||||
/* Variables exported from amd64fbsd-tdep.c. */
|
||||
extern CORE_ADDR amd64fbsd_sigtramp_start;
|
||||
extern CORE_ADDR amd64fbsd_sigtramp_end;
|
||||
extern int amd64fbsd_sc_reg_offset[];
|
||||
|
||||
#endif /* x86-64-tdep.h */
|
||||
|
Reference in New Issue
Block a user