]> xenbits.xensource.com Git - unikraft/libs/libunwind.git/log
unikraft/libs/libunwind.git
5 years agoAdd suppress flag for cleaner build. RELEASE-0.4 RELEASE-0.5
Felipe Huici [Thu, 13 Feb 2020 20:48:37 +0000 (21:48 +0100)]
Add suppress flag for cleaner build.

Signed-off-by: Felipe Huici <felipe.huici@neclab.eu>
Reviewed-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
5 years agoRemove exportsyms.uk
Vlad-Andrei BĂDOIU (78692) [Tue, 14 Jan 2020 16:18:34 +0000 (16:18 +0000)]
Remove exportsyms.uk

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoAdd ARM64 support
Vlad-Andrei BĂDOIU (78692) [Tue, 14 Jan 2020 16:17:35 +0000 (16:17 +0000)]
Add ARM64 support

Remove x86_64-specific flags.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoMakefile.uk: Rename SUPPRESS_FLAGS to LIBUNWIND_SUPPRESS_FLAGS
Costin Lupu [Sat, 12 Oct 2019 12:21:53 +0000 (15:21 +0300)]
Makefile.uk: Rename SUPPRESS_FLAGS to LIBUNWIND_SUPPRESS_FLAGS

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoRemove linuxu check
Vlad-Andrei BĂDOIU (78692) [Fri, 30 Aug 2019 12:43:52 +0000 (12:43 +0000)]
Remove linuxu check

Libunwind now works with the staging branch of Unikraft and therefore
we can remove the check for linuxu.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoFix global include paths
Costin Lupu [Wed, 21 Aug 2019 12:27:21 +0000 (15:27 +0300)]
Fix global include paths

The headers from the src/ subdirectory should be included only for
this library's source code.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
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)