X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Fppc%2Faix.exp;h=76ffb224c086fd1eee2815f1b1771c1185e046cb;hb=b5c37946cce4b41af0436529b139fa3d23e61f73;hp=55aedc48654a8cf1ac1f835db8ff951aabae0812;hpb=675b9d612cc59446e84e2c6d89b45500cb603a8d;p=thirdparty%2Fbinutils-gdb.git diff --git a/gas/testsuite/gas/ppc/aix.exp b/gas/testsuite/gas/ppc/aix.exp index 55aedc48654..76ffb224c08 100644 --- a/gas/testsuite/gas/ppc/aix.exp +++ b/gas/testsuite/gas/ppc/aix.exp @@ -88,8 +88,15 @@ if { [istarget "powerpc*-*-aix*"] || [istarget "rs6000-*-aix*"] } then { run_dump_test "xcoff-file-32" run_dump_test "xcoff-file-64" - run_dump_test "xcoff-visibility-1-32" - run_dump_test "xcoff-visibility-1-64" + if { [istarget {*-*-aix[6-9]*}] + || [istarget {*-*-aix5.[2-9]*}] } { + # The expected output of these tests depends on AIX_WEAK_SUPPORT. + # Without that weak syms do not have an aux entry and thus + # BFD_NOT_AT_END is not set. I don't know if any of this is + # correct.. + run_dump_test "xcoff-visibility-1-32" + run_dump_test "xcoff-visibility-1-64" + } run_dump_test "xcoff-visibility-2-32" run_dump_test "xcoff-visibility-2-64" }