aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2014-11-25 21:33:21 +0300
committerMax Filippov <jcmvbkbc@gmail.com>2014-11-26 00:17:36 +0300
commitd92b6eece424f0ad35d96fdd85bf207295e8c4c3 (patch)
treefd0ea7b82607c32bc16c4c000b2a85e2e3e31dd2 /ld
parent60bb06bc89858ee50ad02907a833565dcc317182 (diff)
downloadgdb-d92b6eece424f0ad35d96fdd85bf207295e8c4c3.zip
gdb-d92b6eece424f0ad35d96fdd85bf207295e8c4c3.tar.gz
gdb-d92b6eece424f0ad35d96fdd85bf207295e8c4c3.tar.bz2
Fix trampolines search code for conditional branches
For conditional branches that need more than one trampoline to reach its target assembler couldn't always find suitable trampoline because post-loop condition check was placed inside the loop, resulting in premature loop termination. Move check outside the loop. This fixes the following build errors seen when assembling huge files produced by gcc: Error: jump target out of range; no usable trampoline found Error: operand 1 of 'j' has out of range value '307307' 2014-11-25 Max Filippov <jcmvbkbc@gmail.com> gas/ * config/tc-xtensa.c (search_trampolines): Move post-loop condition check outside the search loop. gas/testsuite/ * gas/xtensa/trampoline.d: Add expected output for branches. * gas/xtensa/trampoline.s: Add test case for branches.
Diffstat (limited to 'ld')
0 files changed, 0 insertions, 0 deletions