XCOFF disassembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / aix.exp
index 46eeb3e1339d9650c1bc6bd98ca12648fd412f92..c0858eafb2a8a07248106c17eb92cf32c10fcb60 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001 Free Software Foundation, Inc.
+# Copyright (C) 2001-2018 Free Software Foundation, Inc.
 # Contributed by Red Hat
 
 # This program is free software; you can redistribute it and/or modify
@@ -13,7 +13,7 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  
 #
 
 #
@@ -56,8 +56,21 @@ proc do_align_test {} {
 }
 
 
-if [istarget powerpc*-*-aix4.3*] then {
+if { [istarget "powerpc*-*-aix*"] || [istarget "rs6000-*-aix*"] } then {
 
     # Make sure that symbols are correctly aligned 
     do_align_test
+
+    run_dump_test "textalign-xcoff-001"
+    run_dump_test "textalign-xcoff-002"
+    run_dump_test "xcoff-branch-1-32"
+    run_dump_test "xcoff-branch-1-64"
+    run_dump_test "xcoff-br16-1"
+    run_dump_test "xcoff-br16-2"
+    run_dump_test "xcoff-toc-1"
+
+    run_list_test "xcoff-ref-1"
+
+    run_dump_test "xcoff-dwsect-1-32"
+    run_dump_test "xcoff-dwsect-1-64"
 }
This page took 0.023998 seconds and 4 git commands to generate.