diff options
author | Mark Wielaard <[email protected]> | 2016-01-08 14:44:49 +0100 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2016-01-08 14:46:12 +0100 |
commit | 7930054cf5628e779ceadac68cf59689ddc37cf7 (patch) | |
tree | 2d81bcb87c70ba3ff9922e00adf0281d1a6343fc /config/elfutils.spec.in | |
parent | dd131168e2abf2f0fc872829e1101366395cc390 (diff) |
Prepare 0.165 release.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'config/elfutils.spec.in')
-rw-r--r-- | config/elfutils.spec.in | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 40b08bf1..693c2628 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -31,13 +31,15 @@ BuildRequires: gcc-c++ %define _programprefix eu- %description -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). Also included are numerous -helper libraries which implement DWARF, ELF, and machine-specific ELF -handling. + +Elfutils is a collection of utilities, including stack (to show +backtraces), 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), elflint (to check for well-formed ELF files) and +elfcompress (to compress or decompress ELF sections). +Also included are helper libraries which implement DWARF, ELF, +and machine-specific ELF handling and process introspection. %package devel Summary: Development libraries to handle compiled objects. @@ -175,6 +177,7 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/eu-unstrip %{_bindir}/eu-make-debug-archive #%{_bindir}/eu-ld +%{_bindir}/eu-elfcompress %{_libdir}/libasm-%{version}.so %{_libdir}/libdw-%{version}.so %{_libdir}/libasm.so.* @@ -225,6 +228,16 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace) %{_sysctldir}/10-default-yama-scope.conf %changelog +* Fri Jan 8 2016 Mark Wielaard <[email protected]> 0.165-1 +- elfcompress: New utility to compress or decompress ELF sections. +- readelf: Add -z,--decompress option. +- libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, + elf64_getchdr and gelf_getchdr. +- libdwelf: New function dwelf_scn_gnu_compressed_size. +- config: Add libelf and libdw pkg-config files. +- backends: sparc support for core and live backtraces. +- translations: Updated Polish translation. + * Thu Oct 15 2015 Mark Wielaard <[email protected]> 0.164-1 - strip, unstrip: Handle ELF files with merged strtab/shstrtab tables. Handle missing SHF_INFO_LINK section flags. |