1 /* Generated by ./xlat/gen.sh from ./xlat/sigill_codes.in; do not edit. */
2 
3 static const struct xlat sigill_codes[] = {
4 #if !(defined(ILL_ILLOPC) || (defined(HAVE_DECL_ILL_ILLOPC) && HAVE_DECL_ILL_ILLOPC))
5 # define ILL_ILLOPC 1
6 #endif
7  XLAT(ILL_ILLOPC),
8 #if !(defined(ILL_ILLOPN) || (defined(HAVE_DECL_ILL_ILLOPN) && HAVE_DECL_ILL_ILLOPN))
9 # define ILL_ILLOPN 2
10 #endif
11  XLAT(ILL_ILLOPN),
12 #if !(defined(ILL_ILLADR) || (defined(HAVE_DECL_ILL_ILLADR) && HAVE_DECL_ILL_ILLADR))
13 # define ILL_ILLADR 3
14 #endif
15  XLAT(ILL_ILLADR),
16 #if !(defined(ILL_ILLTRP) || (defined(HAVE_DECL_ILL_ILLTRP) && HAVE_DECL_ILL_ILLTRP))
17 # define ILL_ILLTRP 4
18 #endif
19  XLAT(ILL_ILLTRP),
20 #if !(defined(ILL_PRVOPC) || (defined(HAVE_DECL_ILL_PRVOPC) && HAVE_DECL_ILL_PRVOPC))
21 # define ILL_PRVOPC 5
22 #endif
23  XLAT(ILL_PRVOPC),
24 #if !(defined(ILL_PRVREG) || (defined(HAVE_DECL_ILL_PRVREG) && HAVE_DECL_ILL_PRVREG))
25 # define ILL_PRVREG 6
26 #endif
27  XLAT(ILL_PRVREG),
28 #if !(defined(ILL_COPROC) || (defined(HAVE_DECL_ILL_COPROC) && HAVE_DECL_ILL_COPROC))
29 # define ILL_COPROC 7
30 #endif
31  XLAT(ILL_COPROC),
32 #if !(defined(ILL_BADSTK) || (defined(HAVE_DECL_ILL_BADSTK) && HAVE_DECL_ILL_BADSTK))
33 # define ILL_BADSTK 8
34 #endif
35  XLAT(ILL_BADSTK),
36  XLAT_END
37 };
38