]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR 12763
authorAlan Modra <amodra@gmail.com>
Mon, 23 May 2011 05:29:38 +0000 (05:29 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 23 May 2011 05:29:38 +0000 (05:29 +0000)
* ld-elf/binutils.exp: Don't run tdata3 for hppa64.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/binutils.exp

index 636fc51e48a71395d5f0c96652d69bde3abf9c0f..57dd14159c94ad2de49245ab40f4c609feb064a2 100644 (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
index 47636d2f315ecbf72de53421f86d4ba09cac21b7..380bd266b736b99a70756b474938bbf15d2476e9 100644 (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 {
     ""