summaryrefslogtreecommitdiffstats
path: root/lib/libunwind (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When _LIBUNWIND_ARM_EHABI is defined, include <link.h> to get thekettenis2016-09-201-0/+1
| | | | | | dl_unwind_find_exidx prototype. ok guenther@
* Go down the right path in the _LIBUNWIND_ARM_EHABI case.kettenis2016-09-181-1/+1
| | | | ok patrick@
* In some cases, for instance for statically linked binaries, our binutilspatrick2016-09-052-2/+11
| | | | | | | | | does not produce the binary table which is used for optimization. libunwind currently depends on having that table. This changes libunwind to fall back to the default search code when the binary table is not available. ok kettenis@
* Implement OpenBSD support in libc++ and libunwind.patrick2016-09-051-1/+1
| | | | ok kettenis@
* Import libunwind 3.9.0patrick2016-09-0328-0/+12575