Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
elfutils: A collection of utilities and DSOs to handle compiled objects.
Name: | elfutils |
Vendor: | Scientific Linux |
Version: | 0.125 |
License: | GPL |
Release: | 3.el5 |
URL: | |
- 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
- * Wed Jan 10 16:00:00 2007 Roland McGrath <roland{%}redhat{*}com> - 0.125-3
- Fix overeager warn_unused_result build failures.
- * Wed Jan 10 16:00:00 2007 Roland McGrath <roland{%}redhat{*}com> - 0.125-1
- Update to 0.125
- elflint: Compare DT_GNU_HASH tests.
- move archives into -static RPMs
- libelf, elflint: better support for core file handling
- Really fix libdwfl sorting of modules with 64-bit addresses (#220817).
- Resolves: RHBZ #220817, RHBZ #213792
- * Tue Oct 10 17:00:00 2006 Roland McGrath <roland{%}redhat{*}com> - 0.124-1
- eu-strip -f: copy symtab into debuginfo file when relocs use it (#203000)
- Update to 0.124
- libebl: fix ia64 reloc support (#206981)
- libebl: sparc backend support for return value location
- libebl, libdwfl: backend register name support extended with more info
- libelf, libdw: bug fixes for unaligned accesses on machines that care
- readelf, elflint: trivial bugs fixed