gas: add visibility support using GNU syntax on XCOFF
[binutils-gdb.git] / gas / testsuite / gas / ppc / aix.exp
index efe27e4edb03ab86db2c40b6835efd0e6de602fe..b2e8400121134af0d1bd966bd62e314d8a496301 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2021 Free Software Foundation, Inc.
+# Copyright (C) 2001-2022 Free Software Foundation, Inc.
 # Contributed by Red Hat
 
 # This program is free software; you can redistribute it and/or modify
@@ -78,4 +78,18 @@ if { [istarget "powerpc*-*-aix*"] || [istarget "rs6000-*-aix*"] } then {
 
     run_dump_test "xcoff-function-1-32"
     run_dump_test "xcoff-function-1-64"
+
+    run_dump_test "xcoff-tls-32"
+    run_dump_test "xcoff-tls-64"
+
+    run_dump_test "xcoff-stsym-32"
+    run_dump_test "xcoff-stsym-64"
+
+    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"
+    run_dump_test "xcoff-visibility-2-32"
+    run_dump_test "xcoff-visibility-2-64"
 }