about summary refs log tree commit diff
path: root/sysdeps/generic/unwind-resume.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement _Unwind_Resume in libc on top of <unwind-link.h>Florian Weimer2021-03-011-46/+9
| | | | | | | | Temporarily move the arm _Unwind_Resume implementation to the file used by libpthread. It will be ported to <unwind-link.h> along with the rest of nptl. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
* Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.cFlorian Weimer2021-03-011-0/+83
This change allows architecture-specific sysdeps directories to override it. Reviewed-by: Carlos O'Donell <carlos@redhat.com>