diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-07-29 14:26:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-31 12:50:54 +0200 |
commit | 3649052470197e302eee69de7c7f519d63dd1f45 (patch) | |
tree | d112ac2dc1dd95d83c383658fceec19bdb3d0984 /libc/sysdeps/linux/m68k/bits | |
parent | 334ddb1b8fe5d4b473a9e410b882952f2075b417 (diff) |
ARC: Update relocation syntax for old-thread model code
This commit reverses a change introduced in commit 20554a78a9bba that
split some of the ARC code into two based on whether uClibc was
configured with native threads or not.
The native thread code was updated to use the relocation syntax of
modern binutils, while the non-native code path used a syntax only
accepted in older versions of binutils.
The problem with this is that the choice of old binutils or not is
orthogonal to the choice of native threads or not, and so, inevitably a
user with a recent version of binutils can make the choice to configure
uClibc with non-native thread support, and run into code that will not
assemble.
The solution is either to abandon support for the old tools completely,
or to add a new compile time flag for ARC that is set when the version
of binutils being used is old; this new flag would allow the old
relocation structure to be selected.
In this commit I have simply dropped support for older versions of the
tools.
Diffstat (limited to 'libc/sysdeps/linux/m68k/bits')
0 files changed, 0 insertions, 0 deletions