summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils-0.155/mips_backend.diff
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-07-22 16:58:32 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-29 13:08:59 +0100
commit4b5a21d86759be735721df7b86b6fb79e5ff2ffc (patch)
treedc82ca065734547495735883ecbcc3f604c8d568 /meta/recipes-devtools/elfutils/elfutils-0.155/mips_backend.diff
parenta55fa3c8ddd07c69e3b1efac5e9f0eee4a2a9388 (diff)
downloadpoky-4b5a21d86759be735721df7b86b6fb79e5ff2ffc.tar.gz
elfutils: fix backends' Makefile.am
The mips, m68k and parisc backend libraries were not generated. This patch fixes that. [YOCTO #4849] (From OE-Core rev: d79521cf1777276a5e85d59f9e078f4d6d9603aa) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.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/elfutils/elfutils-0.155/mips_backend.diff')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils-0.155/mips_backend.diff16
1 files changed, 11 insertions, 5 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.155/mips_backend.diff b/meta/recipes-devtools/elfutils/elfutils-0.155/mips_backend.diff
index 8e07c33614..8fc06c50fb 100644
--- a/meta/recipes-devtools/elfutils/elfutils-0.155/mips_backend.diff
+++ b/meta/recipes-devtools/elfutils/elfutils-0.155/mips_backend.diff
@@ -645,7 +645,7 @@ Index: elfutils-0.155/libebl/eblopenbackend.c
645=================================================================== 645===================================================================
646--- elfutils-0.155.orig/libebl/eblopenbackend.c 646--- elfutils-0.155.orig/libebl/eblopenbackend.c
647+++ elfutils-0.155/libebl/eblopenbackend.c 647+++ elfutils-0.155/libebl/eblopenbackend.c
648@@ -71,6 +71,8 @@ static const struct 648@@ -71,6 +71,8 @@
649 { "sparc", "elf_sparc", "sparc", 5, EM_SPARC, 0, 0 }, 649 { "sparc", "elf_sparc", "sparc", 5, EM_SPARC, 0, 0 },
650 { "sparc", "elf_sparcv8plus", "sparc", 5, EM_SPARC32PLUS, 0, 0 }, 650 { "sparc", "elf_sparcv8plus", "sparc", 5, EM_SPARC32PLUS, 0, 0 },
651 { "s390", "ebl_s390", "s390", 4, EM_S390, 0, 0 }, 651 { "s390", "ebl_s390", "s390", 4, EM_S390, 0, 0 },
@@ -658,7 +658,7 @@ Index: elfutils-0.155/backends/common-reloc.c
658=================================================================== 658===================================================================
659--- elfutils-0.155.orig/backends/common-reloc.c 659--- elfutils-0.155.orig/backends/common-reloc.c
660+++ elfutils-0.155/backends/common-reloc.c 660+++ elfutils-0.155/backends/common-reloc.c
661@@ -112,11 +112,13 @@ EBLHOOK(reloc_valid_use) (Elf *elf, int 661@@ -112,11 +112,13 @@
662 } 662 }
663 663
664 664
@@ -672,7 +672,7 @@ Index: elfutils-0.155/backends/common-reloc.c
672 672
673 bool 673 bool
674 EBLHOOK(none_reloc_p) (int reloc) 674 EBLHOOK(none_reloc_p) (int reloc)
675@@ -138,7 +140,9 @@ EBLHOOK(init_reloc) (Ebl *ebl) 675@@ -138,7 +140,9 @@
676 ebl->reloc_type_name = EBLHOOK(reloc_type_name); 676 ebl->reloc_type_name = EBLHOOK(reloc_type_name);
677 ebl->reloc_type_check = EBLHOOK(reloc_type_check); 677 ebl->reloc_type_check = EBLHOOK(reloc_type_check);
678 ebl->reloc_valid_use = EBLHOOK(reloc_valid_use); 678 ebl->reloc_valid_use = EBLHOOK(reloc_valid_use);
@@ -686,7 +686,7 @@ Index: elfutils-0.155/backends/Makefile.am
686=================================================================== 686===================================================================
687--- elfutils-0.155.orig/backends/Makefile.am 687--- elfutils-0.155.orig/backends/Makefile.am
688+++ elfutils-0.155/backends/Makefile.am 688+++ elfutils-0.155/backends/Makefile.am
689@@ -32,7 +32,7 @@ INCLUDES += -I$(top_srcdir)/libebl -I$(t 689@@ -32,11 +32,12 @@
690 -I$(top_srcdir)/libelf -I$(top_srcdir)/libdw 690 -I$(top_srcdir)/libelf -I$(top_srcdir)/libdw
691 691
692 692
@@ -695,7 +695,13 @@ Index: elfutils-0.155/backends/Makefile.am
695 libebl_pic = libebl_i386_pic.a libebl_sh_pic.a libebl_x86_64_pic.a \ 695 libebl_pic = libebl_i386_pic.a libebl_sh_pic.a libebl_x86_64_pic.a \
696 libebl_ia64_pic.a libebl_alpha_pic.a libebl_arm_pic.a \ 696 libebl_ia64_pic.a libebl_alpha_pic.a libebl_arm_pic.a \
697 libebl_sparc_pic.a libebl_ppc_pic.a libebl_ppc64_pic.a \ 697 libebl_sparc_pic.a libebl_ppc_pic.a libebl_ppc64_pic.a \
698@@ -107,6 +107,10 @@ parisc_SRCS = parisc_init.c parisc_symbo 698- libebl_s390_pic.a libebl_tilegx_pic.a libebl_parisc_pic.a
699+ libebl_s390_pic.a libebl_tilegx_pic.a libebl_parisc_pic.a \
700+ libebl_mips_pic.a
701 noinst_LIBRARIES = $(libebl_pic)
702 noinst_DATA = $(libebl_pic:_pic.a=.so)
703
704@@ -107,6 +108,10 @@
699 libebl_parisc_pic_a_SOURCES = $(parisc_SRCS) 705 libebl_parisc_pic_a_SOURCES = $(parisc_SRCS)
700 am_libebl_parisc_pic_a_OBJECTS = $(parisc_SRCS:.c=.os) 706 am_libebl_parisc_pic_a_OBJECTS = $(parisc_SRCS:.c=.os)
701 707