]> xenbits.xensource.com Git - unikraft/libs/libunwind.git/commit
Initial port of Libunwind to Unikraft
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Sun, 7 Apr 2019 11:07:35 +0000 (11:07 +0000)
committerFelipe Huici <felipe.huici@neclab.eu>
Tue, 9 Apr 2019 13:48:24 +0000 (15:48 +0200)
commit81a28bbb28c0168933a836ab98183502c53119dd
treee04b890eb97dc1a27721cd02516d0a71f5d4ea6b
parent82b96b4a834cf551d60191503222811943ef11f4
Initial port of Libunwind to Unikraft

This is our initial port of libunwind to Unikraft as an external
library. Libc, or an equivalent, is required for it to work.

The dependency list in the  Makefile should be:
...:$(UK_LIBS)/libunwind:$(UK_LIBS)/compiler-rt:
$(UK_LIBS)/libcxxabi:$(UK_LIBS)/libcxx:$(UK_LIBS)/newlib:...

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
CODING_STYLE.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
Config.uk [new file with mode: 0644]
MAINTAINERS.md [new file with mode: 0644]
Makefile.uk [new file with mode: 0644]
README.md [new file with mode: 0644]
exportsyms.uk [new file with mode: 0644]
patches/0001-Updated-the-RIP.patch [new file with mode: 0644]