From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Wed, 4 Oct 2017 13:24:38 +0000 Subject: [Buildroot] [PATCH] toolchain: Bump ARC tools to arc-2017.09-rc1 In-Reply-To: <20171003212746.22c89884@windsurf.home> References: <20170921182828.26985-1-didin@synopsys.com> <20171003212746.22c89884@windsurf.home> Message-ID: <1507123476.11412.3.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Thomas, On Tue, 2017-10-03 at 21:27 +0200, Thomas Petazzoni wrote: > Hello, > > On Thu, 21 Sep 2017 21:28:28 +0300, Evgeniy Didin wrote: > > > > > diff --git a/package/binutils/arc-2017.09-rc1/0006-Fixes-LINKER-BUG-.rofixup-section-size-mismatch.patch b/package/binutils/arc-2017.09-rc1/0006- > > Fixes-LINKER-BUG-.rofixup-section-size-mismatch.patch > > new file mode 100644 > > index 000000000..e5409efe1 > > --- /dev/null > > +++ b/package/binutils/arc-2017.09-rc1/0006-Fixes-LINKER-BUG-.rofixup-section-size-mismatch.patch > > @@ -0,0 +1,31 @@ > > +From 122de3b633f4273826a2d01702d7c515f93ec2be Mon Sep 17 00:00:00 2001 > > +From: Waldemar Brodkorb > > +Date: Sat, 29 Jul 2017 14:08:20 +0200 > > +Subject: [PATCH] Fixes: LINKER BUG: .rofixup section size mismatch > > + > > +Workaround from adi-toolchain commit: > > +af414ec1fb628ddb1562f062f3db49823ca14ca2 > > +[#6798] binutils-2.21/bfd: temp workaround for rofixup mismatch errors. > > + > > +Signed-off-by: Waldemar Brodkorb > > +--- > > + bfd/elf32-bfin.c | 3 ++- > > + 1 file changed, 2 insertions(+), 1 deletion(-) > > What is the point of adding this Blackfin-only patch to the patch stack > used only for the ARC binutils version ? Indeed this patch is not needed. I guess we forgot to delete it when copied patches from "package/binutils/2.29.1" since its name doesn't indicate its arch-specific nature. We may either send a respin or you may just fix this up on patch application. Please let us know what do you prefer here. -Alexey