This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Restrict gdb.arch/ppc64-symtab-cordic.exp to ppc64 targets.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=61a934ca2090456acb4432b6c136241d3aaee7a2

commit 61a934ca2090456acb4432b6c136241d3aaee7a2
Author: Sandra Loosemore <sandra@codesourcery.com>
Date:   Thu Jul 30 12:06:29 2015 -0700

    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.

Diff:
---
 gdb/testsuite/ChangeLog                        | 4 ++++
 gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp | 5 +++++
 2 files changed, 9 insertions(+)

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]