diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/provide.exp')
-rw-r--r-- | ld/testsuite/ld-scripts/provide.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/provide.exp b/ld/testsuite/ld-scripts/provide.exp index f326e73b..f42ec76 100644 --- a/ld/testsuite/ld-scripts/provide.exp +++ b/ld/testsuite/ld-scripts/provide.exp @@ -23,7 +23,7 @@ # a.out objdump displays the file header inside the text segment, # confusing run_dump_test. -if {[istarget "rs6000-*-aix*"] || [is_aout_format]} { +if {[istarget "powerpc*-*-aix*"] || [istarget "rs6000-*-aix*"] || [is_aout_format]} { unsupported provide-1 unsupported provide-2 unsupported provide-3 |