1/* Generated by ./xlat/gen.sh from ./xlat/sigfpe_codes.in; do not edit. */
2
3static const struct xlat sigfpe_codes[] = {
4#if !(defined(FPE_INTDIV) || (defined(HAVE_DECL_FPE_INTDIV) && HAVE_DECL_FPE_INTDIV))
5# define FPE_INTDIV 1
6#endif
7 XLAT(FPE_INTDIV),
8#if !(defined(FPE_INTOVF) || (defined(HAVE_DECL_FPE_INTOVF) && HAVE_DECL_FPE_INTOVF))
9# define FPE_INTOVF 2
10#endif
11 XLAT(FPE_INTOVF),
12#if !(defined(FPE_FLTDIV) || (defined(HAVE_DECL_FPE_FLTDIV) && HAVE_DECL_FPE_FLTDIV))
13# define FPE_FLTDIV 3
14#endif
15 XLAT(FPE_FLTDIV),
16#if !(defined(FPE_FLTOVF) || (defined(HAVE_DECL_FPE_FLTOVF) && HAVE_DECL_FPE_FLTOVF))
17# define FPE_FLTOVF 4
18#endif
19 XLAT(FPE_FLTOVF),
20#if !(defined(FPE_FLTUND) || (defined(HAVE_DECL_FPE_FLTUND) && HAVE_DECL_FPE_FLTUND))
21# define FPE_FLTUND 5
22#endif
23 XLAT(FPE_FLTUND),
24#if !(defined(FPE_FLTRES) || (defined(HAVE_DECL_FPE_FLTRES) && HAVE_DECL_FPE_FLTRES))
25# define FPE_FLTRES 6
26#endif
27 XLAT(FPE_FLTRES),
28#if !(defined(FPE_FLTINV) || (defined(HAVE_DECL_FPE_FLTINV) && HAVE_DECL_FPE_FLTINV))
29# define FPE_FLTINV 7
30#endif
31 XLAT(FPE_FLTINV),
32#if !(defined(FPE_FLTSUB) || (defined(HAVE_DECL_FPE_FLTSUB) && HAVE_DECL_FPE_FLTSUB))
33# define FPE_FLTSUB 8
34#endif
35 XLAT(FPE_FLTSUB),
36 XLAT_END
37};
38