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