New upstream release: 1.23
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
550742fafd
commit
b033adde3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/dwarves-1.21.tar.xz
|
||||
/0001-btf-Remove-ftrace-filter.patch
|
||||
/dwarves-1.22.tar.xz
|
||||
/dwarves-1.23.tar.xz
|
||||
|
17
dwarves.spec
17
dwarves.spec
@ -2,7 +2,7 @@
|
||||
%define libver 1
|
||||
|
||||
Name: dwarves
|
||||
Version: 1.22
|
||||
Version: 1.23
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Summary: Debugging Information Manipulation Tools (pahole & friends)
|
||||
@ -79,7 +79,7 @@ rm -Rf %{buildroot}
|
||||
%files
|
||||
%doc README.ctracer
|
||||
%doc README.btf
|
||||
%doc changes-v1.22
|
||||
%doc changes-v1.23
|
||||
%doc NEWS
|
||||
%{_bindir}/btfdiff
|
||||
%{_bindir}/codiff
|
||||
@ -131,7 +131,18 @@ rm -Rf %{buildroot}
|
||||
%{_libdir}/%{libname}_reorganize.so
|
||||
|
||||
%changelog
|
||||
* Mon Aug 23 2021 Aug 17 2021 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.22-1
|
||||
* Wed Dec 8 2021 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.23-1
|
||||
- New release: v1.23
|
||||
- Process DW_TAG_LLVM_annotation tags.
|
||||
- Initial support for DW_TAG_skeleton_unit.
|
||||
- Encode BTF_KIND_TYPE_TAG and BTF_KIND_DECL_TAG
|
||||
- Fix handling of percpu symbols on s390.
|
||||
- Use cacheline size to infer struct member alignment from BTF.
|
||||
- Add --skip_missing to not stop when not finding one of -C arguments.
|
||||
- Fix __attribute__((__aligned__(N)) printing alignment for struct members.
|
||||
- Fix nested __attribute__(__aligned__(N)) struct printing order.
|
||||
|
||||
* Mon Aug 23 2021 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.22-1
|
||||
- New release: v1.22
|
||||
- Introduce -j/--jobs option to specify the number of threads to use.
|
||||
- Multithreaded DWARF loading, requires elfutils >= 0.178.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dwarves-1.22.tar.xz) = d45b19505cd59eb2cbb42304ab599661355a4085262cb202757822ec1c05476c851dea85e922f9421efb8a978ab475a6a6545757c6ab080f13ac77c5f7186606
|
||||
SHA512 (dwarves-1.23.tar.xz) = 5255930d6898ce35a41e3e553363964663d2b686d12732ff6140fa1d06fcc3806adf28e24ec35ab0712eec0562c52c3943afe9ecce468b0053b852ffeb04c3dc
|
||||
|
Loading…
Reference in New Issue
Block a user