Fix construction of absolute versions of --dwarf-dir and --debug-rpm options.
This commit is contained in:
parent
7b83124311
commit
5a7b2e9a48
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
||||
/annobin-8.7.tar.xz
|
||||
/annobin-8.8.tar.xz
|
||||
/annobin-8.9.tar.xz
|
||||
/annobin-8.10.tar.xz
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.9
|
||||
Version: 8.10
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -199,6 +199,9 @@ make check
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Jul 12 2018 Nick Clifton <nickc@redhat.com> - 8.10-1
|
||||
- Fix construction of absolute versions of --dwarf-dir and --debug-rpm options.
|
||||
|
||||
* Tue Jul 10 2018 Nick Clifton <nickc@redhat.com> - 8.9-1
|
||||
- Fix buffer overrun when very long symbol names are encountered.
|
||||
|
||||
@ -218,7 +221,7 @@ make check
|
||||
- Ignore cross-section gaps. (#1598551)
|
||||
|
||||
* Thu Jul 05 2018 Nick Clifton <nickc@redhat.com> - 8.3-1
|
||||
- Do not skip empty range notes in object files.
|
||||
- Do not skip empty range notes in object files. (#1598361)
|
||||
|
||||
* Mon Jul 02 2018 Nick Clifton <nickc@redhat.com> - 8.2-1
|
||||
- Create the start symbol at the start of the function and the end symbol at the end. (#1596823)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-8.9.tar.xz) = 9f2f5cfbaf425c190a6e8398182d9f1ee98647925d1c423af80baf33904f8cbf7d3bf3eb3bcf37292bca7133bebf7fba518fa17c22b48700b411c3cd4ef35d1c
|
||||
SHA512 (annobin-8.10.tar.xz) = 11d887a4d9cfdc35073a751f11e9bc3c526d6adb3ffd5d4b350597086df4deb91287ce2df9643fa93d9d015a1e5bd776a266db29e02d0f307e32733affdf48fb
|
||||
|
Loading…
Reference in New Issue
Block a user