Deleted Added
full compact
ia32_genassym.c (118031) ia32_genassym.c (119334)
1#include <sys/cdefs.h>
1#include <sys/cdefs.h>
2__FBSDID("$FreeBSD: head/sys/compat/ia32/ia32_genassym.c 118031 2003-07-25 21:19:19Z obrien $");
2__FBSDID("$FreeBSD: head/sys/compat/ia32/ia32_genassym.c 119334 2003-08-22 23:19:02Z peter $");
3
4#include "opt_compat.h"
5
6#include <sys/param.h>
7#include <sys/assym.h>
8#include <sys/systm.h>
9#include <sys/signal.h>
10
3
4#include "opt_compat.h"
5
6#include <sys/param.h>
7#include <sys/assym.h>
8#include <sys/systm.h>
9#include <sys/signal.h>
10
11#include <amd64/ia32/ia32_signal.h>
11#include <compat/ia32/ia32_signal.h>
12
13ASSYM(IA32_SIGF_HANDLER, offsetof(struct ia32_sigframe, sf_ah));
14ASSYM(IA32_SIGF_UC, offsetof(struct ia32_sigframe, sf_uc));
15ASSYM(IA32_UC_GS, offsetof(struct ia32_ucontext, uc_mcontext.mc_gs));
16ASSYM(IA32_UC_FS, offsetof(struct ia32_ucontext, uc_mcontext.mc_fs));
17ASSYM(IA32_UC_ES, offsetof(struct ia32_ucontext, uc_mcontext.mc_es));
18ASSYM(IA32_UC_DS, offsetof(struct ia32_ucontext, uc_mcontext.mc_ds));
19#ifdef COMPAT_FREEBSD4
20ASSYM(IA32_SIGF_UC4, offsetof(struct ia32_sigframe, sf_uc));
21ASSYM(IA32_UC4_GS, offsetof(struct ia32_ucontext4, uc_mcontext.mc_gs));
22ASSYM(IA32_UC4_FS, offsetof(struct ia32_ucontext4, uc_mcontext.mc_fs));
23ASSYM(IA32_UC4_ES, offsetof(struct ia32_ucontext4, uc_mcontext.mc_es));
24ASSYM(IA32_UC4_DS, offsetof(struct ia32_ucontext4, uc_mcontext.mc_ds));
25#endif
12
13ASSYM(IA32_SIGF_HANDLER, offsetof(struct ia32_sigframe, sf_ah));
14ASSYM(IA32_SIGF_UC, offsetof(struct ia32_sigframe, sf_uc));
15ASSYM(IA32_UC_GS, offsetof(struct ia32_ucontext, uc_mcontext.mc_gs));
16ASSYM(IA32_UC_FS, offsetof(struct ia32_ucontext, uc_mcontext.mc_fs));
17ASSYM(IA32_UC_ES, offsetof(struct ia32_ucontext, uc_mcontext.mc_es));
18ASSYM(IA32_UC_DS, offsetof(struct ia32_ucontext, uc_mcontext.mc_ds));
19#ifdef COMPAT_FREEBSD4
20ASSYM(IA32_SIGF_UC4, offsetof(struct ia32_sigframe, sf_uc));
21ASSYM(IA32_UC4_GS, offsetof(struct ia32_ucontext4, uc_mcontext.mc_gs));
22ASSYM(IA32_UC4_FS, offsetof(struct ia32_ucontext4, uc_mcontext.mc_fs));
23ASSYM(IA32_UC4_ES, offsetof(struct ia32_ucontext4, uc_mcontext.mc_es));
24ASSYM(IA32_UC4_DS, offsetof(struct ia32_ucontext4, uc_mcontext.mc_ds));
25#endif