* ld-scripts/align.exp: Don't run on aix.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / align.exp
index 3959e6da49bd3ac6c843ddbe57b9b32cf8759ffe..f7664ca4e613e9c375f0a4ed3f6a1d78e4d216ca 100644 (file)
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+if [istarget "rs6000-*-aix*"] {
+    # Target maps .text and .data to other sections.
+    return
+}
+
 set testname "ALIGN"
 
 if ![ld_assemble $as $srcdir/$subdir/align.s tmpdir/align.o] {
This page took 0.023805 seconds and 4 git commands to generate.