| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| ABOUT-NLS | 22-Oct-2020 | 74.7K | |
| Android.bp | 22-Oct-2020 | 290 | |
| AUTHORS | 22-Oct-2020 | 53 | |
| backends/ | 22-Oct-2020 | ||
| bionic-fixup/ | 22-Oct-2020 | ||
| ChangeLog | 22-Oct-2020 | 21.2K | |
| CleanSpec.mk | 22-Oct-2020 | 2.9K | |
| config/ | 22-Oct-2020 | ||
| config.h | 22-Oct-2020 | 3.8K | |
| configure.ac | 22-Oct-2020 | 23.9K | |
| CONTRIBUTING | 22-Oct-2020 | 4.4K | |
| COPYING | 22-Oct-2020 | 34.3K | |
| COPYING-GPLV2 | 22-Oct-2020 | 17.7K | |
| COPYING-LGPLV3 | 22-Oct-2020 | 7.5K | |
| doc/ | 22-Oct-2020 | ||
| GPG-KEY | 22-Oct-2020 | 7K | |
| include/ | 22-Oct-2020 | ||
| lib/ | 22-Oct-2020 | ||
| libasm/ | 22-Oct-2020 | ||
| libcpu/ | 22-Oct-2020 | ||
| libdw/ | 22-Oct-2020 | ||
| libdwelf/ | 22-Oct-2020 | ||
| libdwfl/ | 22-Oct-2020 | ||
| libebl/ | 22-Oct-2020 | ||
| libelf/ | 22-Oct-2020 | ||
| m4/ | 22-Oct-2020 | ||
| Makefile.am | 22-Oct-2020 | 1.8K | |
| METADATA | 22-Oct-2020 | 533 | |
| MODULE_LICENSE_GPL | 22-Oct-2020 | 0 | |
| NEWS | 22-Oct-2020 | 42.3K | |
| NOTES | 22-Oct-2020 | 3K | |
| NOTICE | 22-Oct-2020 | 17.6K | |
| OWNERS | 22-Oct-2020 | 150 | |
| po/ | 22-Oct-2020 | ||
| README | 22-Oct-2020 | 1.1K | |
| src/ | 22-Oct-2020 | ||
| tests/ | 22-Oct-2020 | ||
| THANKS | 22-Oct-2020 | 193 | |
| TODO | 22-Oct-2020 | 5.3K | |
| version.h | 22-Oct-2020 | 1.2K | |
1 The elfutils project provides libraries and tools for ELF files and DWARF data. 2 3 The project home is http://elfutils.org/ 4 5 Releases are published at ftp://sourceware.org/pub/elfutils/ 6 Which can also be found at https://sourceware.org/elfutils/ftp/ 7 8 To build a release do: ./configure && make && make check 9 Please check the configure summary to make sure all recommended 10 features are enabled. There should be no failures after make check. 11 12 Please reports bugs at https://sourceware.org/bugzilla/ 13 14 The current elfutils source code can be checked out with 15 git clone git://sourceware.org/git/elfutils.git 16 17 To build a git checkout do: 18 autoreconf -i -f && \ 19 ./configure --enable-maintainer-mode && \ 20 make && make check 21 22 The developer mailinglist to send patches to is 23 elfutils-devel (a] sourceware.org. 24 https://sourceware.org/ml/elfutils-devel/ 25 26 To subscribe send an email to elfutils-devel-subscribe (a] sourceware.org 27 Or use the form at https://sourceware.org/lists.html#ml-requestor 28 29 See the CONTRIBUTING file for how to propose patches to the code. 30 31 See the NOTES files for some design decisions and notes. 32