libdwarves-devel-32bit-1.22-150400.2.10 >  A bvtp9|Ff(.C$¡ J,/}x"33&F-;MEL.xKI;<,9@RR^x?FE\myFk{$wäoQ.f`߆MKo,y#6$K+64' ޒMU|ZftmT  w\p0!7WZ@[a9 Gooϵ*|nzP H9?C-O87c1d7290aa3807d218ae3746e8e0340642673ead3eb767ca4a833b2a837f9b4006db204358089991a5551b4b5bfe5d6598e4f40&bvtp9|ev:ko$yc22_Fz`^/L|^;"fB Cv^JSOC AYҦ~ y2|IZeI\ ?X˦]<9T;6갡vsĤ"$} `GR9zd;4N Tq=^ t (" %K%kI!emd#C;,i65-kud>p9"?!d * U"/ Ee     "DP&(L8T9:GHIXY\ ] ^ Rb \c!d!se!xf!{l!}u!v!!!!!Clibdwarves-devel-32bit1.22150400.2.10DWARF processing library development filesThis package contains the development files for libdwarves, a library for processing DWARF, a debugging data format for ELF files.bvjgoat02SUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/Development/Libraries/C and C++https://acmel.wordpress.com/linuxx86_64bvjbvjbvjlibdwarves.so.1libdwarves_emit.so.1libdwarves_reorganize.so.1rootrootrootrootrootrootdwarves-1.22-150400.2.10.src.rpmlibdwarves-devel-32bitlibdwarves-devel-32bit(x86-32)    libdwarves-devellibdwarves1-32bitrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.221.223.0.4-14.6.0-14.0-15.2-14.14.3a#a@a^`@`#@`r`!@``e@`t6@`3@_@__ _ _w@_h_O@^@^n]q]\Ɋ@[ug@ZXT@T>ajengelh@inai.demsuchanek@suse.commsuchanek@suse.commsuchanek@suse.commsuchanek@suse.comdmueller@suse.commsuchanek@suse.comjslaby@suse.czjengelh@inai.dejengelh@inai.dejengelh@inai.deglin@suse.comjengelh@inai.dejengelh@inai.dedmueller@suse.comjengelh@inai.detdevries@suse.comjslaby@suse.comidonmez@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.dedsterba@suse.czjengelh@inai.dejengelh@inai.dempluskal@suse.comdimstar@opensuse.orgjengelh@inai.de- Update to release 1.22 (bsc#1190340). * Ability to encode BTF to a separate file * Multithreaded DWARF loading * Details at https://marc.info/?l=dwarves&m=162975403628056&w=2- When building with system libbpf depend also on new enough Linux headers.- 15.4 has new elfutils, drop libebl-plugins dependency. - Update to version 1.21+git177.1ef87b2: * Fix crash with split BTF debuginfo * CMakeList.txt: Bump version to the upcoming 1.22 release, not out of the door yet - Remove upstreamed patch dwarves-Prep-1.22.patch- Use system libbpf when available (bsc#1188420 bsc#1188419 jsc#SLE-17288 jsc#SLE-18805).- Update to version 1.21+git175.1ef87b2 (jsc#SLE-17288): * libbpf: bump dependency to >= 0.4.0 * CMakeLists.txt: Enable SHARED and STATIC lib creation * libbpf: Allow to use packaged version * btfdiff: Support diffing DWARF vs detached BTF * pahole: Allow encoding BTF into a detached file * pahole: Add --kabi_prefix flag * btf_encoder: fix and complete filtering out zero-sized per-CPU variables * btf: Remove ftrace filter * pahole: Introduce --with_flexible_array option to show just types ending in a flexible array * Many updates to btf_encoder and bug fixes - Remove upstreamed patches - btf_encoder-fix-and-complete-filtering-out-zero-sized-per-CPU-variables.patch - remove-ftrace-filter.patch - Pretend version 1.22 to make kernel happy + dwarves-Prep-1.22.patch- use https for url (and more beautification changes from spec-cleaner)- Handle zero sized per-cpu veriables in Linux BTF. + btf_encoder-fix-and-complete-filtering-out-zero-sized-per-CPU-variables.patch- add remove-ftrace-filter.patch- Codify build requirement on elfutils >= 0.171- Update to release 1.21 * Handle DWARF5 DW_OP_addrx and subprogram ret type with abstract_origin properly.- Update to release 1.20 * Addresses problems related to gcc 11 defaulting to DWARF5 for -g. * Support SHN_XINDEX in st_shndx symbol indexes, to handle ELF objects with more than 65534 sections, for instance, which happens with kernels built with KCFLAGS="-ffunction-sections - fdata-sections", Other cases may include when using FG-ASLR, LTO. * Fix BTF variable generation for kernel modules, not skipping variables at offset zero. * Fix address size to match what is in the ELF file being processed, to fix using a 64-bit pahole binary to generate BTF for a 32-bit vmlinux image.- Drop the version requirement of libdw-devel + DW_AT_alignment is defined in 1.19 so dwarves now is compatible with older libdw.- Update to release 1.19 * Support for split BTF. * Support cross-compiled ELF binaries with different endianness. * Support for showing typedefs for anonymous types, like structs, unions and enums.- Add _service file / move to 1.18.g19 (863e6f0f) * btf_encoder: Ignore zero-sized ELF symbols- update to 1.18_15g040fd7f (bsc#1177921): * btf_encoder: Support cross-compiled ELF binaries with different endianness * strings: use BTF's string APIs for strings management * strings: Rename strings.h to avoid clashing with /usr/include/strings.h * dwarf_loader: increase the size of lookup hash map * btf_encoder: revamp how per-CPU variables are encoded * btf_encoder: Discard CUs after BTF encoding * btf_encoder: Fix emitting __ARRAY_SIZE_TYPE__ as index range type * btf_encoder: Use libbpf APIs to encode BTF type info * btf_loader: Use libbpf to load BTF * dwarves: Expose and maintain active debug info loader operations * btf_encoder: detect BTF encoding errors and exit * libbpf: Update to latest libbpf version * dwarf_loader: Conditionally define DW_AT_alignment * pahole: Implement --packed * man-pages: Fix 'coimbine' typo - remove libbpf-Fix-libbpf-hashmap-on-I-LP32-architectures.patch (upstream)- Update to release 1.18 * pahole now should be segfault free when handling gdb test suit DWARF files, including ADA, FORTRAN, rust and dwp compressed files (the latter is refused). * Bail out on partial units for now, avoiding segfaults. - Drop dwarves-dwarf_loader-Ignore-entries-in-a-DW_TAG_partial_unit-for-now.patch, dwarves-dwarf_loader-Bail-out-at-DW_TAG_imported_unit-tags.patch (merged) - Add forced ELF symvers because of ABI breaks- Backport fixes for segfault when processing dwz-ed kernel [bsc#1176095,https://github.com/acmel/dwarves/issues/10]. * dwarves-dwarf_loader-Bail-out-at-DW_TAG_imported_unit-tags.patch * dwarves-dwarf_loader-Ignore-entries-in-a-DW_TAG_partial_unit-for-now.patch- add libbpf-Fix-libbpf-hashmap-on-I-LP32-architectures.patch- Don't require libebl-plugins on suse_version >= 1550- Update to release 1.17 * Support raw BTF as available in /sys/kernel/btf/vmlinux. * Make --find_pointers_to consider unions. * Make --contains and --find_pointers_to honour --unions. * Add support for finding pointers to void. * Make --contains and --find_pointers_to to work with base types.- Update to release 1.16 * btf_loader: Add support for BTF_KIND_FUNC- Update to new upstream release 1.15 * Avoid null dereference with NULL configs * Fixup printing "const" early with "const void" * Fix recursively printing named structs in --expand_types- version 1.13 - Use of the recently introduced BTF deduplication algorithm - Introduce a 'btfdiff' utility - Add a BTF loader, i.e. 'pahole -F btf' allows pretty printing of structs and unions in the same fashion as with DWARF info - Better union support - Infer __attribute__((__packed__)) when structs have no alignment holes - Support DWARF5's DW_AT_alignment - Add a '--compile' option to 'pfunct'- Update to new upstream release 1.12 * Added a BTF (BPF Type Format) encoder * Initial support for DW_TAG_partial_unit * Print cacheline boundaries in multiple union members * Show offsets at union members- dwarves needs elfutils to have the EBL plugins available to carry out its work. [boo#1049871] - Update to new upstream release 1.11 * dwarf_loader: Do not stop processing after finding unsupported tags * dwarf_loader: Support DW_FORM_data{4,8} for reading class member offsets * dwarf_fprintf: Handle DW_TAG_GNU_call_site{_parameter} * dwarf_loader: Add support for DW_TAG_restrict_type * dwarf_loader: Initial support for DW_TAG_unspecified_type - Remove dwarves-no-DW_TAG_mutable.patch (already applied)- Use cmake macros- Add dwarves-no-DW_TAG_mutable.patch: Fix build with newer libdwarf versions: DW_TAG_mutable_type was a mistake in an early DWARFv3 draft and was removed in the final version.- Drop libdwarf dependency; it is not needed for build (libdw is used instead)1.22-150400.2.101.22-150400.2.10libdwarves.solibdwarves_emit.solibdwarves_reorganize.so/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP4:GA/standard/9fe90d6d27253d0da3ffc8afe968c1a6-dwarvescpioxz5x86_64-suse-linuxutf-89a09fbf62bf5b1a36cc7298be630d3986f3bdbe8e590d61561370b2c09f32f5d?p7zXZ !t/c] cr$x#F ŦesaNA