Skip to content
Snippets Groups Projects
Commit 971218cd authored by Mark Kettenis's avatar Mark Kettenis
Browse files

* x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.

parent 7e654c37
No related branches found
No related tags found
No related merge requests found
2004-02-22 Mark Kettenis <kettenis@gnu.org>
* x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
* amd64fbsd-tdep.c: Include "solib-svr4.h".
(amd64fbsd_init_abi): Set link map offsets.
* amd64nbsd-tdep.c: Include "slib-svr4.h".
......
......@@ -66,6 +66,9 @@ void x86_64_fill_fxsave (char *fxsave, int regnum);
/* Variables exported from amd64nbsd-tdep.c. */
extern int amd64nbsd_r_reg_offset[];
/* Variables exported from amd64obsd-tdep.c. */
extern int amd64obsd_r_reg_offset[];
/* Variables exported from amd64fbsd-tdep.c. */
extern CORE_ADDR amd64fbsd_sigtramp_start;
extern CORE_ADDR amd64fbsd_sigtramp_end;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment