mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
PR 12763
* ld-elf/binutils.exp: Don't run tdata3 for hppa64.
This commit is contained in:
@ -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>
|
2011-05-21 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* ld-cris/tls-e-tpoffcomm1.d: Adjust for PR12763 change removing
|
* 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
|
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.
|
# hppa64 has its own .tbss section, with different flags.
|
||||||
if { ![istarget "hppa64-*-*"] } {
|
if { ![istarget "hppa64-*-*"] } {
|
||||||
lappend tls_tests "tbss1" "tbss2" "tbss3"
|
lappend tls_tests "tdata3" "tbss1" "tbss2" "tbss3"
|
||||||
}
|
}
|
||||||
set tls_opts {
|
set tls_opts {
|
||||||
""
|
""
|
||||||
|
Reference in New Issue
Block a user