From e35c5a12463cb92224d541f86a62c683c97e74c7 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Nov 27 2012 10:16:31 +0000 Subject: Rebase on 2.23.51.0.6 release. Resolves: #880508 --- diff --git a/binutils-2.22.52.0.1-relro-on-by-default.patch b/binutils-2.22.52.0.1-relro-on-by-default.patch index 83ae415..5a87f94 100644 --- a/binutils-2.22.52.0.1-relro-on-by-default.patch +++ b/binutils-2.22.52.0.1-relro-on-by-default.patch @@ -83,8 +83,8 @@ diff -cpr ../binutils-2.22.52.0.1.orig/ld/testsuite/ld-bootstrap/bootstrap.exp l *************** gld${EMULATION_NAME}_before_parse (void) *** 106,111 **** --- 106,112 ---- - input_flags.dynamic = ${DYNAMIC_LINK-TRUE}; config.has_shared = `if test -n "$GENERATE_SHLIB_SCRIPT" ; then echo TRUE ; else echo FALSE ; fi`; + config.separate_code = `if test "x${SEPARATE_CODE}" = xyes ; then echo TRUE ; else echo FALSE ; fi`; link_info.sharable_sections = `if test "$SHARABLE_SECTIONS" = "yes" ; then echo TRUE ; else echo FALSE ; fi`; + link_info.relro = TRUE; } diff --git a/binutils.spec b/binutils.spec index da5e6c6..ce66877 100644 --- a/binutils.spec +++ b/binutils.spec @@ -16,7 +16,7 @@ Summary: A GNU collection of binary utilities Name: %{?cross}binutils%{?_with_debug:-debug} -Version: 2.23.51.0.5 +Version: 2.23.51.0.6 Release: 1%{?dist} License: GPLv3+ Group: Development/Tools @@ -443,6 +443,9 @@ exit 0 %endif # %{isnative} %changelog +* Tue Nov 27 2012 Nick Clifton - 2.23.51.0.5-6 +- Rebase on 2.23.51.0.6 release. (#880508) + * Tue Nov 13 2012 Nick Clifton - 2.23.51.0.5-1 - Rebase on 2.23.51.0.5 release. (#876141) - Retire binutils-2.23.51.0.3-arm-ldralt.patch diff --git a/sources b/sources index c6c1ab0..f5e86d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a08000d6c18b4667095e416816550a33 binutils-2.23.51.0.5.tar.bz2 +32aa76660c63f68b47f194b457ced7ad binutils-2.23.51.0.6.tar.bz2