Merge .gnu.build.attribute sections together. [for GOLD]

Relates: #1608390
This commit is contained in:
Nick Clifton 2018-07-26 22:11:14 +01:00
parent 1bbe42b979
commit 2d0d6ec530
2 changed files with 12 additions and 2 deletions

View File

@ -8,3 +8,13 @@
EOF
}
--- binutils.orig/gold/layout.cc 2018-07-26 10:07:31.059922048 +0100
+++ binutils-2.31.1/gold/layout.cc 2018-07-26 16:57:51.911028541 +0100
@@ -5429,6 +5429,7 @@ const Layout::Section_name_mapping Layou
MAPPING_INIT(".gnu.linkonce.armextab.", ".ARM.extab"),
MAPPING_INIT(".ARM.exidx", ".ARM.exidx"),
MAPPING_INIT(".gnu.linkonce.armexidx.", ".ARM.exidx"),
+ MAPPING_INIT(".gnu.build.attributes.", ".gnu.build.attributes"),
};
// Mapping for ".text" section prefixes with -z,keep-text-section-prefix.

View File

@ -69,7 +69,7 @@
Summary: A GNU collection of binary utilities
Name: %{?cross}binutils%{?_with_debug:-debug}
Version: 2.31.1
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv3+
URL: https://sourceware.org/binutils
@ -716,7 +716,7 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Thu Jul 26 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-4
* Thu Jul 26 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-5
- Merge .gnu.build.attribute sections together. (#1608390)
* Tue Jul 24 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-3