blob: 6624a3166f26f63bdb0441122698823a46d5dc6c [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sigfpe_codes.in; do not edit. */
2
3static const struct xlat sigfpe_codes[] = {
Elliott Hughesc3d43082015-04-06 17:00:50 -07004#if !(defined(FPE_INTDIV) || (defined(HAVE_DECL_FPE_INTDIV) && HAVE_DECL_FPE_INTDIV))
5# define FPE_INTDIV 1
6#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT(FPE_INTDIV),
Elliott Hughesc3d43082015-04-06 17:00:50 -07008#if !(defined(FPE_INTOVF) || (defined(HAVE_DECL_FPE_INTOVF) && HAVE_DECL_FPE_INTOVF))
9# define FPE_INTOVF 2
Elliott Hughes82728372014-06-06 22:49:31 -070010#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(FPE_INTOVF),
Elliott Hughesc3d43082015-04-06 17:00:50 -070012#if !(defined(FPE_FLTDIV) || (defined(HAVE_DECL_FPE_FLTDIV) && HAVE_DECL_FPE_FLTDIV))
13# define FPE_FLTDIV 3
Elliott Hughes82728372014-06-06 22:49:31 -070014#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070015 XLAT(FPE_FLTDIV),
Elliott Hughesc3d43082015-04-06 17:00:50 -070016#if !(defined(FPE_FLTOVF) || (defined(HAVE_DECL_FPE_FLTOVF) && HAVE_DECL_FPE_FLTOVF))
17# define FPE_FLTOVF 4
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070019 XLAT(FPE_FLTOVF),
Elliott Hughesc3d43082015-04-06 17:00:50 -070020#if !(defined(FPE_FLTUND) || (defined(HAVE_DECL_FPE_FLTUND) && HAVE_DECL_FPE_FLTUND))
21# define FPE_FLTUND 5
Elliott Hughes82728372014-06-06 22:49:31 -070022#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(FPE_FLTUND),
Elliott Hughesc3d43082015-04-06 17:00:50 -070024#if !(defined(FPE_FLTRES) || (defined(HAVE_DECL_FPE_FLTRES) && HAVE_DECL_FPE_FLTRES))
25# define FPE_FLTRES 6
Elliott Hughes82728372014-06-06 22:49:31 -070026#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070027 XLAT(FPE_FLTRES),
Elliott Hughesc3d43082015-04-06 17:00:50 -070028#if !(defined(FPE_FLTINV) || (defined(HAVE_DECL_FPE_FLTINV) && HAVE_DECL_FPE_FLTINV))
29# define FPE_FLTINV 7
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070031 XLAT(FPE_FLTINV),
Elliott Hughesc3d43082015-04-06 17:00:50 -070032#if !(defined(FPE_FLTSUB) || (defined(HAVE_DECL_FPE_FLTSUB) && HAVE_DECL_FPE_FLTSUB))
33# define FPE_FLTSUB 8
Elliott Hughes82728372014-06-06 22:49:31 -070034#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(FPE_FLTSUB),
Elliott Hughes0328d0a2015-03-18 11:18:43 -070036 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070037};