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] [testsuite] Don't skip gdb.dwarf2/pr10770.exp for non-gcc compiler


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

commit 88465e872cb6649c42863e5c47011bae9e17bbdb
Author: Yao Qi <yao.qi@linaro.org>
Date:   Wed Nov 22 14:46:30 2017 +0000

    [testsuite] Don't skip gdb.dwarf2/pr10770.exp for non-gcc compiler
    
    gdb.dwarf2/pr10770.exp can be used for non-gcc compiler, at least clang.
    This patch removes the restriction to only use gcc.  If other compilers,
    like xlc or icc, can't compile the .c file, test result is not changed.
    
    gdb/testsuite:
    
    2017-11-22  Yao Qi  <yao.qi@linaro.org>
    
    	* gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
    	compiler.

Diff:
---
 gdb/testsuite/ChangeLog              | 5 +++++
 gdb/testsuite/gdb.dwarf2/pr10770.exp | 6 ------
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 110fcb1..0bb2391 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,10 @@
 2017-11-22  Yao Qi  <yao.qi@linaro.org>
 
+	* gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
+	compiler.
+
+2017-11-22  Yao Qi  <yao.qi@linaro.org>
+
 	* gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
 	* gdb.base/break-interp.exp: Likewise.
 	* gdb.base/jit-attach-pie.exp: Likewise.
diff --git a/gdb/testsuite/gdb.dwarf2/pr10770.exp b/gdb/testsuite/gdb.dwarf2/pr10770.exp
index 938fbd1..63f4061 100644
--- a/gdb/testsuite/gdb.dwarf2/pr10770.exp
+++ b/gdb/testsuite/gdb.dwarf2/pr10770.exp
@@ -21,12 +21,6 @@ if {[prepare_for_testing "failed to prepare" ${testfile} ${srcfile}]} {
     return 0
 }
 
-# This test can only be run on targets which use GCC.
-get_compiler_info
-if {![test_compiler_info "gcc-*"]} {
-    return 0
-}
-
 if {![runto_main]} {
     return -1
 }


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