Skip PPC64 linker stubs created in the middle of text sections.

Reset the (PPC64) section start symbol to 0 if its section is empty.  (#1638251)
This commit is contained in:
Nick Clifton 2018-10-16 15:37:17 +01:00
parent 31fd1dfa5c
commit 107f5ddd12
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,7 @@
Name: annobin
Summary: Binary annotation plugin for GCC
Version: 8.53
Version: 8.55
Release: 1%{?dist}
License: GPLv3+
@ -204,6 +204,10 @@ make check
#---------------------------------------------------------------------------------
%changelog
* Tue Oct 16 2018 Nick Clifton <nickc@redhat.com> - 8.55-1
- Skip PPC64 linker stubs created in the middle of text sections.
- Reset the (PPC64) section start symbol to 0 if its section is empty. (#1638251)
* Thu Oct 11 2018 Nick Clifton <nickc@redhat.com> - 8.53-1
- Also skip virtual thinks created by G++. (#1630619)