Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
elfutils - A collection of utilities and DSOs to handle compiled objects
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).
Packages
Latest: elfutils-0.152-1.pre6.el5.fio.i686.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
elfutils |
0 |
0.152 |
1.pre6.el5.fio |
i686 |
262 KiB |
2011-06-22 08:58:15 |
elfutils |
0 |
0.148 |
1.el5.fio |
i686 |
256 KiB |
2011-05-09 16:38:22 |
Changelog:
- * 2011-02-15 - Roland McGrath <roland[AT]redhat[DOTCOM]> - 0.152-1
- Update to 0.152
- Various build and warning nits fixed for newest GCC and Autoconf.
- libdwfl: Yet another prelink-related fix for another regression. (#674465)
- eu-elfcmp: New flag --ignore-build-id to ignore differing build ID bits.
- eu-elfcmp: New flag -l/--verbose to print all differences.
- * 2011-02-08 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 0.151-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * 2011-01-12 - Roland McGrath <roland[AT]redhat[DOTCOM]> - 0.151-1
- Update to 0.151
- libdwfl: Fix for more prelink cases with separate debug file.
- eu-strip: New flag --strip-sections to remove section headers entirely.
- * 2010-12-02 - Roland McGrath <roland[AT]redhat[DOTCOM]> - 0.150-2
- libdwfl: Remove bogus assert. (#658268)
- * 2010-11-23 - Roland McGrath <roland[AT]redhat[DOTCOM]> - 0.150-1
- Update to 0.150
- libdw: Fix for handling huge .debug_aranges section. (#638432)
- libdwfl: Fix for handling prelinked DSO with separate debug file. (#652857)
- findtextrel: Fix diagnostics to work with usual section ordering.