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