• Home
Name
Date
Size
#Lines
LOC

..--

backends/03-May-2024-15,77510,134

bionic-fixup/03-May-2024-8421

config/03-May-2024-2,4571,815

debuginfod/03-May-2024-8,0546,111

doc/03-May-2024-3,2252,703

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

lib/03-May-2024-3,9582,420

libasm/03-May-2024-4,2712,095

libcpu/03-May-2024-8,4717,104

libdw/03-May-2024-25,43115,657

libdwelf/03-May-2024-1,6041,013

libdwfl/03-May-2024-21,70114,858

libebl/03-May-2024-6,2193,493

libelf/03-May-2024-24,06314,468

m4/03-May-2024-809649

patches/03-May-2024-4334

po/03-May-2024-39,08531,747

src/03-May-2024-40,85631,684

tests/03-May-2024-62,78545,512

.gitignoreD03-May-2024284 3433

.mailmapD03-May-20241.1 KiB2623

AUTHORSD03-May-20241.5 KiB105104

AUTHORS.shD03-May-2024358 134

Android.bpD03-May-20244.9 KiB195182

CONTRIBUTINGD03-May-20244.4 KiB10779

COPYINGD03-May-202434.3 KiB675553

COPYING-GPLV2D03-May-202417.7 KiB340281

COPYING-LGPLV3D03-May-20247.5 KiB166128

ChangeLogD03-May-202429 KiB1,072615

GPG-KEYD03-May-20247 KiB115113

METADATAD03-May-2024778 2423

MODULE_LICENSE_GPLD03-May-20240

Makefile.amD03-May-20243.1 KiB10355

NEWSD03-May-202450.7 KiB1,7951,073

NOTESD03-May-20243 KiB9669

NOTICED03-May-202417.6 KiB341281

OWNERSD03-May-202420 21

READMED03-May-20241.1 KiB3221

THANKSD03-May-2024193 75

TODOD03-May-20245.3 KiB196124

config.hD03-May-20245.5 KiB19650

configure.acD03-May-202433 KiB866756

post_update.shD03-May-2024481 219

version.hD03-May-20241.2 KiB396

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@sourceware.org.
24 https://sourceware.org/ml/elfutils-devel/
25 
26 To subscribe send an email to elfutils-devel-subscribe@sourceware.org
27 Or use the form at https://sourceware.org/mailman/listinfo/elfutils-devel
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