PR 12763
* ld-elf/binutils.exp: Don't run tdata3 for hppa64.
This commit is contained in:
parent
2712fce34f
commit
3bd61671c3
@ -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
|
||||
|
@ -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 {
|
||||
""
|
||||
|
Loading…
Reference in New Issue
Block a user