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
5163d20e
Commit
5163d20e
authored
Jul 19, 1999
by
Tom Tromey
Committed by
Tom Tromey
Jul 19, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.h (MPROTECT_VDB): Don't define on Linux.
From-SVN: r28179
parent
92d6db66
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
boehm-gc/ChangeLog
+4
-0
boehm-gc/config.h
+4
-1
No files found.
boehm-gc/ChangeLog
View file @
5163d20e
1999-07-19 Tom Tromey <tromey@cygnus.com>
* config.h (MPROTECT_VDB): Don't define on Linux.
1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
* Makefile.am (.s.lo): Avoid `#line' directives.
...
...
boehm-gc/config.h
View file @
5163d20e
...
...
@@ -590,7 +590,10 @@
/* Appears to be 0xe0000000 for at least one 2.1.91 kernel. */
/* Probably needs to be more flexible, but I don't yet */
/* fully understand how flexible. */
# define MPROTECT_VDB
/* Linux threads don't interact well with the read() wrapper.
Not defining MPROTECT_VDB fixes this. */
/* # define MPROTECT_VDB*/
# ifdef __ELF__
# define DYNAMIC_LOADING
# ifdef UNDEFINED
/* includes ro data */
...
...
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