Home | History | Annotate | only in /external/elfutils
Up to higher level directory
NameDateSize
ABOUT-NLS22-Oct-202074.7K
Android.bp22-Oct-2020290
AUTHORS22-Oct-202053
backends/22-Oct-2020
bionic-fixup/22-Oct-2020
ChangeLog22-Oct-202021.2K
CleanSpec.mk22-Oct-20202.9K
config/22-Oct-2020
config.h22-Oct-20203.8K
configure.ac22-Oct-202023.9K
CONTRIBUTING22-Oct-20204.4K
COPYING22-Oct-202034.3K
COPYING-GPLV222-Oct-202017.7K
COPYING-LGPLV322-Oct-20207.5K
doc/22-Oct-2020
GPG-KEY22-Oct-20207K
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.am22-Oct-20201.8K
METADATA22-Oct-2020533
MODULE_LICENSE_GPL22-Oct-20200
NEWS22-Oct-202042.3K
NOTES22-Oct-20203K
NOTICE22-Oct-202017.6K
OWNERS22-Oct-2020150
po/22-Oct-2020
README22-Oct-20201.1K
src/22-Oct-2020
tests/22-Oct-2020
THANKS22-Oct-2020193
TODO22-Oct-20205.3K
version.h22-Oct-20201.2K

README

      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