From 136db70700ce198f793935d0683ce4e1f1acf471 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 14 Jan 2016 03:58:10 -0800 Subject: 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 (From OE-Core rev: 9db094039ed7bce34006cc21bb65cd800fbfee7d) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/binutils/binutils-2.25.1.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/binutils/binutils-2.25.1.inc') 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 \ " -- cgit v1.2.3-54-g00ecf