blob: 89222573f9dadbfe4a586931c4c767a44b540b1e [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sigill_codes.in; do not edit. */
2
3static const struct xlat sigill_codes[] = {
Elliott Hughesc3d43082015-04-06 17:00:50 -07004#if !(defined(ILL_ILLOPC) || (defined(HAVE_DECL_ILL_ILLOPC) && HAVE_DECL_ILL_ILLOPC))
5# define ILL_ILLOPC 1
6#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT(ILL_ILLOPC),
Elliott Hughesc3d43082015-04-06 17:00:50 -07008#if !(defined(ILL_ILLOPN) || (defined(HAVE_DECL_ILL_ILLOPN) && HAVE_DECL_ILL_ILLOPN))
9# define ILL_ILLOPN 2
Elliott Hughes82728372014-06-06 22:49:31 -070010#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(ILL_ILLOPN),
Elliott Hughesc3d43082015-04-06 17:00:50 -070012#if !(defined(ILL_ILLADR) || (defined(HAVE_DECL_ILL_ILLADR) && HAVE_DECL_ILL_ILLADR))
13# define ILL_ILLADR 3
Elliott Hughes82728372014-06-06 22:49:31 -070014#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070015 XLAT(ILL_ILLADR),
Elliott Hughesc3d43082015-04-06 17:00:50 -070016#if !(defined(ILL_ILLTRP) || (defined(HAVE_DECL_ILL_ILLTRP) && HAVE_DECL_ILL_ILLTRP))
17# define ILL_ILLTRP 4
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070019 XLAT(ILL_ILLTRP),
Elliott Hughesc3d43082015-04-06 17:00:50 -070020#if !(defined(ILL_PRVOPC) || (defined(HAVE_DECL_ILL_PRVOPC) && HAVE_DECL_ILL_PRVOPC))
21# define ILL_PRVOPC 5
Elliott Hughes82728372014-06-06 22:49:31 -070022#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(ILL_PRVOPC),
Elliott Hughesc3d43082015-04-06 17:00:50 -070024#if !(defined(ILL_PRVREG) || (defined(HAVE_DECL_ILL_PRVREG) && HAVE_DECL_ILL_PRVREG))
25# define ILL_PRVREG 6
Elliott Hughes82728372014-06-06 22:49:31 -070026#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070027 XLAT(ILL_PRVREG),
Elliott Hughesc3d43082015-04-06 17:00:50 -070028#if !(defined(ILL_COPROC) || (defined(HAVE_DECL_ILL_COPROC) && HAVE_DECL_ILL_COPROC))
29# define ILL_COPROC 7
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070031 XLAT(ILL_COPROC),
Elliott Hughesc3d43082015-04-06 17:00:50 -070032#if !(defined(ILL_BADSTK) || (defined(HAVE_DECL_ILL_BADSTK) && HAVE_DECL_ILL_BADSTK))
33# define ILL_BADSTK 8
Elliott Hughes82728372014-06-06 22:49:31 -070034#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(ILL_BADSTK),
Elliott Hughes0328d0a2015-03-18 11:18:43 -070036 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070037};