f0e1381ef9
As described at:
4520524ba0
this commit continues a series of updates of ARC tools.
This time we're updating tools to arc-2016.09-eng008.
Main updates were made for gcc. It was switched to GCC 6 and to
OSABI v4.
Besides this patch fixes buildroot ARC failures connected to
"crtbeginT.o" object file missing. This issue lead to two main errors:
1) "crtbeginT.o: No such file or directory", e. g. bootutils-1.0.0.
No comments are required here I hope.
2) Errors like "compiler cannot create executables", e.g.:
a) host-gcc-final-arc-2016.09-eng007 static build,
b) aespipe-2.4c.
That was caused because the test to determine if compiler is able to
create executables was failing due to missing "crtbeginT.o" file.
We still keep GDB as it is of arc-2016.03 release because there're some
issues we'd like to resolve before releasing it to wider audience.
So again note this is next engineering builds of arc-2016.09 series
and it might have all kinds of breakages, please don't use it for
production builds.
Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
27 lines
791 B
Diff
27 lines
791 B
Diff
From d10d05e66fd2f8431a08ceaf8b655bc47ce13a21 Mon Sep 17 00:00:00 2001
|
|
From: Cupertino Miranda <cmiranda@synopsys.com>
|
|
Date: Tue, 26 Jul 2016 17:34:05 +0200
|
|
Subject: [PATCH 703/703] Fixed issue in tvheadend package.
|
|
|
|
Signed-off-by: Cupertino Miranda <cmiranda@synopsys.com>
|
|
Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
|
|
---
|
|
bfd/elf32-arc.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/bfd/elf32-arc.c b/bfd/elf32-arc.c
|
|
index f4e1521..857b7b6 100644
|
|
--- a/bfd/elf32-arc.c
|
|
+++ b/bfd/elf32-arc.c
|
|
@@ -1747,7 +1747,6 @@ elf_arc_check_relocs (bfd * abfd,
|
|
if ((bfd_link_pic (info))
|
|
&& ((r_type != R_ARC_PC32 && r_type != R_ARC_32_PCREL)
|
|
|| (h != NULL
|
|
- && h->dynindx != -1
|
|
&& (!info->symbolic || !h->def_regular))))
|
|
{
|
|
if (sreloc == NULL)
|
|
--
|
|
2.5.5
|
|
|