commit f93f50133de806be326cc9e601f6e0128b74ed3c Author: Théophile Bastian Date: Mon Oct 22 16:11:15 2018 +0200 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..84aacbf --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Dwarf-compilation bundler + +Tools to generate a bundle for the DWARF-compilation part of my m2 internship diff --git a/dwarf-compilation/README.md b/dwarf-compilation/README.md new file mode 100644 index 0000000..1ad2052 --- /dev/null +++ b/dwarf-compilation/README.md @@ -0,0 +1,5 @@ +# DWARF Compilation + +This package aims to be as standalone as possible, and include everything that +is needed to compile DWARF into x86-64, then use the generated binaries for +unwinding using `libunwind-eh_elf`.