Don't set ELFOSABI_LINUX in dynamic ifunc-using executable.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc.exp
index be519ce456df97508dd7af75028dbcf2ec6a8685..38fe2d39046c437cc042ad1c6c4170d7a3221db5 100644 (file)
@@ -258,8 +258,8 @@ if {! [check_osabi tmpdir/static_prog {UNIX - Linux}]} {
     fail "Static ifunc-using executable does not have an OS/ABI field of LINUX"
     set fails [expr $fails + 1]
 }
-if {! [check_osabi tmpdir/dynamic_prog {UNIX - Linux}]} {
-    fail "Dynamic ifunc-using executable does not have an OS/ABI field of LINUX"
+if {! [check_osabi tmpdir/dynamic_prog {UNIX - System V}]} {
+    fail "Dynamic ifunc-using executable does not have an OS/ABI field of System V"
     set fails [expr $fails + 1]
 }
 if {! [check_osabi tmpdir/static_nonifunc_prog {UNIX - System V}]} {
This page took 0.024388 seconds and 4 git commands to generate.