Use the assembler (c++ mangled) version of function names when switching sections.
Resolves: #1598579
This commit is contained in:
parent
efaf793911
commit
0342042e79
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
||||
/annobin-8.3.tar.xz
|
||||
/annobin-8.4.tar.xz
|
||||
/annobin-8.5.tar.xz
|
||||
/annobin-8.6.tar.xz
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.5
|
||||
Version: 8.6
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -216,6 +216,9 @@ exit 0
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Jul 09 2018 Nick Clifton <nickc@redhat.com> - 8.6-1
|
||||
- Use the assembler (c++ mangled) version of function names when switching sections. (#1598579)
|
||||
|
||||
* Mon Jul 09 2018 Nick Clifton <nickc@redhat.com> - 8.5-1
|
||||
- Do not call function_section. (#1598961)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-8.5.tar.xz) = 96b126426c12f1a2057231da26bbfda2f38ad5fc490aaac056ea6abff487f6291d11793195c279ab495603f12c5c433cb6f20227ed41d10ef63101209c84ddf1
|
||||
SHA512 (annobin-8.6.tar.xz) = 9c8cfb1af0eac35a0f91ec7cc2f13150c44c57a27307c9c6f8568fc9d927dc056c26306d7eb050071d3ae77c01a7e916b8e46a0be7dd4e19422e8211229741f4
|
||||
|
Loading…
Reference in New Issue
Block a user