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
37ca4602
Commit
37ca4602
authored
Mar 24, 2008
by
Nathan Sidwell
Committed by
Nathan Sidwell
Mar 24, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gthr-vxworks.h (UNUSED): Define.
From-SVN: r133477
parent
15f6d6e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/gthr-vxworks.h
+7
-0
No files found.
gcc/ChangeLog
View file @
37ca4602
2008-03-24 Nathan Sidwell <nathan@codesourcery.com>
* gthr-vxworks.h (UNUSED): Define.
2008-03-23 H.J. Lu <hongjiu.lu@intel.com>
2008-03-23 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.h (STATIC_CHAIN_REGNUM): Use R10_REG and
* config/i386/i386.h (STATIC_CHAIN_REGNUM): Use R10_REG and
...
...
gcc/gthr-vxworks.h
View file @
37ca4602
...
@@ -36,6 +36,11 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
...
@@ -36,6 +36,11 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#include "gthr-posix.h"
#include "gthr-posix.h"
#else
#else
#ifdef __cplusplus
#define UNUSED(x)
#else
#define UNUSED(x) x __attribute__((unused))
#endif
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
@@ -141,6 +146,8 @@ extern int __gthread_key_delete (__gthread_key_t key);
...
@@ -141,6 +146,8 @@ extern int __gthread_key_delete (__gthread_key_t key);
extern
void
*
__gthread_getspecific
(
__gthread_key_t
key
);
extern
void
*
__gthread_getspecific
(
__gthread_key_t
key
);
extern
int
__gthread_setspecific
(
__gthread_key_t
key
,
void
*
ptr
);
extern
int
__gthread_setspecific
(
__gthread_key_t
key
,
void
*
ptr
);
#undef UNUSED
#ifdef __cplusplus
#ifdef __cplusplus
}
}
#endif
#endif
...
...
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