• Home
Name Date Size #Lines LOC

..--

backends/03-May-2024-15,5809,956

bionic-fixup/03-May-2024-8421

config/03-May-2024-1,7531,274

doc/03-May-2024-491423

include/elfutils/03-May-2024-1,957643

lib/03-May-2024-2,4821,473

libasm/03-May-2024-4,2012,055

libcpu/03-May-2024-6,7835,579

libdw/03-May-2024-25,12115,603

libdwelf/03-May-2024-1,136605

libdwfl/03-May-2024-20,57014,049

libebl/03-May-2024-6,1203,373

libelf/03-May-2024-23,43714,050

m4/03-May-2024-1,4801,336

po/03-May-2024-65,67753,120

src/03-May-2024-38,42729,835

tests/03-May-2024-52,67038,694

.gitignoreD03-May-20242.6 KiB167166

ABOUT-NLSD03-May-202474.7 KiB1,0691,022

AUTHORSD03-May-202453 54

Android.bpD03-May-2024290 1715

CONTRIBUTINGD03-May-20244.4 KiB10779

COPYINGD03-May-202434.3 KiB675553

COPYING-GPLV2D03-May-202417.7 KiB340281

COPYING-LGPLV3D03-May-20247.5 KiB166128

ChangeLogD03-May-202421.2 KiB776444

CleanSpec.mkD03-May-20242.9 KiB598

GPG-KEYD03-May-20247 KiB115113

METADATAD03-May-2024533 1918

MODULE_LICENSE_GPLD03-May-20240

Makefile.amD03-May-20241.8 KiB5416

NEWSD03-May-202442.3 KiB1,575923

NOTESD03-May-20243 KiB9669

NOTICED03-May-202417.6 KiB341281

OWNERSD03-May-2024150 54

READMED03-May-20241.1 KiB3221

THANKSD03-May-2024193 75

TODOD03-May-20245.3 KiB196124

config.hD03-May-20243.8 KiB13941

configure.acD03-May-202423.9 KiB688595

version.hD03-May-20241.2 KiB396

README

1The elfutils project provides libraries and tools for ELF files and DWARF data.
2
3The project home is http://elfutils.org/
4
5Releases are published at ftp://sourceware.org/pub/elfutils/
6Which can also be found at https://sourceware.org/elfutils/ftp/
7
8To build a release do: ./configure && make && make check
9Please check the configure summary to make sure all recommended
10features are enabled. There should be no failures after make check.
11
12Please reports bugs at https://sourceware.org/bugzilla/
13
14The current elfutils source code can be checked out with
15git clone git://sourceware.org/git/elfutils.git
16
17To build a git checkout do:
18  autoreconf -i -f && \
19  ./configure --enable-maintainer-mode && \
20  make && make check
21
22The developer mailinglist to send patches to is
23elfutils-devel@sourceware.org.
24https://sourceware.org/ml/elfutils-devel/
25
26To subscribe send an email to elfutils-devel-subscribe@sourceware.org
27Or use the form at https://sourceware.org/lists.html#ml-requestor
28
29See the CONTRIBUTING file for how to propose patches to the code.
30
31See the NOTES files for some design decisions and notes.
32