* Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
[binutils.git] / ld / testsuite / ld-cris / badgotr1.d
blobc5fd11684f94f50cf2118e9ee7fcca8234a56f39
1 #source: gotrel1.s
2 #as: --pic
3 #ld: -m crislinux -shared
4 #objdump: -dr
5 #error: ^[^c][^h][^i][^l][^d].* uses _-prefixed .* failed to merge .* no GOT .* Bad value$
7 # The error regex above is supposed to not match if we get a
8 # SEGV, in which case we'll see "child killed: segmentation
9 # violation", supposedly at the beginning (seen) or end (in
10 # theory) of it. The input ELF type (with underscores on
11 # symbols) mismatches the output type (no underscores).