Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
2c953d5a
Commit
2c953d5a
authored
Feb 15, 2008
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Feb 15, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/dejapatches.exp: New file.
From-SVN: r132334
parent
979c67a5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
+39
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/lib/dejapatches.exp
+35
-0
No files found.
gcc/testsuite/ChangeLog
View file @
2c953d5a
2008
-
02
-
15
Hans
-
Peter
Nilsson
<
hp
@axis
.
com
>
*
lib
/
dejapatches
.
exp
:
New
file
.
2008
-
02
-
14
Douglas
Gregor
<
doug
.
gregor
@gmail
.
com
>
PR
c
++/
34050
gcc/testsuite/lib/dejapatches.exp
0 → 100644
View file @
2c953d5a
# Copyright (C) 2008 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
# Necessary procs and fallbacks for functionality not present in
# pristine dejagnu-1.4.4. Make sure overrides here work with updated
# dejagnu too.
# The absence of sim_download will cause e.g. the libstdc++ testsuite
# to expose about 59 more FAILs on simulator targets supporting
# fileio.
if { [info procs sim_download] == "" } {
proc sim_download { dest file args } {
return [remote_download host $file $args]
}
}
if { [info procs sim_upload] == "" } {
proc sim_upload { dest srcfile args } {
return [remote_upload host $srcfile $args]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment