Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
elfutils: A collection of utilities and DSOs to handle compiled objects
- Summary
- Elfutils is a collection of utilities, including ld (a linker),
nm (for listing symbols from object files), size (for listing the
section sizes of an object or archive file), strip (for discarding
symbols), readelf (to see the raw ELF file structures), and elflint
(to check for well-formed ELF files).
Changelog
- * Mon Jan 26 00:00:00 2009 Eddy Nigg <eddy_nigg.org>
-
- Rebuild for StartCom Linux 5.0.x
- * Thu Oct 2 01:00:00 2008 Roland McGrath <roland{%}redhat{*}com> - 0.137-3
-
- fix libdwfl regression (#462689)
- * Fri Aug 29 01:00:00 2008 Roland McGrath <roland{%}redhat{*}com> - 0.137-2
-
- Update to 0.137
- libdwfl: bug fixes; new segment interfaces;
all the libdwfl-based tools now support --core=COREFILE option
- Resolves: RHBZ #325021, RHBZ #447416