From 844ea3207b064fd585cf9ec91449651acd18b7058f48e481a8e0ce5dab2035b4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 5 Feb 2021 01:11:59 +0000 Subject: [PATCH] - Update to release 1.20 OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=58 --- dwarves-1.19.tar.sign | 7 ------- dwarves-1.19.tar.xz | 3 --- dwarves-1.20.tar.sign | 7 +++++++ dwarves-1.20.tar.xz | 3 +++ dwarves.changes | 17 +++++++++++++++++ dwarves.spec | 2 +- 6 files changed, 28 insertions(+), 11 deletions(-) delete mode 100644 dwarves-1.19.tar.sign delete mode 100644 dwarves-1.19.tar.xz create mode 100644 dwarves-1.20.tar.sign create mode 100644 dwarves-1.20.tar.xz diff --git a/dwarves-1.19.tar.sign b/dwarves-1.19.tar.sign deleted file mode 100644 index c2eff4e..0000000 --- a/dwarves-1.19.tar.sign +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYIAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCX7wNpgAKCRCyPKLppCJ+ -J3u4AQCxvrNGNXGNwvvrKYoOaK/jwHIXtoFEyKGX8Pl56VvwpgD+NBMJTSa3d9me -WUuagYHLmwxy6M00phRMFYoLat2tRQA= -=qRcB ------END PGP SIGNATURE----- diff --git a/dwarves-1.19.tar.xz b/dwarves-1.19.tar.xz deleted file mode 100644 index 968e8ff..0000000 --- a/dwarves-1.19.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9af54663f2bab10d1ea85f97801c8fa045ff62e9b39d4ec6a8541354cb7b6ef3 -size 686136 diff --git a/dwarves-1.20.tar.sign b/dwarves-1.20.tar.sign new file mode 100644 index 0000000..0217d26 --- /dev/null +++ b/dwarves-1.20.tar.sign @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCYBxViQAKCRCyPKLppCJ+ +Jxh8AP0RRovrCX2j5vgw+p+66GFja+F9DCjj69kzK+lY09hTpAEAyr5+mngvmF4P +S/jNFociLZryPHt1dIbjWanWGJloLQ8= +=DCx3 +-----END PGP SIGNATURE----- diff --git a/dwarves-1.20.tar.xz b/dwarves-1.20.tar.xz new file mode 100644 index 0000000..34963ff --- /dev/null +++ b/dwarves-1.20.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dbda45ce83c0bf21eba78c44b4fd72560a970285fbb3e4f88375015aab6f06 +size 688728 diff --git a/dwarves.changes b/dwarves.changes index 4313d4f..10fb544 100644 --- a/dwarves.changes +++ b/dwarves.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Feb 5 01:08:01 UTC 2021 - Jan Engelhardt + +- 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. + ------------------------------------------------------------------- Wed Jan 6 06:07:31 UTC 2021 - Gary Ching-Pang Lin diff --git a/dwarves.spec b/dwarves.spec index 4671707..6144253 100644 --- a/dwarves.spec +++ b/dwarves.spec @@ -17,7 +17,7 @@ Name: dwarves -Version: 1.19 +Version: 1.20 Release: 0 Summary: DWARF utilities License: GPL-2.0-only