forked from pool/dwarves
- Update to release 1.20
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=58
This commit is contained in:
parent
fc552bd1b1
commit
844ea3207b
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYIAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCX7wNpgAKCRCyPKLppCJ+
|
|
||||||
J3u4AQCxvrNGNXGNwvvrKYoOaK/jwHIXtoFEyKGX8Pl56VvwpgD+NBMJTSa3d9me
|
|
||||||
WUuagYHLmwxy6M00phRMFYoLat2tRQA=
|
|
||||||
=qRcB
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9af54663f2bab10d1ea85f97801c8fa045ff62e9b39d4ec6a8541354cb7b6ef3
|
|
||||||
size 686136
|
|
7
dwarves-1.20.tar.sign
Normal file
7
dwarves-1.20.tar.sign
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYIAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCYBxViQAKCRCyPKLppCJ+
|
||||||
|
Jxh8AP0RRovrCX2j5vgw+p+66GFja+F9DCjj69kzK+lY09hTpAEAyr5+mngvmF4P
|
||||||
|
S/jNFociLZryPHt1dIbjWanWGJloLQ8=
|
||||||
|
=DCx3
|
||||||
|
-----END PGP SIGNATURE-----
|
3
dwarves-1.20.tar.xz
Normal file
3
dwarves-1.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0dbda45ce83c0bf21eba78c44b4fd72560a970285fbb3e4f88375015aab6f06
|
||||||
|
size 688728
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 5 01:08:01 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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 <glin@suse.com>
|
Wed Jan 6 06:07:31 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dwarves
|
Name: dwarves
|
||||||
Version: 1.19
|
Version: 1.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DWARF utilities
|
Summary: DWARF utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user