android13/external/elfutils
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
backends initial 2024-06-22 20:45:49 +08:00
bionic-fixup initial 2024-06-22 20:45:49 +08:00
config initial 2024-06-22 20:45:49 +08:00
debuginfod initial 2024-06-22 20:45:49 +08:00
doc initial 2024-06-22 20:45:49 +08:00
include/elfutils initial 2024-06-22 20:45:49 +08:00
lib initial 2024-06-22 20:45:49 +08:00
libasm initial 2024-06-22 20:45:49 +08:00
libcpu initial 2024-06-22 20:45:49 +08:00
libdw initial 2024-06-22 20:45:49 +08:00
libdwelf initial 2024-06-22 20:45:49 +08:00
libdwfl initial 2024-06-22 20:45:49 +08:00
libebl initial 2024-06-22 20:45:49 +08:00
libelf initial 2024-06-22 20:45:49 +08:00
m4 initial 2024-06-22 20:45:49 +08:00
patches initial 2024-06-22 20:45:49 +08:00
po initial 2024-06-22 20:45:49 +08:00
src initial 2024-06-22 20:45:49 +08:00
tests initial 2024-06-22 20:45:49 +08:00
AUTHORS initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
CONTRIBUTING initial 2024-06-22 20:45:49 +08:00
COPYING initial 2024-06-22 20:45:49 +08:00
COPYING-GPLV2 initial 2024-06-22 20:45:49 +08:00
COPYING-LGPLV3 initial 2024-06-22 20:45:49 +08:00
ChangeLog initial 2024-06-22 20:45:49 +08:00
GPG-KEY initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_GPL initial 2024-06-22 20:45:49 +08:00
Makefile.am initial 2024-06-22 20:45:49 +08:00
NEWS initial 2024-06-22 20:45:49 +08:00
NOTES initial 2024-06-22 20:45:49 +08:00
NOTICE initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
THANKS initial 2024-06-22 20:45:49 +08:00
TODO initial 2024-06-22 20:45:49 +08:00
config.h initial 2024-06-22 20:45:49 +08:00
configure.ac initial 2024-06-22 20:45:49 +08:00
post_update.sh initial 2024-06-22 20:45:49 +08:00
version.h initial 2024-06-22 20:45:49 +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.