From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Tue, 28 Jul 2015 21:02:43 +0000 Subject: [Buildroot] [PATCH] binutils: more fixes for arc-2015.06 tools In-Reply-To: <20150728225707.1b257d69@free-electrons.com> References: <1438090392-30182-1-git-send-email-abrodkin@synopsys.com> <20150728225707.1b257d69@free-electrons.com> Message-ID: <1438117363.23193.1.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, 2015-07-28 at 22:57 +0200, Thomas Petazzoni wrote: > Dear Alexey Brodkin, > > On Tue, 28 Jul 2015 16:33:12 +0300, Alexey Brodkin wrote: > > Two patches below are taken from development branch of ARC binutils, > > so one the next release of ARC tools happens both patches must be removed. > > > > These 2 patches: > > 0003-ld-arc-Provide-the-.tdata-symbol.patch > > 0004-Provide-.tbss-symbol.patch > > fix missing .tbss and .tdata sections during linkage stage such as: > > ------------------------------>8--------------------------- > > arc-linux-g++ test.cpp > > ../arc-buildroot-linux-uclibc/lib/libstdc++.so: undefined reference to '.tbss' > > collect2: error: ld returned 1 exit status > > ------------------------------>8--------------------------- > > Applied, thanks. After applying this patch, I've started a rebuild of > the pre-built ARC external toolchain, so that we test with the latest > fixes. I will deploy it probably tomorrow morning. Yep this is what I wanted to ask you once both patches are applied. Let's see if we finally get less failures for ARC. -Alexey