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
c54dbf8b
Commit
c54dbf8b
authored
Aug 04, 2000
by
J. David Anglin
Committed by
Jeff Law
Aug 04, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
From-SVN: r35487
parent
2c2a534b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/gthr-dce.h
+1
-1
No files found.
gcc/ChangeLog
View file @
c54dbf8b
2000-08-04 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
2000-08-04 Donn Terry (donnte@microsoft.com)
* prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
...
...
gcc/gthr-dce.h
View file @
c54dbf8b
...
...
@@ -330,7 +330,7 @@ __gthread_objc_mutex_unlock(objc_mutex_t mutex)
static
inline
int
__gthread_objc_condition_allocate
(
objc_condition_t
condition
)
{
if
(
__gthread_active_p
()
if
(
__gthread_active_p
()
)
/* Unimplemented. */
return
-
1
;
else
...
...
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