Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-vax-elf / vax-elf.exp
index f70c712936166b62c38425545b0f04c80b20758d..0f58af8501da3a0aad8c8202dbb96c29d1fd0f18 100644 (file)
@@ -25,7 +25,7 @@ if { ![istarget vax-*-*] || ![is_elf_format] } {
 
 run_ld_link_tests [list \
     [list "PLT test (shared library)" \
-         "-shared -T plt-local-lib.ld" "" \
+         "-shared -T plt-local-lib.ld --hash-style=sysv" "" \
          "-k" \
          { plt-local-lib.s } \
          { { objdump -d plt-local-lib.dd } } \
@@ -43,7 +43,7 @@ run_ld_link_tests [list \
          {} \
          "plt-local-rehidden-pic-r.o"] \
     [list "PLT test (executable)" \
-         "-T plt-local.ld tmpdir/plt-local-hidden-pic-r.o tmpdir/plt-local-rehidden-pic-r.o tmpdir/plt-local-lib.so" "" \
+         "-T plt-local.ld --hash-style=sysv tmpdir/plt-local-hidden-pic-r.o tmpdir/plt-local-rehidden-pic-r.o tmpdir/plt-local-lib.so" "" \
          "" \
          { plt-local.s } \
          { { objdump -d plt-local.dd } } \
@@ -87,7 +87,7 @@ run_ld_link_tests [list \
 run_ld_link_tests [list \
     [list \
        "VAX export class call relocation test" \
-       "-shared -Ttext 0x12340000 -T export-class.ld" "" \
+       "-shared -Ttext 0x12340000 -T export-class.ld --hash-style=sysv" "" \
        "-k" \
        [list export-class-call.s export-class-def.s] \
        [list \
@@ -97,7 +97,7 @@ run_ld_link_tests [list \
        "export-class-call.so"] \
     [list \
        "VAX export class data relocation test" \
-       "-shared -Ttext 0x12340000 -T export-class.ld" "" \
+       "-shared -Ttext 0x12340000 -T export-class.ld --hash-style=sysv" "" \
        "-k" \
        [list export-class-data.s export-class-def.s] \
        [list \
This page took 0.024275 seconds and 4 git commands to generate.