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
d92a3b38
Commit
d92a3b38
authored
Aug 30, 2004
by
Jason Merrill
Committed by
Jason Merrill
Aug 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gthr-posix.h, gthr-dce.h: Add #pragma weaks.
From-SVN: r86784
parent
70008293
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+1
-1
gcc/gthr-dce.h
+3
-0
No files found.
gcc/ChangeLog
View file @
d92a3b38
2004-08-30 Jason Merrill <jason@redhat.com>
2004-08-30 Jason Merrill <jason@redhat.com>
* gthr-posix.h: Add #pragma weaks.
* gthr-posix.h
, gthr-dce.h
: Add #pragma weaks.
2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
...
...
gcc/gthr-dce.h
View file @
d92a3b38
...
@@ -74,6 +74,9 @@ typedef pthread_mutex_t __gthread_recursive_mutex_t;
...
@@ -74,6 +74,9 @@ typedef pthread_mutex_t __gthread_recursive_mutex_t;
#pragma weak pthread_mutex_lock
#pragma weak pthread_mutex_lock
#pragma weak pthread_mutex_trylock
#pragma weak pthread_mutex_trylock
#pragma weak pthread_mutex_unlock
#pragma weak pthread_mutex_unlock
#pragma weak pthread_mutexattr_create
#pragma weak pthread_mutexattr_setkind_np
#pragma weak pthread_mutexattr_delete
#ifdef _LIBOBJC
#ifdef _LIBOBJC
/* Objective-C. */
/* Objective-C. */
...
...
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