parent
1344610fb5
commit
e35c5a1246
@ -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)
|
*************** gld${EMULATION_NAME}_before_parse (void)
|
||||||
*** 106,111 ****
|
*** 106,111 ****
|
||||||
--- 106,112 ----
|
--- 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.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.sharable_sections = `if test "$SHARABLE_SECTIONS" = "yes" ; then echo TRUE ; else echo FALSE ; fi`;
|
||||||
+ link_info.relro = TRUE;
|
+ link_info.relro = TRUE;
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: %{?cross}binutils%{?_with_debug:-debug}
|
Name: %{?cross}binutils%{?_with_debug:-debug}
|
||||||
Version: 2.23.51.0.5
|
Version: 2.23.51.0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -443,6 +443,9 @@ exit 0
|
|||||||
%endif # %{isnative}
|
%endif # %{isnative}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 13 2012 Nick Clifton <nickc@redhat.com> - 2.23.51.0.5-1
|
||||||
- Rebase on 2.23.51.0.5 release. (#876141)
|
- Rebase on 2.23.51.0.5 release. (#876141)
|
||||||
- Retire binutils-2.23.51.0.3-arm-ldralt.patch
|
- Retire binutils-2.23.51.0.3-arm-ldralt.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user