OSDN Git Service

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