1 Commits

Author SHA256 Message Date
f1ee3d5b01 - Update to version 2.1.0
* Removed heuristic checs for decompression reasonableness as
    they failed on some real object files.
  * Corrected handling and reporting of the DWARF6 attributes
    DW_AT_language_name and DW_AT_language_version.
  * An object with DWARF and GNU debuglink data and nothing else
    is now correctly accepted and reported.
- Update to version 2.0.0
  * Fixed a longstanding bug in configure.ac which began to cause
    builds to fail with recent autoconf.
  * Updated the error report (for zlib, zstd) when decompression
    exceeds a heuristic limit.
- Update to version 0.12
  * Improved the code in dwarfdump checking for valid address
    ranges (-k options).
  * Added the capability of using mmap instead of malloc in
    reading section data and functions allowing reporting on
    section malloc/mmap.
  * Now detects duplicated attributes and generates an error and
    provides a way to suppress the detection (for cases where one
    needs to analyze an object that was created with a broken
    compiler).
- Add patch:
  * libdwarf-both.patch
- Use meson instead of autotools
- Build dwarfgen
- Run testsuite
- Use %ldconfig_scriptlets macro

OBS-URL: https://build.opensuse.org/package/show/devel:tools/libdwarf?expand=0&rev=72
2025-09-22 12:02:17 +00:00