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.
This commit is contained in:
parent
4bc4d42859
commit
61a934ca20
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue