From f93f50133de806be326cc9e601f6e0128b74ed3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Mon, 22 Oct 2018 16:11:15 +0200 Subject: [PATCH] Initial commit --- README.md | 3 +++ dwarf-compilation/README.md | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 README.md create mode 100644 dwarf-compilation/README.md 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`.