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
b694131f
Commit
b694131f
authored
Apr 30, 1999
by
Tom Tromey
Committed by
Tom Tromey
Apr 30, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* linux_threads.c: Don't reference __pthread_initial_thread_bos.
From-SVN: r26711
parent
2c4974b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
boehm-gc/ChangeLog
+4
-0
boehm-gc/linux_threads.c
+5
-0
No files found.
boehm-gc/ChangeLog
View file @
b694131f
1999-04-30 Tom Tromey <tromey@cygnus.com>
* linux_threads.c: Don't reference __pthread_initial_thread_bos.
1999-04-26 Tom Tromey <tromey@cygnus.com>
1999-04-26 Tom Tromey <tromey@cygnus.com>
* dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
* dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
...
...
boehm-gc/linux_threads.c
View file @
b694131f
...
@@ -118,8 +118,13 @@ package, we generate a dummy reference to `__pthread_initial_thread_bos',
...
@@ -118,8 +118,13 @@ package, we generate a dummy reference to `__pthread_initial_thread_bos',
which is a symbol defined in LinuxThreads, but (hopefully) not in other
which is a symbol defined in LinuxThreads, but (hopefully) not in other
thread packages.
thread packages.
*/
*/
#if 0
/* Note: on Caldera OpenLinux, this symbols is `local' in the
libpthread.so (but not in libpthread.a). We don't really need
this, so we just comment it out. */
extern char * __pthread_initial_thread_bos;
extern char * __pthread_initial_thread_bos;
char **dummy_var_to_force_linux_threads = &__pthread_initial_thread_bos;
char **dummy_var_to_force_linux_threads = &__pthread_initial_thread_bos;
#endif
#define LINUX_THREADS_STACK_SIZE (2 * 1024 * 1024)
#define LINUX_THREADS_STACK_SIZE (2 * 1024 * 1024)
...
...
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