1
0
Fork 0
mirror of git://sourceware.org/git/elfutils.git synced 2025-12-06 06:27:59 +00:00
No description
Find a file
Andreas Schwab 4a5cf8be90
Fix const-correctness issues
These were uncovered by the C23 const-preserving library macros.
2025-11-25 20:12:59 -05:00
backends backends: Guard x86_sample_* function calls behind HAVE_X86_INITREG_SAMPLE 2025-10-24 19:06:21 -04:00
config Prepare for 0.194 2025-10-24 21:18:43 -04:00
debuginfod Fix const-correctness issues 2025-11-25 20:12:59 -05:00
doc doc: add man page for gelf update symbol versioning entry functions 2025-11-18 22:12:10 -05:00
lib libdw: Fix eu_search_tree TOCTOU bugs 2025-06-02 17:06:31 -04:00
libasm Replace usage of ar with stored library manifest files 2025-01-21 18:57:34 +01:00
libcpu Fix const-correctness issues 2025-11-25 20:12:59 -05:00
libdw Fix const-correctness issues 2025-11-25 20:12:59 -05:00
libdwelf Replace usage of ar with stored library manifest files 2025-01-21 18:57:34 +01:00
libdwfl link_map.c: Declare name_no_sysroot only if openat2 RESOLVE_IN_ROOT is supported 2025-10-27 22:40:26 -04:00
libdwfl_stacktrace libdwfl_stacktrace + libebl: dwflst_sample_getframes non-perf api 2025-10-24 11:05:01 -04:00
libebl libdwfl_stacktrace + libebl: dwflst_sample_getframes non-perf api 2025-10-24 11:05:01 -04:00
libelf elf_getarhdr.c: Return correct header for archive within an archive 2025-10-24 09:51:13 -04:00
m4 Update minimum C compiler supported to C11 plus stdatomic.h 2025-01-11 00:19:28 +01:00
po po: Update POTFILES.in 2025-11-25 20:12:31 -05:00
src Fix const-correctness issues 2025-11-25 20:12:59 -05:00
tests tests/run-ar.sh: disable PIC/PIE/PLT for ar-extract-ar binaries 2025-10-24 19:06:30 -04:00
.gitignore Replace usage of ar with stored library manifest files 2025-01-21 18:57:34 +01:00
.mailmap AUTHORS: Use generator script & git mailmap 2022-04-24 19:39:47 -04:00
AUTHORS AUTHORS: Use generator script & git mailmap 2022-04-24 19:39:47 -04:00
AUTHORS.sh AUTHORS: Use generator script & git mailmap 2022-04-24 19:39:47 -04:00
ChangeLog readelf: display dynamic symtab without section headers 2023-04-18 21:46:53 +02:00
CONDUCT Update code of conduct 2024-06-07 14:06:53 -04:00
configure.ac Prepare for 0.194 2025-10-24 21:18:43 -04:00
CONTRIBUTING Update code of conduct 2024-06-07 14:06:53 -04:00
COPYING Update name, license and contributor policy. 2012-06-05 23:12:05 +02:00
COPYING-GPLV2 Update name, license and contributor policy. 2012-06-05 23:12:05 +02:00
COPYING-LGPLV3 Update name, license and contributor policy. 2012-06-05 23:12:05 +02:00
GPG-KEY GPG-KEY: Add key for Aaron Merey 2024-03-01 18:10:33 +01:00
Makefile.am Makefile.am: Add errors to lcov ignore list 2025-08-12 10:39:58 -04:00
NEWS Prepare for 0.194 2025-10-24 21:18:43 -04:00
NOTES Fix spelling typos in NEWS, NOTES, TODO, and in comments of configure.ac 2020-12-12 18:06:28 +01:00
README SECURITY: new file 2023-07-03 10:25:40 -04:00
SECURITY SECURITY: new file 2023-07-03 10:25:40 -04:00
THANKS More correct info on contributors. 2009-01-10 18:17:09 -08:00
TODO Fix spelling typos in NEWS, NOTES, TODO, and in comments of configure.ac 2020-12-12 18:06:28 +01:00

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.

See the SECURITY file for defining and handling security-sensitive bugs.