Name: | gcc-toolset-10-elfutils |
Version: | 0.180 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Development/Tools |
Size: | 2165729 |
License: | GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL |
RPM: |
gcc-toolset-10-elfutils-0.180-1.el8.x86_64.rpm
|
Source RPM: |
gcc-toolset-10-elfutils-0.180-1.el8.src.rpm
|
Build Date: | Fri Aug 07 2020 |
Build Host: | jenkins-10-147-72-125-5fe1b471-a31d-4bfb-9e01-0a5fbea53195.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://elfutils.org/ |
Summary: | A collection of utilities and DSOs to handle ELF files and DWARF data |
Description: | 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). |
-
Thu Jun 11 2020 Mark Wielaard <mjw@redhat.com> - 0.180-1
- New upstream release.
-
Wed Jun 10 2020 Mark Wielaard <mjw@redhat.com> - 0.178-1
- New upstream release.
- debuginfod: New server, client tool and library to index and fetch
ELF/DWARF files addressed by build-id through HTTP.
- doc: There are now some manual pages for functions and tools.
- backends: The libebl libraries are no longer dynamically loaded
through dlopen, but are now compiled into libdw.so directly.
- readelf: -n, --notes now takes an optional "SECTION" argument.
-p and -x now also handle section numbers.
New option --dyn-sym to show just the dynamic symbol table.
- libdw: Abbrevs and DIEs can now be read concurrently by multiple
threads through the same Dwarf handle.
- libdwfl: Will try to use debuginfod when installed as fallback to
retrieve ELF and DWARF debug data files by build-id.
-
Tue Jun 09 2020 Mark Wielaard <mjw@redhat.com> - 0.177-1
- New upstream release.
- elfclassify: New tool to analyze ELF objects.
- readelf: Print DW_AT_data_member_location as decimal offset.
Decode DW_AT_discr_list block attributes.
- libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias.
- libdwelf: Add dwelf_elf_e_machine_string.
dwelf_elf_begin now only returns NULL when there is an error
reading or decompressing a file. If the file is not an ELF file
an ELF handle of type ELF_K_NONE is returned.
-
Wed May 27 2020 Mark Wielaard <mjw@redhat.com> - 0.176-6
- Add elfutils-0.176-pt-gnu-prop.patch
-
Fri Jul 05 2019 Mark Wielaard <mjw@redhat.com> - 0.176-5
- Add elfutils-0.176-strip-symbols-illformed.patch
-
Fri Jun 07 2019 Mark Wielaard <mjw@redhat.com> - 0.176-4
- Add elfutils-0.176-gcc-pr88835.patch
- Add elfutils-0.176-xlate-note.patch
- Add elfutils-0.176-elf-update.patch
-
Thu Mar 07 2019 Mark Wielaard <mjw@redhat.com> - 0.176-1
- Update to elfutils-0.176.
- Fixes CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150,
CVE-2019-7664, CVE-2019-7665.
-
Fri Jan 11 2019 Mark Wielaard <mjw@redhat.com> - 0.175-2
- Update to elfutils-0.175.
-
Fri Sep 14 2018 Mark Wielaard <mjw@redhat.com> - 0.174-1
- New upstream release
- libelf, libdw and all tools now handle extended shnum and shstrndx
correctly
- elfcompress: Don't rewrite input file if no section data needs
updating. Try harder to keep same file mode bits (suid) on rewrite.
- strip: Handle mixed (out of order) allocated/non-allocated sections.
- unstrip: Handle SHT_GROUP sections.
- Fixes CVE-2018-16062, CVE-2018-16402 and CVE-2018-16403.
-
Wed Jul 04 2018 Mark Wielaard <mjw@redhat.com> - 0.173-1
- New upstream release
- More fixes for crashes and hangs found by afl-fuzz. In particular
various functions now detect and break infinite loops caused by bad
DIE tree cycles.
- readelf: Will now lookup the size and signedness of constant value
types to display them correctly (and not just how they were encoded).
- libdw: New function dwarf_next_lines to read CU-less .debug_line data.
dwarf_begin_elf now accepts ELF files containing just .debug_line
or .debug_frame sections (which can be read without needing a DIE
tree from the .debug_info section).
Removed dwarf_getscn_info, which was never implemented.
- backends: Handle BPF simple relocations.
The RISCV backends now handles ABI specific CFI and knows about
RISCV register types and names.
- Add scl macros and elfutils-0.173-dts.patch.