Rebase on 2.23.51.0.6 release.

Resolves: #880508
This commit is contained in:
Nick Clifton 2012-11-27 10:16:31 +00:00
parent 1344610fb5
commit e35c5a1246
3 changed files with 6 additions and 3 deletions

View File

@ -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;
}

View File

@ -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 <nickc@redhat.com> - 2.23.51.0.5-6
- Rebase on 2.23.51.0.6 release. (#880508)
* Tue Nov 13 2012 Nick Clifton <nickc@redhat.com> - 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

View File

@ -1 +1 @@
a08000d6c18b4667095e416816550a33 binutils-2.23.51.0.5.tar.bz2
32aa76660c63f68b47f194b457ced7ad binutils-2.23.51.0.6.tar.bz2