mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
352bb99754
In testing glibc for Arm and MIPS, I see: FAIL: misc/tst-sigcontext-get_pc If this test - backtracing through a call to raise - is valid, then raise needs to be built with -fasynchronous-unwind-tables (as the test itself is) to have the required unwind information for that backtracing to work. Adding that option, which this patch does, causes the test for pass for Arm. For MIPS, the test still does not pass (the backtrace has an address that is 2 bytes after the "address in signal handler", for unknown reasons), although the patch allows a longer backtrace to be produced. |
||
---|---|---|
.. | ||
bits/types | ||
sys | ||
allocrtsig.c | ||
kill.c | ||
killpg.c | ||
Makefile | ||
raise.c | ||
sigaction.c | ||
sigaddset.c | ||
sigaltstack.c | ||
sigandset.c | ||
sigblock.c | ||
sigdelset.c | ||
sigempty.c | ||
sigfillset.c | ||
siggetmask.c | ||
sighold.c | ||
sigignore.c | ||
sigintr.c | ||
sigisempty.c | ||
sigismem.c | ||
signal.c | ||
signal.h | ||
sigorset.c | ||
sigpause.c | ||
sigpending.c | ||
sigprocmask.c | ||
sigqueue.c | ||
sigrelse.c | ||
sigreturn.c | ||
sigset.c | ||
sigsetmask.c | ||
sigsetops.c | ||
sigstack.c | ||
sigsuspend.c | ||
sigtimedwait.c | ||
sigvec.c | ||
sigwait.c | ||
sigwaitinfo.c | ||
sysv_signal.c | ||
tst-minsigstksz-1.c | ||
tst-minsigstksz-2.c | ||
tst-minsigstksz-3.c | ||
tst-minsigstksz-3a.c | ||
tst-minsigstksz-4.c | ||
tst-raise.c | ||
tst-sigaction.c | ||
tst-signal.c | ||
tst-sigset2.c | ||
tst-sigset.c | ||
tst-sigsimple.c | ||
tst-sigwait-eintr.c | ||
Versions |