binutils: more fixes for arc-2015.06 tools
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Tue, 28 Jul 2015 13:33:12 +0000 (16:33 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 Jul 2015 20:49:11 +0000 (22:49 +0200)
commit4a484792066222550a2c5c6ba41f7b7e4a391031
treee3b5d83eddfd36ae4a4489bb1827e3b72b4de8e2
parent09faafec7bd275181772b29527bc722df26f437a
binutils: more fixes for arc-2015.06 tools

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---------------------------

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/binutils/arc-2015.06/0002-ld-arc-Provide-the-.tdata-symbol.patch [new file with mode: 0644]
package/binutils/arc-2015.06/0003-Provide-.tbss-symbol.patch [new file with mode: 0644]