diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-06-26 23:52:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-05 15:34:26 +0100 |
commit | 7450ff24160864bf93804eac6985782a4784e565 (patch) | |
tree | d943500125e8f803ea5a7c28162b6f4923570147 /meta/recipes-devtools/binutils/binutils-2.23.2.inc | |
parent | 470fe276799732633b56c1cf88b7d1a157686e90 (diff) | |
download | poky-7450ff24160864bf93804eac6985782a4784e565.tar.gz |
binutils: Backport emulation template fixes
This fixes the linking errors seen on mips64 when linking
sln/ from eglibc 2.18
/builds1/angstrom/build/tmp-angstrom_next-eglibc/sysroots/x86_64-linux/usr/libexec/mips64-angstrom-linux.gcc-cross-initial/gcc/mips64-angstrom-linux/4.8.1/ld:
BFD (GNU Binutils) 2.23.2 assertion fail
/builds1/angstrom/build/tmp-angstrom_next-eglibc/work/mips64-angstrom-linux/binutils-cross/2.23.2-r4/binutils-2.23.2/bfd/elfxx-mips.c:3453
| collect2: error: ld returned 1 exit status
(From OE-Core rev: eda721f0c85afa30c2b3030ef76522cc3451af21)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.23.2.inc')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.23.2.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.23.2.inc b/meta/recipes-devtools/binutils/binutils-2.23.2.inc index f5b5a99a46..99fe2e558f 100644 --- a/meta/recipes-devtools/binutils/binutils-2.23.2.inc +++ b/meta/recipes-devtools/binutils/binutils-2.23.2.inc | |||
@@ -43,6 +43,9 @@ BACKPORT = "\ | |||
43 | file://backport/aarch64-movi.patch \ | 43 | file://backport/aarch64-movi.patch \ |
44 | file://backport/0001-config-tc-ppc.c-PPC_VLE_SPLIT16A-Delete-unused-macro.patch \ | 44 | file://backport/0001-config-tc-ppc.c-PPC_VLE_SPLIT16A-Delete-unused-macro.patch \ |
45 | file://backport/0002-config-tc-ppc.c-md_apply_fix-Sign-extend-fieldval-un.patch \ | 45 | file://backport/0002-config-tc-ppc.c-md_apply_fix-Sign-extend-fieldval-un.patch \ |
46 | file://backport/0001-emultempl-elf32.em-gld-EMULATION_NAME-_before_alloca.patch \ | ||
47 | file://backport/0002-emultempl-elf32.em-gld-EMULATION_NAME-_before_alloca.patch \ | ||
48 | file://backport/0003-gold.patch \ | ||
46 | " | 49 | " |
47 | SRC_URI[md5sum] = "4f8fa651e35ef262edc01d60fb45702e" | 50 | SRC_URI[md5sum] = "4f8fa651e35ef262edc01d60fb45702e" |
48 | SRC_URI[sha256sum] = "fe914e56fed7a9ec2eb45274b1f2e14b0d8b4f41906a5194eac6883cfe5c1097" | 51 | SRC_URI[sha256sum] = "fe914e56fed7a9ec2eb45274b1f2e14b0d8b4f41906a5194eac6883cfe5c1097" |