blob: a1db5ad269af6b0de5ddd0a6c204735b23acbb14 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sigtrap_codes.in; do not edit. */
2
3static const struct xlat sigtrap_codes[] = {
Elliott Hughesc3d43082015-04-06 17:00:50 -07004#if !(defined(TRAP_BRKPT) || (defined(HAVE_DECL_TRAP_BRKPT) && HAVE_DECL_TRAP_BRKPT))
5# define TRAP_BRKPT 1
6#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT(TRAP_BRKPT),
Elliott Hughesc3d43082015-04-06 17:00:50 -07008#if !(defined(TRAP_TRACE) || (defined(HAVE_DECL_TRAP_TRACE) && HAVE_DECL_TRAP_TRACE))
9# define TRAP_TRACE 2
Elliott Hughes82728372014-06-06 22:49:31 -070010#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(TRAP_TRACE),
Elliott Hughesc3d43082015-04-06 17:00:50 -070012#if !(defined(TRAP_BRANCH) || (defined(HAVE_DECL_TRAP_BRANCH) && HAVE_DECL_TRAP_BRANCH))
13# define TRAP_BRANCH 3
Elliott Hughes82728372014-06-06 22:49:31 -070014#endif
Elliott Hughesc3d43082015-04-06 17:00:50 -070015 XLAT(TRAP_BRANCH),
16#if !(defined(TRAP_HWBKPT) || (defined(HAVE_DECL_TRAP_HWBKPT) && HAVE_DECL_TRAP_HWBKPT))
17# define TRAP_HWBKPT 4
18#endif
19 XLAT(TRAP_HWBKPT),
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070021};