* dw2gencfi.c (output_fde): Use fix_new to emit pc-relative reloc.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi.exp
1 if [istarget "x86_64-*"] then {
2 run_dump_test "cfi-x86_64"
3 }
4
5 if [istarget "i?86-*"] then {
6 run_dump_test "cfi-i386"
7 }
8
9 if { [istarget alpha*-*-*] } then {
10
11 set elf [expr [istarget *-*-elf*] \
12 || [istarget *-*-linux*] \
13 || [istarget *-*-freebsd*] \
14 || [istarget *-*-netbsd*] ]
15
16 if $elf {
17 run_dump_test "cfi-alpha-1"
18 run_dump_test "cfi-alpha-2"
19 }
20 }
This page took 0.031208 seconds and 5 git commands to generate.