pr27228 testcase
authorAlan Modra <amodra@gmail.com>
Mon, 25 Jan 2021 04:47:15 +0000 (15:17 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 26 Jan 2021 10:24:43 +0000 (20:54 +1030)
commit4287950e540900bfefa113f264c7f798b1616ee0
tree8369858e3ff877ea35b82f02d09187d0b69eac07
parentd0cc52bdf2e6a586cac70000518c95619970619b
pr27228 testcase

This failed on ft32, hppa, and mips-irix targets.  In the case of ft32
the problem was iterating over an array in reverse and not using the
proper condition, so BFD_RELOC_NONE was not recognised.

bfd/
* elf32-ft32.c (ft32_reloc_type_lookup): Don't miss ft32_reloc_map[0].
gas/
PR 27282
* testsuite/gas/all/none.d: Replace skip with xfail, don't xfail ft32.
* testsuite/gas/elf/pr27228.d: xfail hppa and allow OBJECT match.
bfd/ChangeLog
bfd/elf32-ft32.c
gas/ChangeLog
gas/testsuite/gas/all/none.d
gas/testsuite/gas/elf/pr27228.d
This page took 0.032202 seconds and 4 git commands to generate.