summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-02-14 20:52:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-16 09:04:22 +0000
commit138778501367d3cd0036fc31afbbedce0016f478 (patch)
tree6062a3228abfc09a372e4bcf9b5ffed705647830 /meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch
parentda13f0bce5d1b3c52f5716ae8d104372a820e5f9 (diff)
downloadpoky-138778501367d3cd0036fc31afbbedce0016f478.tar.gz
binutils: Use tip of 2.26 branch
Until 2.26.1 is released there are few fixes which are needed especially when using -fpie, here are changes that are part of this version bump H.J. Lu (7): Add a testcase for PR ld/18591 Store estimated distances in compressed_size Remove duplicated marker for 2.26 in gas/NEWS Add -mrelax-relocations= to x86 assembler Mask off the least significant bit in GOT offset Enable -Bsymbolic and -Bsymbolic-functions to PIE Fix a typo in objcopy manual John David Anglin (1): Fix /usr/bin/ld: final link failed: File truncated error on hppa (From OE-Core rev: 3685a1246110d84bffffa6d03a3c2ec0417cb4a3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch')
-rw-r--r--meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch b/meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch
index 7a4c1db4ee..86eeded6e8 100644
--- a/meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch
+++ b/meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch
@@ -1,7 +1,7 @@
1From fcf984ae68c89e5495e65fe6456650cc014b5ea7 Mon Sep 17 00:00:00 2001 1From 27f155fd0ab4ba954366643dbfdc3c7104933794 Mon Sep 17 00:00:00 2001
2From: Sandra Loosemore <sandra@codesourcery.com> 2From: Sandra Loosemore <sandra@codesourcery.com>
3Date: Sun, 27 Dec 2015 12:30:26 -0800 3Date: Sun, 27 Dec 2015 12:30:26 -0800
4Subject: [PATCH 2/2] Correct nios2 _gp address computation. 4Subject: [PATCH 14/14] Correct nios2 _gp address computation.
5 5
62015-12-27 Sandra Loosemore <sandra@codesourcery.com> 62015-12-27 Sandra Loosemore <sandra@codesourcery.com>
7 7
@@ -102,5 +102,5 @@ index 1c54320..babecf3 100644
102 case R_NIOS2_UJMP: 102 case R_NIOS2_UJMP:
103 r = nios2_elf32_do_ujmp_relocate (input_bfd, howto, 103 r = nios2_elf32_do_ujmp_relocate (input_bfd, howto,
104-- 104--
1052.7.0 1052.7.1
106 106