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:26:22 +0100 |
commit | eda721f0c85afa30c2b3030ef76522cc3451af21 (patch) | |
tree | 5731a1503175bc314e930600d63f3d0c9b62b7cb /meta/recipes-devtools/binutils/binutils-2.23.2.inc | |
parent | 85aa73d397cb42a2fc8d6f901f8db1d601972741 (diff) | |
download | openembedded-core-eda721f0c85afa30c2b3030ef76522cc3451af21.tar.gz openembedded-core-eda721f0c85afa30c2b3030ef76522cc3451af21.tar.bz2 openembedded-core-eda721f0c85afa30c2b3030ef76522cc3451af21.zip |
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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 = "\ file://backport/aarch64-movi.patch \ file://backport/0001-config-tc-ppc.c-PPC_VLE_SPLIT16A-Delete-unused-macro.patch \ file://backport/0002-config-tc-ppc.c-md_apply_fix-Sign-extend-fieldval-un.patch \ + file://backport/0001-emultempl-elf32.em-gld-EMULATION_NAME-_before_alloca.patch \ + file://backport/0002-emultempl-elf32.em-gld-EMULATION_NAME-_before_alloca.patch \ + file://backport/0003-gold.patch \ " SRC_URI[md5sum] = "4f8fa651e35ef262edc01d60fb45702e" SRC_URI[sha256sum] = "fe914e56fed7a9ec2eb45274b1f2e14b0d8b4f41906a5194eac6883cfe5c1097" |