From f8f44e93466f2d6b5929a03adfc817e56a70a9ac Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Aug 23 2018 10:33:37 +0000 Subject: Skip gaps covered by _x86.get_pc_thunk and _savegpr symbols. Merge ranges where one is wholly covered by another. --- diff --git a/annobin.spec b/annobin.spec index a2a76cd..2ff6552 100644 --- a/annobin.spec +++ b/annobin.spec @@ -11,7 +11,7 @@ Name: annobin Summary: Binary annotation plugin for GCC -Version: 8.27 +Version: 8.28 Release: 1%{?dist} License: GPLv3+ @@ -94,8 +94,7 @@ hardening options. # the chroots created by our build system # # So we instead query the version from gcc's output. -# -# gcc.spec has: +## gcc.spec has: # Version: %%{gcc_version} # Release: %%{gcc_release}%%{?dist} # ...snip... @@ -200,6 +199,10 @@ make check #--------------------------------------------------------------------------------- %changelog +* Thu Aug 23 2018 Nick Clifton - 8.28-1 +- Skip gaps covered by _x86.get_pc_thunk and _savegpr symbols. (#1619267) +- Merge ranges where one is wholly covered by another. + * Wed Aug 22 2018 Nick Clifton - 8.27-1 - Skip gaps at the end of functions. (#1619267)