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
70008293
Commit
70008293
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: Add #pragma weaks.
From-SVN: r86783
parent
315fb5db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/ChangeLog
+4
-0
gcc/gthr-posix.h
+5
-1
No files found.
gcc/ChangeLog
View file @
70008293
2004-08-30 Jason Merrill <jason@redhat.com>
* gthr-posix.h: Add #pragma weaks.
2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
* gcov-io.c (GCOV_CHECK): Use gcc_assert when available.
* gcov-io.c (GCOV_CHECK): Use gcc_assert when available.
...
...
gcc/gthr-posix.h
View file @
70008293
...
@@ -70,6 +70,11 @@ typedef pthread_mutex_t __gthread_recursive_mutex_t;
...
@@ -70,6 +70,11 @@ 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_init
#pragma weak pthread_mutexattr_settype
#pragma weak pthread_mutexattr_destroy
#pragma weak pthread_mutex_init
#if defined(_LIBOBJC) || defined(_LIBOBJC_WEAK)
#if defined(_LIBOBJC) || defined(_LIBOBJC_WEAK)
/* Objective-C. */
/* Objective-C. */
...
@@ -79,7 +84,6 @@ typedef pthread_mutex_t __gthread_recursive_mutex_t;
...
@@ -79,7 +84,6 @@ typedef pthread_mutex_t __gthread_recursive_mutex_t;
#pragma weak pthread_cond_signal
#pragma weak pthread_cond_signal
#pragma weak pthread_cond_wait
#pragma weak pthread_cond_wait
#pragma weak pthread_exit
#pragma weak pthread_exit
#pragma weak pthread_mutex_init
#pragma weak pthread_mutex_destroy
#pragma weak pthread_mutex_destroy
#pragma weak pthread_self
#pragma weak pthread_self
#ifdef _POSIX_PRIORITY_SCHEDULING
#ifdef _POSIX_PRIORITY_SCHEDULING
...
...
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