• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

backends/H30-Mar-2020-17,36811,343

config/H03-May-2022-8,3766,593

debuginfod/H30-Mar-2020-6,0544,586

doc/H30-Mar-2020-3,0882,627

lib/H03-May-2022-4,6163,031

libasm/H30-Mar-2020-5,1572,899

libcpu/H30-Mar-2020-17,92114,824

libdw/H03-May-2022-26,95017,248

libdwelf/H30-Mar-2020-2,3351,658

libdwfl/H03-May-2022-21,86315,167

libebl/H30-Mar-2020-7,0234,195

libelf/H03-May-2022-24,85815,317

m4/H30-Mar-2020-2,5822,251

po/H03-May-2022-57,91647,145

src/H03-May-2022-40,92531,913

tests/H03-May-2022-60,08145,195

ABOUT-NLSH A D30-Mar-202074.7 KiB1,0691,022

AUTHORSH A D30-Mar-202053 54

CONTRIBUTINGH A D30-Mar-20204.4 KiB10779

COPYINGH A D30-Mar-202034.3 KiB675553

COPYING-GPLV2H A D30-Mar-202017.7 KiB340281

COPYING-LGPLV3H A D30-Mar-20207.5 KiB166128

ChangeLogH A D30-Mar-202022.8 KiB833479

GPG-KEYH A D30-Mar-20207 KiB115113

INSTALLH A D30-Mar-202015.4 KiB369287

Makefile.amH A D30-Mar-20201.8 KiB5719

Makefile.inH A D30-Mar-202029.8 KiB938827

NEWSH A D30-Mar-202045.1 KiB1,648974

NOTESH A D30-Mar-20203 KiB9669

READMEH A D30-Mar-20201.1 KiB3221

THANKSH A D30-Mar-2020193 75

TODOH A D30-Mar-20205.3 KiB196124

aclocal.m4H A D30-Mar-202055.2 KiB1,5321,389

config.h.inH A D30-Mar-20203.5 KiB14095

configureH A D30-Mar-2020315.4 KiB11,1259,275

configure.acH A D30-Mar-202027.4 KiB756656

elfutils.specH A D30-Mar-202045.5 KiB1,141942

version.hH A D30-Mar-20201.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/mailman/listinfo/elfutils-devel
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