mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
1de1cfb15b
* ld-cris/noglob1.d: Ditto. * ld-cris/badgotr1.d: Pass --underscore to gas.
12 lines
470 B
Makefile
12 lines
470 B
Makefile
#source: gotrel1.s
|
|
#as: --pic --underscore
|
|
#ld: -m crislinux -shared
|
|
#objdump: -dr
|
|
#error: ^[^c][^h][^i][^l][^d].* uses _-prefixed .* failed to merge .* no GOT .* Bad value$
|
|
|
|
# The error regex above is supposed to not match if we get a
|
|
# SEGV, in which case we'll see "child killed: segmentation
|
|
# violation", supposedly at the beginning (seen) or end (in
|
|
# theory) of it. The input ELF type (with underscores on
|
|
# symbols) mismatches the output type (no underscores).
|