diff options
Diffstat (limited to 'ld/testsuite/ld-elfcomm/elfcomm.exp')
-rw-r--r-- | ld/testsuite/ld-elfcomm/elfcomm.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-elfcomm/elfcomm.exp b/ld/testsuite/ld-elfcomm/elfcomm.exp index e45c6b1..572931b 100644 --- a/ld/testsuite/ld-elfcomm/elfcomm.exp +++ b/ld/testsuite/ld-elfcomm/elfcomm.exp @@ -209,8 +209,8 @@ if { [ld_simple_link $ld tmpdir/common1.o $options] } { } # This test fails on MIPS because the backend sets type_change_ok. -# The size change warning is suppressed. -if {[istarget mips*-*-*]} { +# The size change warning is suppressed. Same on hppa64. +if {[istarget mips*-*-*] || [istarget hppa*64*-*-*]} { if { ![regexp "Warning: alignment (\[0-9\]+) of symbol \`_?foo1\' in tmpdir/common1b.o is smaller than 64 in tmpdir/common1a.o" $link_output] } { fail $test1w1 } else { |