aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2015-07-30 12:06:29 -0700
committerSandra Loosemore <sandra@codesourcery.com>2015-07-30 12:06:29 -0700
commit61a934ca2090456acb4432b6c136241d3aaee7a2 (patch)
tree374470adfdd7d19df47ecef541c6b84e9cda8ae9 /gdb
parent4bc4d42859e3b42c79c89295ef39944bdb3e6753 (diff)
downloadgdb-61a934ca2090456acb4432b6c136241d3aaee7a2.zip
gdb-61a934ca2090456acb4432b6c136241d3aaee7a2.tar.gz
gdb-61a934ca2090456acb4432b6c136241d3aaee7a2.tar.bz2
Restrict gdb.arch/ppc64-symtab-cordic.exp to ppc64 targets.
2015-07-30 Sandra Loosemore <sandra@codesourcery.com> gdb/testsuite/ * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp5
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 6c836b6..029f3d7 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
+ * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
+
+2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
+
Reapply:
2014-05-21 Mark Wielaard <mjw@redhat.com>
diff --git a/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp b/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp
index d9a3f13..fa82510 100644
--- a/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp
+++ b/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp
@@ -13,6 +13,11 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+if {![istarget "powerpc*"] || ![is_lp64_target]} {
+ verbose "Skipping powerpc64 separate debug file symtab test."
+ return
+}
+
standard_testfile
set kobz2file ${srcdir}/${subdir}/cordic.ko.bz2