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
8341df32
Commit
8341df32
authored
28 years ago
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove inclusion of source files.
From-SVN: r12218
parent
cc782a7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
gcc/objc/thr.c
+0
-16
No files found.
gcc/objc/thr.c
View file @
8341df32
...
...
@@ -113,20 +113,4 @@ objc_mutex_lock_x(_objc_mutex_t mutex, const char *f, int l)
return
objc_mutex_lock
(
mutex
);
}
/*****************************************************************************
* Implementation specific functionality:
*/
#if defined(__sparc__) && defined(__svr4__)
/* Solaris only code. */
#include "thr-solaris.c"
#elif defined(__sgi__) && defined(__mips__)
/* IRIX only code. */
#include "thr-irix.c"
#elif defined(__alpha__) && defined(__osf__)
/* Alpha OSF/1 only code. */
#include "thr-decosf1.c"
#elif defined(__WIN32__)
#include "thr-win32.c"
#else
/* Single threaded code. */
#include "thr-single.c"
#endif
/* End of File */
This diff is collapsed.
Click to expand it.
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