Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libunwind-devel-1.7.2-1.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libunwind-devel Distribution: openSUSE:Factory:zSystems
Version: 1.7.2 Vendor: openSUSE
Release: 1.2 Build date: Wed Nov 1 07:27:56 2023
Group: Development/Libraries/C and C++ Build host: s390zl22
Size: 89303 Source RPM: libunwind-1.7.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://savannah.nongnu.org/projects/libunwind/
Summary: Headers for the Unwind library
A set of C programming interfaces to determine the call chain within a running
program (libunwind), of a coredump image (libunwind-coredump), or of a separate
process (libunwind-ptrace).

Provides

Requires

License

MIT

Changelog

* Wed Aug 30 2023 Pedro Monreal <pmonreal@suse.com>
  - Update to 1.7.2:
    * Don't override sp on arm and mips64.
    * Add direct dependent libraries to remotes.
    * Fix make install failure.
* Mon Aug 28 2023 Pedro Monreal <pmonreal@suse.com>
  - Update to 1.7.1:
    * Bump to release 1.7.1 to fix source tarball naming issue
* Fri Jun 23 2023 Pedro Monreal <pmonreal@suse.com>
  - Update to 1.7.0:
    * DWARF: dwarf4 fix cie parsing.
    * x86_64: Stop aliasing RSP and CFA.
    * Prefer EXTBL unwinding on ARM.
    * [GCC pedantic] Fix "error: comma at end of enumerator list"
      when linking to libunwind.
    * Fix table indexing in dwarf_search_unwind_table.
    * Expose function-pointer-to-name API.
    * Add port for Linux on LoongArch.
    * Add more POSIX polyfills for nix cross-build on win.
    * DWARF: avoid a data race.
    * skip latex2man check with --disable-documentation.
    * Skip init_mem_validate calls during remote unwind.
    * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error.
    * Update license in pal-single-threaded.c.
    * Fix to malloc call in tdep_get_elf_image.
    * Updated to determine PAGE_SIZE dynamically.
    * Unwind with pointer authentication on arm64.
    * Make some structs non-empty.
    * DWARF: avoid invalid memory access with invalid CFI.
    * fix incorrect store in AArch64 getcontext.
    * avoid leaking registers across sigreturn.
    * Use constant for array size in os-linux.
    * added coredump support for s390x.
    * Allow an alternate LOG_DRIVER to be specified.
    * Remove bashisms from tests/check-namespace.sh.
    * Add autodetection of procfs_status type.
    * Add remote unwinding support for macOS.
    * Expose get_proc_info_in_range API.
    * Autodetect presence of elf_fpregset_t.
    * coredump: stop assuming .text and .eh_frame are both in the first
      segment of an ELF file.
    * Make sigaltstack() optional.
    * Add support for arm fp registers unwind.
    * updated dist to focal for s390x jobs.
    * Add RISC-V machine value in remote unwind.
    * Fix SOFTFP case for arm getcontext.
    * Added support for unwinding from the vsyscall region.
    * Stop the autotools nag about AC_CONFIG_MACRO_DIRS.
    * Fix make distcheck due to missing coredump header.
    * Fix undefined behavior issues in aarch64.
    * Account for lr in aarch64's uc_addr.
    * tests/run-coredump-unwind: Skip test if no coredump has been created.
    * [LoongArch64] Update the port to latest kernel ABI.
    * arm64: Add support for unwinding in SVE functions
    * check-namespace.sh: adjust aarch64 symbols.
    * Updated to determine PAGE_SIZE dynamically for loongarch64.
    * Gia64-test-nat.c: #include <signal.h> for sigaction().
    * Fix for unw_backtrace fast path does not work on x86_64.
    * fix the way load offset is detected so it works with lld linker.
    * Remove the unused powerpc setcontext() dummies.
    * Add unw_backtrace2 function.
  - Include the man pages, README and LICENSE files.
  - Update libunwind.keyring file.
* Mon May 23 2022 Andreas Schwab <schwab@suse.de>
  - Fix dependencies
  - Fix file list
* Wed May 18 2022 Jan Engelhardt <jengelh@inai.de>
  - Adjust baselibs.conf for shlib guideline.
* Mon May 16 2022 Jan Engelhardt <jengelh@inai.de>
  - Add Conflict markers for earlier combined libunwind.
* Fri May 13 2022 Jan Engelhardt <jengelh@inai.de>
  - 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 <schwab@suse.de>
  - Enable build on riscv64 and run testsuite
* Thu Apr 21 2022 Dirk Müller <dmueller@suse.com>
  - 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 <dmueller@suse.com>
  - 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 <azouhr@opensuse.org>
  - Enable s390x for building
* Wed May 13 2020 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Fix compilation with -fno-common [bsc#1171549]
  - Add patch libunwind_U_dyn_info_list.patch
* Tue Apr 28 2020 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - 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 <pmonrealgonzalez@suse.com>
  - 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

Files

/usr/include/libunwind-common.h
/usr/include/libunwind-dynamic.h
/usr/include/libunwind-ptrace.h
/usr/include/libunwind-s390x.h
/usr/include/libunwind.h
/usr/include/unwind.h
/usr/lib64/libunwind-generic.so
/usr/lib64/libunwind-ptrace.so
/usr/lib64/libunwind-s390x.so
/usr/lib64/libunwind-setjmp.so
/usr/lib64/libunwind.so
/usr/lib64/pkgconfig/libunwind-generic.pc
/usr/lib64/pkgconfig/libunwind-ptrace.pc
/usr/lib64/pkgconfig/libunwind-setjmp.pc
/usr/lib64/pkgconfig/libunwind.pc
/usr/share/man/man3/_U_dyn_cancel.3.gz
/usr/share/man/man3/_U_dyn_register.3.gz
/usr/share/man/man3/libunwind-dynamic.3.gz
/usr/share/man/man3/libunwind-ia64.3.gz
/usr/share/man/man3/libunwind-ptrace.3.gz
/usr/share/man/man3/libunwind-setjmp.3.gz
/usr/share/man/man3/libunwind.3.gz
/usr/share/man/man3/unw_apply_reg_state.3.gz
/usr/share/man/man3/unw_backtrace.3.gz
/usr/share/man/man3/unw_create_addr_space.3.gz
/usr/share/man/man3/unw_destroy_addr_space.3.gz
/usr/share/man/man3/unw_flush_cache.3.gz
/usr/share/man/man3/unw_get_accessors.3.gz
/usr/share/man/man3/unw_get_fpreg.3.gz
/usr/share/man/man3/unw_get_proc_info.3.gz
/usr/share/man/man3/unw_get_proc_info_by_ip.3.gz
/usr/share/man/man3/unw_get_proc_info_in_range.3.gz
/usr/share/man/man3/unw_get_proc_name.3.gz
/usr/share/man/man3/unw_get_proc_name_by_ip.3.gz
/usr/share/man/man3/unw_get_reg.3.gz
/usr/share/man/man3/unw_getcontext.3.gz
/usr/share/man/man3/unw_init_local.3.gz
/usr/share/man/man3/unw_init_local2.3.gz
/usr/share/man/man3/unw_init_remote.3.gz
/usr/share/man/man3/unw_is_fpreg.3.gz
/usr/share/man/man3/unw_is_signal_frame.3.gz
/usr/share/man/man3/unw_reg_states_iterate.3.gz
/usr/share/man/man3/unw_regname.3.gz
/usr/share/man/man3/unw_resume.3.gz
/usr/share/man/man3/unw_set_cache_size.3.gz
/usr/share/man/man3/unw_set_caching_policy.3.gz
/usr/share/man/man3/unw_set_fpreg.3.gz
/usr/share/man/man3/unw_set_reg.3.gz
/usr/share/man/man3/unw_step.3.gz
/usr/share/man/man3/unw_strerror.3.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024