summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2015-05-10 16:43:49 +0300
committerPeter Korsgaard <peter@korsgaard.com>2015-05-10 23:08:54 +0200
commitaf863a3bc0d3528031cad59dbf8a981f030d4be8 (patch)
tree0075660f8e49058154d3875bad091005a7a4e5c3 /package/gcc
parente4dde2536acfb72f0933cbcf6ac21f8d57ff40da (diff)
downloadbuildroot-af863a3bc0d3528031cad59dbf8a981f030d4be8.tar.gz
buildroot-af863a3bc0d3528031cad59dbf8a981f030d4be8.zip
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>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud