kumquat-buildroot/package/binutils
Max Filippov af863a3bc0 binutils: fix xtensa gas trampolines regression
xtensa trampolines relaxation optimization caused the following build
errors:
  Error: operand 1 of 'j' has out of range value '131643'
  Error: operand 1 of 'j' has out of range value '4294836162'
  Error: operand 1 of 'j' has out of range value '4294836072'

Extra condition 'abs (addr - trampaddr) < J_RANGE / 2' for trampoline
selection results in regressions: when relaxable jump is little longer
than J_RANGE so that single trampoline makes two new jumps, one longer
than J_RANGE / 2 and one shorter, correct trampoline cannot be found.

Drop that condition.

Upstream status: patch submitted.
Fix squashed into the optimization patch.
Fixes:
  http://autobuild.buildroot.net/results/5ba7d18262ce6a2dfd69db07d064a971267f1128/

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-05-10 23:08:54 +02:00
..
2.22 binutils/2.22: add patch to warn about unsafe library paths 2014-12-11 00:05:52 +01:00
2.23.2 binutils/2.23: add patch to warn about unsafe library paths 2014-12-11 00:05:52 +01:00
2.24 binutils: fix xtensa gas trampolines regression 2015-05-10 23:08:54 +02:00
2.25 binutils: fix xtensa gas trampolines regression 2015-05-10 23:08:54 +02:00
arc-2014.12 ARC: bump tools to 2014.12 release 2015-02-02 21:27:55 +01:00
binutils.hash package/binutils: add hashes 2015-04-25 11:50:29 +02:00
binutils.mk binutils: fix target binutils on ARC 2015-03-15 16:58:17 +01:00
Config.in
Config.in.host binutils: remove blackfin conditionals 2015-03-20 21:51:02 +01:00