1 Commits

Author SHA256 Message Date
5593261057 Sync changes to SLFO-1.2 branch 2025-08-20 09:13:03 +02:00
7 changed files with 14 additions and 38 deletions

BIN
build.specials.obscpio (Stored with Git LFS)

Binary file not shown.

7
dwarves-1.27.tar.sign Normal file
View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCZmio+QAKCRCyPKLppCJ+
JyE1AQD5BWhUPOeQEwVh/rBTXsc6uWZ34DBSsv0fV0eOXCVGTwD9FP/16dH1btvC
C1PAX7DVCD2+G5Dama5ilsYG8oLnWA0=
=NexU
-----END PGP SIGNATURE-----

BIN
dwarves-1.27.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCaAF9IQAKCRCyPKLppCJ+
J+O2AP9Rt9syHoYBvvULlbCaxyfkGc5NLkKTNemXrPH79y+ZqgEAxutyHVpUKgm5
P6r6uh27G/tmTSecPQ+NvmUQuHQBmgQ=
=TBEs
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c89f47dc4f127c4b9d3fb46c8386a40be45c36ef82e8df472418de9423fc5bb
size 2345336

View File

@@ -1,23 +1,3 @@
-------------------------------------------------------------------
Thu Jun 5 19:42:00 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.30
* dwarf_loader: Add support for DW_TAG_GNU_formal_parameter_pack
and DW_TAG_GNU_template_parameter_pack.
* dwarf_loader: Check DW_OP_[GNU_]entry_value for possible
parameter matching.
* pahole: Introduce new options --with_embedded_flexible_array
and --btf_feature=attributes.
* pahole: Add --padding N to show only structs with N bytes of
padding at its end.
* pahole: Add --padding_ge N to show only structs with at least N
bytes of padding at its end.
-------------------------------------------------------------------
Wed Apr 16 13:37:28 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make package build succeed with cmake 4.0
-------------------------------------------------------------------
Tue Oct 1 08:35:14 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package dwarves
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
%endif
Name: dwarves
Version: 1.30
Version: 1.27
Release: 0
Summary: DWARF utilities
License: GPL-2.0-only
@@ -104,13 +104,12 @@ for processing DWARF, a debugging data format for ELF files.
%build
sv="$PWD/lib.v"
ver=$(echo %version | cut -d+ -f1)
echo "DWARVES_$ver { global: *; };" >"$sv"
echo "DWARVES_$ver{ global: *; };" >"$sv"
%cmake \
%if 0%{?have_libbpf}
-DLIBBPF_EMBEDDED=OFF \
%endif
-DCMAKE_SHARED_LINKER_FLAGS:STRING="-Wl,--version-script=$sv" \
-DCMAKE_POLICY_VERSION_MINIMUM=3.28
-DCMAKE_SHARED_LINKER_FLAGS:STRING="-Wl,--version-script=$sv"
%cmake_build
%install