about summary refs log tree commit diff
path: root/elf/tst-unwind-main.c
Commit message (Collapse)AuthorAgeFilesLines
* RISC-V: properly terminate call chain (bug 23125)Andreas Schwab2018-10-301-0/+38
Mark the ra register as undefined in _start, so that unwinding through main works correctly. Also, don't use a tail call so that ra points after the call to __libc_start_main, not after the previous call.