aosp12/external/elfutils
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
backends init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
bionic-fixup init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
config init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
debuginfod init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
doc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
include/elfutils init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
lib init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
libasm init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
libcpu init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
libdw init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
libdwelf init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
libdwfl init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
libebl init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
libelf init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
m4 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
po init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
src init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tests init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
AUTHORS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CONTRIBUTING init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
COPYING init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
COPYING-GPLV2 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
COPYING-LGPLV3 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ChangeLog init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
GPG-KEY init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_GPL init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Makefile.am init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NEWS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NOTES init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NOTICE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
THANKS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
TODO init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
configure.ac init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
post_update.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README

The elfutils project provides libraries and tools for ELF files and DWARF data.

The project home is http://elfutils.org/

Releases are published at ftp://sourceware.org/pub/elfutils/
Which can also be found at https://sourceware.org/elfutils/ftp/

To build a release do: ./configure && make && make check
Please check the configure summary to make sure all recommended
features are enabled. There should be no failures after make check.

Please reports bugs at https://sourceware.org/bugzilla/

The current elfutils source code can be checked out with
git clone git://sourceware.org/git/elfutils.git

To build a git checkout do:
  autoreconf -i -f && \
  ./configure --enable-maintainer-mode && \
  make && make check

The developer mailinglist to send patches to is
elfutils-devel@sourceware.org.
https://sourceware.org/ml/elfutils-devel/

To subscribe send an email to elfutils-devel-subscribe@sourceware.org
Or use the form at https://sourceware.org/mailman/listinfo/elfutils-devel

See the CONTRIBUTING file for how to propose patches to the code.

See the NOTES files for some design decisions and notes.