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
14400a59
Commit
14400a59
authored
Jul 24, 2000
by
Alexandre Oliva
Committed by
Alexandre Oliva
Jul 24, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
From-SVN: r35217
parent
9d093ac0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
boehm-gc/ChangeLog
+4
-0
boehm-gc/dyn_load.c
+2
-0
No files found.
boehm-gc/ChangeLog
View file @
14400a59
2000-07-24 Alexandre Oliva <aoliva@redhat.com>
* dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
Imported version 5.1.
...
...
boehm-gc/dyn_load.c
View file @
14400a59
...
...
@@ -393,7 +393,9 @@ extern void * GC_roots_present();
/* The type is a lie, since the real type doesn't make sense here, */
/* and we only test for NULL. */
#ifndef GC_scratch_last_end_ptr
extern
ptr_t
GC_scratch_last_end_ptr
;
/* End of GC_scratch_alloc arena */
#endif
/* We use /proc to track down all parts of the address space that are */
/* mapped by the process, and throw out regions we know we shouldn't */
...
...
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