commit | e4593e2493923f93dfa6c92ee5327b4ce577a818 | [log] [tgz] |
---|---|---|
author | Ken Werner <ken.werner@linaro.org> | Fri Apr 01 18:42:20 2011 +0200 |
committer | Arun Sharma <asharma@fb.com> | Tue Apr 05 20:59:10 2011 -0700 |
tree | ea65496f26a3754734683ab7fd7802ae588aed71 | |
parent | fd21d07fe422aacea422a8942ac2cc3f363f0fce [diff] |
Increase alternate signal stack size. Creating an alternate signal stack with a size of SIGSTKSZ (usually 8k) is not enough on some targets because unw_cursor_t is bigger than that already. Since the size of unw_cursor_t is part of the ABI the UNW_TDEP_CURSOR_LEN can't be changed without breaking existent code. Therefore size of the alternate signal stack has been increased to 1 MiB. Signed-off-by: Ken Werner <ken.werner@linaro.org>