gcc/boehm-gc ChangeLog dyn_load.c misc.c inclu ...
hboehm@gcc.gnu.org
hboehm@gcc.gnu.org
Tue Mar 4 22:18:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: hboehm@gcc.gnu.org 2003-03-04 22:18:08
Modified files:
boehm-gc : ChangeLog dyn_load.c misc.c
boehm-gc/include/private: gc_priv.h gcconfig.h
Log message:
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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/ChangeLog.diff?cvsroot=gcc&r1=1.145&r2=1.146
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/dyn_load.c.diff?cvsroot=gcc&r1=1.18&r2=1.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/misc.c.diff?cvsroot=gcc&r1=1.25&r2=1.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/include/private/gc_priv.h.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/include/private/gcconfig.h.diff?cvsroot=gcc&r1=1.28&r2=1.29
More information about the Gcc-cvs
mailing list