diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-14 03:58:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-22 23:42:55 +0000 |
commit | 9db094039ed7bce34006cc21bb65cd800fbfee7d (patch) | |
tree | 096091d2854c771706d619f3918dba898ec52fd1 /meta/recipes-devtools/binutils/binutils-2.25.1.inc | |
parent | 2a18273fc74c6493e3d34499a8774e237772f109 (diff) | |
download | openembedded-core-9db094039ed7bce34006cc21bb65cd800fbfee7d.tar.gz openembedded-core-9db094039ed7bce34006cc21bb65cd800fbfee7d.tar.bz2 openembedded-core-9db094039ed7bce34006cc21bb65cd800fbfee7d.zip |
binutils: Fix gold linking errors due to unresolved R_ARM_MOVW_ABS_NC
This issue has been seen in multiple times e.g.
http://patchwork.openembedded.org/patch/103083/
https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg72513.html
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.25.1.inc')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.25.1.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.25.1.inc b/meta/recipes-devtools/binutils/binutils-2.25.1.inc index bf29da16f5..dc23c4d9d9 100644 --- a/meta/recipes-devtools/binutils/binutils-2.25.1.inc +++ b/meta/recipes-devtools/binutils/binutils-2.25.1.inc @@ -35,6 +35,7 @@ SRC_URI = "\ file://0013-Fix-an-internal-error-in-do_print_to_mapfile-seen-wi.patch \ file://0014-gold-arm-Skip-pic-check-for-R_ARM_REL32.patch \ file://0015-Fix-dynamic-list-so-that-symbols-not-in-the-list-are.patch \ + file://0016-This-patch-adds-IFUNC-support-for-arm-gold-backend.patch \ file://binutils-octeon3.patch \ file://add-thunderx-support-for-gas.patch \ " |