OSDN Git Service

24a26aecfaee9828687e2c14735cd81c1ba6f72e
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 1999-02-23  Tom Tromey  <tromey@cygnus.com>
2
3         * configure: Rebuilt.
4         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
5         SOLARIS_THREADS and _SOLARIS_PTHREADS.
6
7 1999-02-18  Tom Tromey  <tromey@cygnus.com>
8
9         * quick_threads.c (GC_push_all_stacks): Change order of arguments
10         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
11         for case where LO is NULL.
12
13 1999-02-10  Tom Tromey  <tromey@cygnus.com>
14
15         * aclocal.m4, configure, Makefile.in: Rebuilt.
16         * acinclude.m4: Updated to be used with automake 1.4.
17         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
18         with automake 1.4.
19         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
20         (libgcjgc_a_SOURCES): Likewise.
21         (libgcjgc_a_LIBADD): Likewise.
22         (libgcjgc_a_DEPENDENCIES): Likewise.
23         (EXTRA_libgcjgc_a_SOURCES): Likewise.
24         (gctest_LDADD): Likewise.
25         (all_objs): Likewise.
26
27 1999-01-08  Tom Tromey  <tromey@cygnus.com>
28
29         * configure: Rebuilt.
30         * configure.in: Define LINUX_THREADS if using POSIX threads on
31         Linux.
32
33         * gc_priv.h (GC_test_and_set): Put return type into definition.
34
35 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
36
37         * Makefile.am: add support for eCos.  In particular, add C++
38         support for compiling the file ecos.cc.
39         * ecos.cc: new file.
40         * acinclude.m4: add C++ support.
41         * aclocal.m4: likewise
42         * config.h: add eCos support.
43         * configure: likewise
44         * configure.in: likewise
45         * misc.c (GC_write): add eCos support.
46         * os_dep.c (tiny_sbrk): add eCos support.
47         
48 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
49
50         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
51         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
52
53 1998-11-23  Tom Tromey  <tromey@cygnus.com>
54
55         * configure.host (boehm_gc_cflags): Don't add `-O2'.
56
57 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
58
59         * Makefile.am, Makefile.in, configure.host: tx39 build option 
60         "-G 0" added.
61         
62 1998-11-17  Tom Tromey  <tromey@cygnus.com>
63
64         * configure: Rebuilt.
65         * configure.in: Switch on host, not target.
66
67 1998-11-16  Tom Tromey  <tromey@cygnus.com>
68
69         * gc_priv.h (GC_debug_object_start): Declare.
70         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
71         * gc.h (GC_debug_register_finalizer_no_order,
72         GC_register_finalizer_no_order): Declare.
73         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
74         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
75         (GC_debug_generic_malloc): Likewise.
76         (GC_debug_object_start): new function.
77
78 1998-11-11  Tom Tromey  <tromey@cygnus.com>
79
80         * configure: Rebuilt.
81         * configure.in: Recognize --enable-java-gc, not --enable-gc.
82
83 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
84
85         * dyn_load.c: Handle QUICK_THREADS case.
86
87 1998-10-21  Tom Tromey  <tromey@cygnus.com>
88
89         * configure: Rebuilt.
90         * configure.in: Put cpp defines here, not in config.h.  Recognize
91         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
92         define PACKAGE or VERSION.
93         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
94         Don't define.
95
96         * os_dep.c (GC_default_push_other_roots): Define when
97         QUICK_THREADS defined.
98         * misc.c: Added QUICK_THREADS case.
99         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
100         * config.h (THREADS): Define if QUICK_THREADS defined.
101         * Makefile.in: Rebuilt.
102         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
103         quick_threads.c.
104         * quick_threads.c: New file.
105
106 1998-10-20  Tom Tromey  <tromey@cygnus.com>
107
108         * aclocal.m4, configure: Rebuilt.
109         * acinclude.m4: Don't subst machine_dir or sys_dir.
110         * configure.host: Removed unused code.
111
112 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
113
114         * configure: Rebuilt.
115         * configure.in: Fix typo in previous patch.
116
117 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
118
119         * Makefile.in, aclocal.m4, configure: Rebuilt.
120         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
121         * configure.host: Created.
122
123 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
124
125         * Makefile.in: Rebuilt.
126         * Makefile.am (lib_LIBRARIES): Use target_all.
127         (EXTRA_LIBRARIES): New macro.
128         * configure: Rebuilt.
129         * configure.in: Recognize --enable-gc.
130
131 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
132
133         * Makefile.in: Rebuilt.
134         * Makefile.am (COMPILE): Define.
135         (LINK): Likewise.
136         (.s.o): Use MY_CFLAGS.
137         * configure: Rebuilt.
138         * configure.in (MY_CFLAGS): Define and subst.
139
140 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
141
142         * configure: Rebuilt.
143         * configure.in: Added --with-cross-host argument.  Use
144         $with_cross_host to determine when cross-compiling.
145
146         * config.h (SMALL_CONFIG): Don't define.
147         * configure: Rebuilt.
148         * configure.in: Define SMALL_CONFIG when cross-compiling.
149
150 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
151
152         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
153         allchblk.c: Merged with 4.13a2 while preserving local changes.
154
155         * Makefile.orig: Updated from Makefile in 4.13a2.
156
157         * configure: Rebuilt.
158         * configure.in: Updated version number to 4.13a2.  On Solaris,
159         don't build with -O when using gcc.
160
161         Merged in version 4.13alpha2:
162         * config.h (USE_MMAP): Re-enable on Solaris.
163         * solaris_pthreads.c: Removed RCS Id line.
164         * alpha_mach_dep.s: Removed RCS Id line.
165
166 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
167
168         * config.h (USE_MMAP): Don't define for Solaris.
169
170 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
171
172         * Makefile.in: Rebuilt.
173         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
174
175         * Makefile.in: Rebuilt.
176         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
177
178 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
179
180         * Makefile.in: Rebuilt.
181         * Makefile.am ($(all_objs)): Depend on config.h.
182
183         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
184         DATASTART as &_etext.
185         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
186         * configure: Rebuilt.
187         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
188         tx39.
189
190 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
191
192         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
193         (GC_maybe_gc): Likewise.
194         * os_dep.c: If NO_SIGSET defined, then have empty
195         GC_disable_signals and GC_enable_signals.
196         * configure: Rebuilt.
197         * configure.in: Added --with-target-subdir option.  If
198         cross-compiling, define NO_SIGSET and NO_CLOCK.
199
200 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
201
202         * Makefile.in: Rebuilt.
203         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
204         (AS): Removed.
205         * aclocal.m4, configure: Rebuilt.
206         * acinclude.m4: New file.
207         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
208
209 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
210
211         * configure: Rebuilt.
212         * configure.in: Link boehm-config.h to config.h.
213         * Makefile.in: Rebuilt.
214         * Makefile.am (INCLUDES): Removed.
215         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
216         JAVA_FINALIZATION): Define
217
218 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
219
220         * Many files: Use GC_bool, not bool.
221         * gc_priv.h: Define GC_bool, not bool.
222
223         * misc.c (GC_dont_gc): Define as int.
224         (GC_quiet): Likewise.
225         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
226         * alloc.c (GC_dont_expand): Define as int.
227         * gc_priv.h: For gcc, define bool as char.
228
229 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
230
231         * Makefile.in: Rebuilt.
232         * Makefile.am (check_PROGRAMS): New macro.
233         (gctest_SOURCES): Likewise.
234         (gctest_LDADD): Likewise.
235
236 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
237
238         * Makefile.in: Rebuilt.
239         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
240         * configure: Rebuilt.
241         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
242
243 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
244
245         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
246         New files.
247         * Makefile.orig: Renamed from Makefile.
248