From 107f5ddd1246bd9b4b2da5a863fee05cd685a936 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 16 Oct 2018 15:37:17 +0100 Subject: [PATCH] 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) --- annobin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 4939490..2891a09 100644 --- a/annobin.spec +++ b/annobin.spec @@ -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 - 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 - 8.53-1 - Also skip virtual thinks created by G++. (#1630619)