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