Changelog for
libunwind-coredump0-32bit-1.6.2-8.2.x86_64.rpm :
* Mon May 23 2022 Andreas Schwab
- Fix dependencies- Fix file list
* Wed May 18 2022 Jan Engelhardt - Adjust baselibs.conf for shlib guideline.
* Mon May 16 2022 Jan Engelhardt - Add Conflict markers for earlier combined libunwind.
* Fri May 13 2022 Jan Engelhardt - Resolve rpmlint error \"libunwind.x86_64: E: shlib-policy-name-error SONAME: libunwind-coredump.so.0, expected package suffix: 0\"
* Fri May 06 2022 Andreas Schwab - Enable build on riscv64 and run testsuite
* Thu Apr 21 2022 Dirk Müller - update to 1.6.2:
* Fix off-by-one error in x86_64 stack frames
* Fix error in aarch64 unw_sigcontext
* resolve possible null pointer dereference
* Switch to C11 atomics
* RISC-V support
* aarch64 getcontext functionality
* Tue Jan 19 2021 Dirk Müller - update to 1.5.0:
* dwarf: clang doesn\'t respect the static alias
* Fixed a missing dependency in dwarf-eh.h
* x86_64: Fix tdep_init_done when built with libatomic_ops
* mips: make _step_n64 as a static function
* Added braces to suppress empty if/else warnings
* Delete hardcode of address size to support MIPS64.
* Fix format specifier for int64_t:29
* Add initial support for Solaris x86-64
* x86_64: Add fixup code if previous RIP was invalid
* x86-64: make `is_cached_valid_mem` functional
* arm: clear ip thumb/arm mode bit before move to previous instruction
* Fix compilation with -fno-common.
* Fix off-by-one error in x86_64 stack frames
* aarch64: Fix __sigset build issue on muslC
* Make SHF_COMPRESSED use contingent on its existence- remove libunwind_U_dyn_info_list.patch (upstream)
* Tue Oct 20 2020 Berthold Gunreben - Enable s390x for building
* Wed May 13 2020 Pedro Monreal Gonzalez - Fix compilation with -fno-common [bsc#1171549]- Add patch libunwind_U_dyn_info_list.patch
* Tue Apr 28 2020 Pedro Monreal Gonzalez - Update to 1.4.0 - Fix compilation with -fno-common. - arm: clear ip thumb/arm mode bit before move to previous instruction (#131) - tests: fix test-coredump-unwind without HAVE_EXECINFO_H (#165) - There are 20 not 9 failing tests on Solaris (#162) - change asm to __asm__ to support -std=c11 or similar (#149) - x86-64: make `is_cached_valid_mem` functional (#146) - Allow to build without weak `backtrace` symbol. (#142) - fix compile issue on SH platform (#137) - Add support for zlib compressed elf .debug_frame sections - README: add libc requirement description (#121) - Older systems (e.g. RHEL5) do not have pipe2(). (#122) - x86_64: Add fixup code if previous RIP was invalid (#120) - Fix format specifier for int64_t:29 (#117) - Delete hardcode of address size to support MIPS64. (#114) - Added braces to suppress empty if/else warnings (#112) - mips: make _step_n64 as a static function - x86_64: Fix tdep_init_done when built with libatomic_ops - x86_64: tsan clean (#109) - Fixed a missing dependency in dwarf-eh.h - dwarf: clang doesn\'t respect the static alias (#102)- Update libunwind.keyring- Remove libunwind-gcc10-build-fno-common.patch fixed upstream
* Wed Feb 19 2020 Pedro Monreal Gonzalez - Fix build with GCC-10: [bsc#1160876]
* In GCC-10, the default option -fcommon will change to -fno-common- Add libunwind-gcc10-build-fno-common.patch