summaryrefslogtreecommitdiff
path: root/tests/flush-cache.S
diff options
context:
space:
mode:
authorBruna Moreira <bruna.moreira@openbossa.org>2008-04-21 13:39:11 -0600
committerDavid Mosberger-Tang <davidm@koala.mostang.com>2008-04-21 13:39:11 -0600
commit6f282a00f55d0bc11f131da5d3591a1a4030a9f9 (patch)
tree22365fe60872925d41a57da49748f92ac630de80 /tests/flush-cache.S
parentbb9d3dc6893536132929add38dc52cbf2dbb201c (diff)
downloadlibunwind-6f282a00f55d0bc11f131da5d3591a1a4030a9f9.tar.gz
[ARM] This patch fix some testsuite issues on ARM:
- Gtest-bt: like on x86/-64, the stack size passed to sigaltstack() is too small for ARM thus causing segmentation fault due to stack overflow. - Gtest-dyn1: code size definition of dynamic function (template()) on testcase is too big for ARM architecture so memcpy() reads invalid memory causing random crashes (segmentation fault). A better solution would be to compile the function in a separate binary, mmap() it and memcpy() from it instead, so maximum size is known for sure. - check-name-space.in: fix some "bashisms", it causes the script to fail to run on N8XX's busybox shell. Signed-off-by: Anderson Lizardo <anderson.lizardo@indt.org.br> Signed-off-by: Bruna Moreira <bruna.moreira@indt.org.br>
Diffstat (limited to 'tests/flush-cache.S')
0 files changed, 0 insertions, 0 deletions