OSDN Git Service

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