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

libasm1-0.192-2.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: libasm1 Distribution: openSUSE Tumbleweed
Version: 0.192 Vendor: openSUSE
Release: 2.1 Build date: Thu Dec 12 19:37:00 2024
Group: System/Libraries Build host: reproducible
Size: 26151 Source RPM: elfutils-0.192-2.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://sourceware.org/elfutils/
Summary: A collection of utilities and DSOs to handle compiled objects
libasm contains the "asm" and "disasm" functions to assemble and
disassamble instructions. (There is only partial support for i686 and
BPF instructions.) This is part of the elfutils package.

Provides

Requires

License

GPL-2.0-or-later OR LGPL-3.0-or-later

Changelog

* Thu Dec 12 2024 Antonio Teixeira <antonio.teixeira@suse.com>
  - Add fix-static-linking.patch (bsc#1234445)
* Mon Dec 02 2024 Andreas Schwab <schwab@suse.de>
  - Remove files packaged by elfutils-debuginfod
* Sun Dec 01 2024 Adrian Schröter <adrian@suse.de>
  - update to 0.192
    CONDUCT: A new code of conduct has been adopted.  See the
    CONDUCT file for more information.
    debuginfod: Add per-file signature verification for integrity
      checking, using RPM IMA scheme from Fedora/RHEL.
    New API for metadata queries: file name -> buildid.
    Server-side extraction of files from kernel debuginfo
    packages is significantly faster. Now takes < 0.25 seconds,
    down from ~50 seconds.
    libdw: New functions dwfl_set_sysroot, dwfl_frame_unwound_source
    and dwfl_unwound_source_str.
    stacktrace: Experimental new tool that can process a stream of stack
      samples from the Sysprof profiler and unwind them into call
      chains. Enable on x86 with --enable-stacktrace. See
      README.eu-stacktrace in the development branch for detailed
      usage instructions:
      https://sourceware.org/cgit/elfutils/tree/README.eu-stacktrace?h=users/serhei/eu-stacktrace
* Tue May 21 2024 Michael Matz <matz@suse.com>
  - Add "-g" to %optflags, so that the tests work in all repos,
    with or without globally enabled debuginfo creation.
* Sun Mar 17 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.191:
    * libdw: dwarf_addrdie now supports binaries lacking a
      .debug_aranges section.
    * Improved support for DWARF package files.  Add new
      function dwarf_cu_dwp_section_info.
    * debuginfod: Caching eviction logic improvements to improve
      retention of small/frequent/slow files such as Fedora's
      vdso.debug.
    * srcfiles: Can now fetch the source files of a DWARF/ELF file
      and place them into a zip.
  - drop fix_gcc14_errors.patch (upstream)
* Tue Mar 05 2024 Michal Jireš <michal.jires@suse.com>
  - Add fix_gcc14_errors.patch (bsc#1220464)
* Tue Jan 09 2024 Richard Biener <rguenther@suse.com>
  - Update to version 0.190:
    * libelf: Add RELR support.
    * libdw: Recognize .debug_[ct]u_index sections
    * readelf:
    - Support readelf -Ds, --use-dynamic --symbol.
    - Support .gdb_index version 9
    * scrlines: New tool that compiles a list of source files associated
      with a specified dwarf/elf file.
    * backends: Various LoongArch updates.
* Tue May 09 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Add _multibuild to define 2nd spec file as additional flavor.
    Eliminates the need for source package links in OBS.
* Fri Mar 03 2023 Martin Liška <mliska@suse.cz>
  - Update to version 0.189:
    * configure: eu-nm, eu-addr2line and eu-stack can provide demangled symbols
      when linked with libstdc++. Use --disable-demangler to disable.
      A new option --enable-sanitize-memory has been added for msan
      sanitizer support.
    * libelf: elf_compress now supports ELFCOMPRESS_ZSTD when build against
      libzstd
    * libdwfl: dwfl_module_return_value_location now returns 0 (no return type)
      for DIEs that point to a DW_TAG_unspecified_type.
    * elfcompress: -t, --type= now support zstd if libelf has been build with
      ELFCOMPRESS_ZSTD support.
    * backends: Add support for LoongArch and Synopsys ARCv2 processors.
  - drop upsteam patches:
    * elfutils-0.188-CURLOPT_PROTOCOLS_STR.patch
    * elfutils-0.188-CURL_AT_LEAST_VERSION.patch
    * elfutils-0.188-deprecated-CURLINFO.patch
    * support-DW_TAG_unspecified_type.patch
  - Enable -Werror=use-after-free again.
* Thu Mar 02 2023 Andreas Schwab <schwab@suse.de>
  - Drop 0005-backends-Add-RISC-V-object-attribute-printing.patch, never
    intented to be added
* Thu Feb 23 2023 Martin Liška <mliska@suse.cz>
  - Disable a false-positive -Werror=use-after-free warning.
* Thu Feb 16 2023 Pedro Monreal <pmonreal@suse.com>
  - Fix build with libcurl version 7.88.0 for various deprecated
    constants. Add patches:
    * elfutils-0.188-CURLOPT_PROTOCOLS_STR.patch
    * elfutils-0.188-CURL_AT_LEAST_VERSION.patch
    * elfutils-0.188-deprecated-CURLINFO.patch
* Tue Feb 14 2023 Martin Liška <mliska@suse.cz>
  - Add support-DW_TAG_unspecified_type.patch that fixes PR30047.
* Wed Nov 09 2022 Dirk Müller <dmueller@suse.com>
  - align patches section
  - remove date/time handling weirdness, elfutils does no longer
    use __DATE__ or __TIME__ (as proven by the newly added -Werror=date-time)
* Mon Nov 07 2022 Martin Liška <mliska@suse.cz>
  - Update to version 0.188:
    * readelf: Add -D, --use-dynamic option.
    * debuginfod-client: Add $DEBUGINFOD_HEADERS_FILE setting to supply
      outgoing debuginfod_find_section.
    * debuginfod: Add --disable-source-scan option.
    * libdwfl: Add new function dwfl_get_debuginfod_client.
      Add new function dwfl_frame_reg.
      Add new function dwfl_report_offline_memory.
  - Remove upstreamed patches:
    * 0001-libelf-Sync-elf.h-from-glibc.patch
    * 0002-backends-Handle-new-RISC-V-specific-definitions.patch
    * 0003-elflint-Allow-zero-p_memsz-for-PT_RISCV_ATTRIBUTES.patch
    * 0004-readelf-Handle-SHT_RISCV_ATTRIBUTES-like-SHT_GNU_ATT.patch
    * PR29474-debuginfod.patch
    * config-Move-the-2-dev-null-inside-the-sh-c-quotes-fo.patch
    * support-nullglob-in-profile.-.in-files.patch
* Fri Oct 14 2022 Martin Liška <mliska@suse.cz>
  - Add RISC-V specific patches:
    * 0001-libelf-Sync-elf.h-from-glibc.patch
    * 0002-backends-Handle-new-RISC-V-specific-definitions.patch
    * 0003-elflint-Allow-zero-p_memsz-for-PT_RISCV_ATTRIBUTES.patch
    * 0004-readelf-Handle-SHT_RISCV_ATTRIBUTES-like-SHT_GNU_ATT.patch
    * 0005-backends-Add-RISC-V-object-attribute-printing.patch
* Tue Apr 26 2022 Martin Liška <mliska@suse.cz>
  - Update to version 0.187:
    * debuginfod: Support -C option for connection thread pooling.
    * debuginfod-client: Negative cache file are now zero sized instead of
      no-permission files.
    * addr2line: The -A, --absolute option, which shows file names including
      the full compilation directory is now the default.  To get the
      old behavior use the new option --relative.
    * readelf, elflint: Recognize FDO Packaging Metadata ELF notes
    * libdw, debuginfo-client: Load libcurl lazily only when files need to
      be fetched remotely. libcurl is now never
      loaded when DEBUGINFOD_URLS is unset. And when
      DEBUGINFOD_URLS is set, libcurl is only loaded
      when the debuginfod_begin function is called.
* Fri Feb 25 2022 Tony Jones <tonyj@suse.com>
  - Add support for zstd, needed to inspect kernel modules (bsc#1196510)

Files

/usr/lib/libasm-0.192.so
/usr/lib/libasm.so.1


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Feb 1 00:19:49 2025