2003-03-04 Hans Boehm <Hans.Boehm@hp.com>
* include/private/gcconfig.h (GC_data_start): declare when needed. * include/private/gc_priv.h: Include gcconfig.h after ptr_t declaration. * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr, GC_register_dynlib_callback): Register main data for static executable if dl_iterate_phdr() didn't. * misc.c (GC_init_inner): Call GC_init_linux_data_start() even if we don't expect to register main static data. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63809 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- boehm-gc/ChangeLog 10 additions, 0 deletionsboehm-gc/ChangeLog
- boehm-gc/dyn_load.c 11 additions, 3 deletionsboehm-gc/dyn_load.c
- boehm-gc/include/private/gc_priv.h 4 additions, 4 deletionsboehm-gc/include/private/gc_priv.h
- boehm-gc/include/private/gcconfig.h 4 additions, 0 deletionsboehm-gc/include/private/gcconfig.h
- boehm-gc/misc.c 1 addition, 1 deletionboehm-gc/misc.c
Loading
Please register or sign in to comment