glibc/signal
Joseph Myers 352bb99754 Build raise with -fasynchronous-unwind-tables.
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.
2020-01-24 17:23:47 +00:00
..
bits/types Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sys
allocrtsig.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
kill.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
killpg.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Makefile Build raise with -fasynchronous-unwind-tables. 2020-01-24 17:23:47 +00:00
raise.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigaction.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigaddset.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigaltstack.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigandset.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigblock.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigdelset.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigempty.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigfillset.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
siggetmask.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sighold.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigignore.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigintr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigisempty.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigismem.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
signal.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
signal.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigorset.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigpause.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigpending.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigprocmask.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigqueue.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigrelse.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigreturn.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigset.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigsetmask.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigsetops.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigstack.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigsuspend.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigtimedwait.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigvec.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigwait.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sigwaitinfo.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sysv_signal.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-minsigstksz-1.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-minsigstksz-2.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-minsigstksz-3.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-minsigstksz-3a.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-minsigstksz-4.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-raise.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-sigaction.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-signal.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
tst-sigset.c Filter out NPTL internal signals (BZ #22391) 2018-04-03 13:30:49 -03:00
tst-sigset2.c [BZ #1951] 2006-04-23 19:05:33 +00:00
tst-sigsimple.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-sigwait-eintr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Versions Remove __need macros from signal.h. 2017-05-20 19:04:43 -04:00