SHA256
6
0
forked from pool/elfutils

Updating link to change in openSUSE:Factory/elfutils revision 106

OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=e4b35ae72d069e5ec175e8d1871c4831
This commit is contained in:
OBS User buildservice-autocommit
2023-03-05 19:07:54 +00:00
committed by Git OBS Bridge
parent 384395963b
commit 754a4391b4
13 changed files with 61 additions and 368 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Mar 3 16:52:50 UTC 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 2 12:59:54 UTC 2023 - Andreas Schwab <schwab@suse.de>
- Drop 0005-backends-Add-RISC-V-object-attribute-printing.patch, never
intented to be added
-------------------------------------------------------------------
Thu Feb 23 09:29:20 UTC 2023 - Martin Liška <mliska@suse.cz>