* ld-elf/binutils.exp: Don't run tdata3 for hppa64.
This commit is contained in:
Alan Modra 2011-05-23 05:29:38 +00:00
parent 2712fce34f
commit 3bd61671c3
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-05-23 Alan Modra <amodra@gmail.com>
PR 12763
* ld-elf/binutils.exp: Don't run tdata3 for hppa64.
2011-05-21 Hans-Peter Nilsson <hp@axis.com>
* ld-cris/tls-e-tpoffcomm1.d: Adjust for PR12763 change removing

View File

@ -121,10 +121,10 @@ if { ([istarget "i?86-*-elf*"]
binutils_test strip "-T ${srcdir}/${subdir}/lma.lnk" lma
set tls_tests { "tdata1" "tdata2" "tdata3" }
set tls_tests { "tdata1" "tdata2" }
# hppa64 has its own .tbss section, with different flags.
if { ![istarget "hppa64-*-*"] } {
lappend tls_tests "tbss1" "tbss2" "tbss3"
lappend tls_tests "tdata3" "tbss1" "tbss2" "tbss3"
}
set tls_opts {
""