-
Wed Mar 11 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-30.1
- Backport upstream RELRO fixes. (#1200138)
-
Thu Jan 15 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-30
- Fix syntax for multiple --enable-targets configure option.
(#1133147)
-
Thu Jan 08 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-29
- Add support for crc instructions on aarch64 (#1179810)
-
Mon Jan 05 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-28
- Bring back spu target for ppc64le which was accidentally lost
(#1133147)
-
Tue Dec 16 2014 Richard Henderson <rth@redhat.com> - 2.23.52.0.1-27
- (Re-)Set ELF_COMMONPAGESIZE to 64k for ppc64le.
(#1174826)
-
Thu Sep 11 2014 Patsy Franklin <pfrankli@redhat.com> - 2.23.52.0.1-26
- Enable Intel AVX-512VL, AVX-512BW, AVX-512DQ and SGX support.
(#1140375)
-
Wed Aug 27 2014 Jeff Law <law@redhat.com> - 2.23.52.0.1-25.9
Revert this change (handled elsewhere):
- Additional patch from Alan to fix problems with ld --defsym.
(#1132732)
-
Mon Aug 25 2014 Jeff Law <law@redhat.com> - 2.23.52.0.1-23.9
- Include powerpc-linux as a BFD target when building for ppc64le.
(#1133147).
-
Fri Aug 22 2014 Patsy Franklin <pfrankli@redhat.com> - 2.23.52.0.1-22.9
- Reduce the size of aarch64 .debug_line; fix cfi encoding of fp registers;
add register names to dumping of aarch64 cfi data. Patch provided by rth.
Resolves: #1132641
-
Fri Aug 22 2014 Patsy Franklin <pfrankli@redhat.com> - 2.23.52.0.1-21.9
- This fixes a problem seen on powerpc64le ELFv2 when creating a
function symbol alias with ld --defsym. st_other needs to be copied
from the source symbol to the alias in order to set up the local entry
offset for the alias.