commit | 231e3c83a3a70b11160fb0da108ebf2e0e7470e2 | [log] [tgz] |
---|---|---|
author | Chris Dearman <chris@mips.com> | Fri Aug 10 17:06:20 2012 -0700 |
committer | Raghu Gandham <raghu@mips.com> | Fri Aug 10 18:16:20 2012 -0700 |
tree | 0469db2e9a4118ffdd3eacfa096286adf45d4a8b | |
parent | 7b682c4787e06be193ac3d2a1071e0feb5e4ba58 [diff] [blame] |
[MIPS] debuggerd and libcorkscrew support Change-Id: I5a241dc2e470148be0ad2c138e31f1aba5ab8812
diff --git a/debuggerd/tombstone.c b/debuggerd/tombstone.c index 27ab3fe..012337b 100644 --- a/debuggerd/tombstone.c +++ b/debuggerd/tombstone.c
@@ -76,7 +76,9 @@ case SIGFPE: return "SIGFPE"; case SIGSEGV: return "SIGSEGV"; case SIGPIPE: return "SIGPIPE"; +#ifdef SIGSTKFLT case SIGSTKFLT: return "SIGSTKFLT"; +#endif case SIGSTOP: return "SIGSTOP"; default: return "?"; }