- Delay generating attach_to_group directives until the end of the compilation. (#1636265)
- Fix bug introduced in previous delta which would trigger a seg-fault when scanning for gaps. - Annobin: Fix section name selection for startup sections. - Annocheck: Improve gap skipping heuristics. (#1630574)
This commit is contained in:
parent
f0f59cd27a
commit
1750e06470
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@
|
|||||||
/annobin-8.41.tar.xz
|
/annobin-8.41.tar.xz
|
||||||
/annobin-8.44.tar.xz
|
/annobin-8.44.tar.xz
|
||||||
/annobin-8.45.tar.xz
|
/annobin-8.45.tar.xz
|
||||||
|
/annobin-8.48.tar.xz
|
||||||
|
12
annobin.spec
12
annobin.spec
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 8.45
|
Version: 8.48
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -204,6 +204,16 @@ make check
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 05 2018 Nick Clifton <nickc@redhat.com> - 8.48-1
|
||||||
|
- Delay generating attach_to_group directives until the end of the compilation. (#1636265)
|
||||||
|
|
||||||
|
* Mon Oct 01 2018 Nick Clifton <nickc@redhat.com> - 8.47-1
|
||||||
|
- Fix bug introduced in previous delta which would trigger a seg-fault when scanning for gaps.
|
||||||
|
|
||||||
|
* Mon Oct 01 2018 Nick Clifton <nickc@redhat.com> - 8.46-1
|
||||||
|
- Annobin: Fix section name selection for startup sections.
|
||||||
|
- Annocheck: Improve gap skipping heuristics. (#1630574)
|
||||||
|
|
||||||
* Mon Oct 01 2018 Nick Clifton <nickc@redhat.com> - 8.45-1
|
* Mon Oct 01 2018 Nick Clifton <nickc@redhat.com> - 8.45-1
|
||||||
- Fix function section support (again). (#1630574)
|
- Fix function section support (again). (#1630574)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-8.45.tar.xz) = 3dc5ab08032fc93fe2485c44f4c01cc35d4705e36c959aa3aed28615140028b26a3524ea83e543edcbc2fa066dd9af8141d8f47be2c25cb567b8b9b277ac1084
|
SHA512 (annobin-8.48.tar.xz) = ad161d4ee6700c71e8559b6ada91f068a56c280ddebb821f489f7bc59056e273a676683337cfa2b39d314e2f204df0b98fb87aeb8afdf7d34b097514b5df80cb
|
||||||
|
Loading…
Reference in New Issue
Block a user