Go to file
openKylinBot 482371faa7 changed debian/source/format to native 2022-05-13 20:17:57 +08:00
backends riscv-retval-workaround 2022-05-13 20:17:57 +08:00
config disable -Werror as it tends to break with new gcc versions 2022-05-13 20:17:57 +08:00
debian changed debian/source/format to native 2022-05-13 20:17:57 +08:00
lib Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
libasm Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
libcpu Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
libdw Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
libdwelf Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
libdwfl Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
libebl mips_backend 2022-05-13 20:17:57 +08:00
libelf [PATCH 3/3] Add mips n64 relocation format hack 2022-05-13 20:17:57 +08:00
m4 Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
po Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
src [PATCH 3/3] Add mips n64 relocation format hack 2022-05-13 20:17:57 +08:00
tests ignore_strmerge 2022-05-13 20:17:57 +08:00
ABOUT-NLS Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
AUTHORS Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
CONTRIBUTING Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
COPYING Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
COPYING-GPLV2 Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
COPYING-LGPLV3 Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
ChangeLog Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
GPG-KEY Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
INSTALL Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
Makefile.am Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
Makefile.in Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
NEWS Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
NOTES Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
README Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
THANKS Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
TODO Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
aclocal.m4 Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
config.h.in Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
configure Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
configure.ac Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
elfutils.spec Import Upstream version 0.176 2022-05-13 20:17:51 +08:00
version.h Import Upstream version 0.176 2022-05-13 20:17:51 +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/lists.html#ml-requestor

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

See the NOTES files for some design decisions and notes.