diff options
Diffstat (limited to 'ld/testsuite/ld-xc16x/xc16x.exp')
-rw-r--r-- | ld/testsuite/ld-xc16x/xc16x.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-xc16x/xc16x.exp b/ld/testsuite/ld-xc16x/xc16x.exp index 2f7b9ff..5ab08c10 100644 --- a/ld/testsuite/ld-xc16x/xc16x.exp +++ b/ld/testsuite/ld-xc16x/xc16x.exp @@ -31,7 +31,7 @@ if {!([istarget "xc16x*-*-*"]) } { set xc16x_tests { { "xc16x pc-relative relocs linker test" - "" + "" "" "" { "pcreloc.s" } { {objdump -Dz pcreloc.d} } @@ -42,7 +42,7 @@ set xc16x_tests { set xc16xabs_tests { { "xc16x absolute relative address linker test" - "" + "" "" "" { "absrel.s" } { {objdump -Dz absrel.d} } @@ -53,7 +53,7 @@ set xc16xabs_tests { set xc16xoffset_tests { { "xc16x offset linker test" - "" + "" "" "" { "offset.s" } { {objdump -Dz offset.d} } |