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
ae9982ec
Commit
ae9982ec
authored
Jun 02, 2011
by
DJ Delorie
Committed by
DJ Delorie
Jun 02, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/timeout.exp (timeout): Add board_info support.
From-SVN: r174573
parent
fc0993ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/lib/timeout.exp
+2
-0
No files found.
gcc/testsuite/ChangeLog
View file @
ae9982ec
2011-06-02 DJ Delorie <dj@redhat.com>
* lib/timeout.exp (timeout): Add board_info support.
2011-06-02 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/sse2-init-v2di-2: Update scan-assembler-times string.
...
...
gcc/testsuite/lib/timeout.exp
View file @
ae9982ec
...
...
@@ -46,6 +46,8 @@ proc timeout_value { args } {
set val $tool_timeout
} elseif [target_info exists gcc,timeout] {
set val [target_info gcc,timeout]
} elseif [board_info target exists gcc,timeout] {
set val [board_info target gcc,timeout]
} else {
# This is really, REALLY ugly, but this is the default from
# remote.exp deep within DejaGnu.
...
...
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