xfail locview tests on mep that use complex relocs for view numbers
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 7 May 2019 19:34:19 +0000 (16:34 -0300)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 7 May 2019 19:34:19 +0000 (16:34 -0300)
commitb654832d0d514a9fe4bf802751df1a7093666c93
treeb72ec4433801037845bdac216532ed08df908501
parent7bd55dac80c2faced875119b60acfb51741e397e
xfail locview tests on mep that use complex relocs for view numbers

Expressions that compute view numbers that aren't simplified early
enough to a constant end up being selected for representation as
complex relocations, enabled on mep-* targets.

It would be possible to recognize such expressions, that can resolve
to constants, but this problem was hit before, in preexisting tests,
so xfail the new hits similarly.

The new hits were caused by yesterday's patch to dwarf2dbg.c: views in
the beginning of subsections are now computed later, based on the
final views or previous subsections in the same section.

for  gas/ChangeLog

* testsuite/gas/elf/dwarf2-18.d: Xfail mep-*.
* testsuite/gas/elf/dwarf2-19.d: Likewise.
gas/ChangeLog
gas/testsuite/gas/elf/dwarf2-18.d
gas/testsuite/gas/elf/dwarf2-19.d
This page took 0.054471 seconds and 4 git commands to generate.