]> xenbits.xensource.com Git - unikraft/libs/libunwind.git/log
unikraft/libs/libunwind.git
5 years agoFix some of the compiling warnings
Costin Lupu [Sun, 2 Jun 2019 13:27:45 +0000 (16:27 +0300)]
Fix some of the compiling warnings

This patch removes the "unused-parameter" warnings generated by the origin code
and the multiple definition warnings for _LIBUNWIND_BUILD_ZERO_COST_APIS macro.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
6 years agoInitial port of Libunwind to Unikraft
Vlad-Andrei BĂDOIU (78692) [Sun, 7 Apr 2019 11:07:35 +0000 (11:07 +0000)]
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>
6 years agoAdd .gitignore
Vlad-Andrei BĂDOIU (78692) [Sun, 7 Apr 2019 11:07:33 +0000 (11:07 +0000)]
Add .gitignore

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
6 years agoInitial commit (empty)
Vlad-Andrei Badoiu [Thu, 28 Mar 2019 17:33:57 +0000 (19:33 +0200)]
Initial commit (empty)