aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-05-23 05:29:38 +0000
committerAlan Modra <amodra@gmail.com>2011-05-23 05:29:38 +0000
commit3bd61671c358dcb210ebadfba6657453e6c07678 (patch)
treea016f175fc904e83e073b2bcb43d677b9fa898c9 /ld/testsuite
parent2712fce34fd3a3d820e040b704229396878f6366 (diff)
downloadgdb-3bd61671c358dcb210ebadfba6657453e6c07678.zip
gdb-3bd61671c358dcb210ebadfba6657453e6c07678.tar.gz
gdb-3bd61671c358dcb210ebadfba6657453e6c07678.tar.bz2
PR 12763
* ld-elf/binutils.exp: Don't run tdata3 for hppa64.
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-elf/binutils.exp4
2 files changed, 7 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 636fc51..57dd141 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -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
diff --git a/ld/testsuite/ld-elf/binutils.exp b/ld/testsuite/ld-elf/binutils.exp
index 47636d2..380bd26 100644
--- a/ld/testsuite/ld-elf/binutils.exp
+++ b/ld/testsuite/ld-elf/binutils.exp
@@ -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 {
""