Do not skip empty range notes in object files.
This commit is contained in:
parent
a1b8a53f98
commit
ce5f9d54ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
||||
/annobin-8.0.tar.xz
|
||||
/annobin-8.1.tar.xz
|
||||
/annobin-8.2.tar.xz
|
||||
/annobin-8.3.tar.xz
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.2
|
||||
Version: 8.3
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -216,6 +216,9 @@ exit 0
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2018 Nick Clifton <nickc@redhat.com> - 8.3-1
|
||||
- Do not skip empty range notes in object files.
|
||||
|
||||
* 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.2.tar.xz) = 799e7bfbf5bff54431cf419de5e90df83a5af726d6f692f6995ca96c043fed1bde81e95bda504d2eecca9ab2ecb54998d81eec2fc8d1393c0a6e45d21afe8ed5
|
||||
SHA512 (annobin-8.3.tar.xz) = 827ab9e7f6063b30db219198fe75b4a8740b4aa84790d517068e4462841e6e78a73577fb1dfac9069bc0ab0c51be76392ceb41e21a34edd82ce066ec4eb4349d
|
||||
|
Loading…
Reference in New Issue
Block a user