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
3606b8bf
Commit
3606b8bf
authored
Sep 05, 2008
by
Janis Johnson
Committed by
Janis Johnson
Sep 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.
From-SVN: r140043
parent
56cc5928
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
libgomp/ChangeLog
+4
-0
libgomp/testsuite/libgomp.c/c.exp
+3
-1
No files found.
libgomp/ChangeLog
View file @
3606b8bf
2008-09-05 Janis Johnson <janis187@us.ibm.com>
* testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.
2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
...
...
libgomp/testsuite/libgomp.c/c.exp
View file @
3606b8bf
if [info exists lang_library_path] then {
unset lang_library_path
unset lang_test_file
unset lang_link_flags
}
if [info exists lang_test_file] then {
unset lang_test_file
}
load_lib libgomp-dg.exp
...
...
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