mirror of git://gcc.gnu.org/git/gcc.git
* dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
From-SVN: r35217
This commit is contained in:
parent
9d093ac0f4
commit
14400a5922
|
@ -1,3 +1,7 @@
|
||||||
|
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>
|
2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
|
||||||
|
|
||||||
Imported version 5.1.
|
Imported version 5.1.
|
||||||
|
|
|
@ -393,7 +393,9 @@ extern void * GC_roots_present();
|
||||||
/* The type is a lie, since the real type doesn't make sense here, */
|
/* The type is a lie, since the real type doesn't make sense here, */
|
||||||
/* and we only test for NULL. */
|
/* 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 */
|
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 */
|
/* 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 */
|
/* mapped by the process, and throw out regions we know we shouldn't */
|
||||||
|
|
Loading…
Reference in New Issue