]> gcc.gnu.org Git - gcc.git/blame - boehm-gc/ChangeLog
gcconfig: Add machine type S390.
[gcc.git] / boehm-gc / ChangeLog
CommitLineData
10a197ee
UW
12002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * include/private/gcconfig: Add machine type S390. Add s390x support.
4 * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
5 (GC_compare_and_exchange): Likewise.
6
179a9caf
JT
72002-09-24 Jason Thorpe <thorpej@wasabisystems.com>
8
9 * include/private/gcconfig.h: Fix NetBSD/mips parameters.
10
2e9ac471
AM
112002-08-23 Adam Megacz <adam@xwt.org>
12
1e39b2dd 13 * win32_threads.cc: Removed extraneous ABORT()
2e9ac471 14
6c5d742e
KG
152002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16
17 * Makefile.am (all-multi): Fix multilib parallel build.
18
48528b67
BT
192002-07-18 Bo Thorsen <bo@suse.de>
20
21 * include/private/gcconfig.h: Add x86-64 definitions.
22 * os_dep.c: Add x86-64 support.
23 * configure.in: Likewise.
24 * configure: Regenerate.
25
aab27b30
L
262002-07-18 H.J. Lu <hjl@gnu.org>
27
28 * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
29
5316699d
L
302002-07-18 H.J. Lu (hjl@gnu.org)
31
32 * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
33 Linux/mips.
34
5ddf82b4
HB
352002-06-28 Hans Boehm <Hans_Boehm@hp.com>
36 Jonathan Clark
37
38 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
39
f3e83dc2
L
402002-06-09 H.J. Lu (hjl@gnu.org)
41
42 * include/private/gc_locks.h (GC_test_and_set): Support
43 Linux/mips.
44 (GC_TEST_AND_SET_DEFINED): Likewise.
45
46 * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
47 Linux/mips.
48 (DATAEND): Likewise.
49 (LINUX_STACKBOTTOM): Likewise.
50 (STACKBOTTOM): Removed for Linux/mips.
51
61039cd0
MM
52Sun May 19 11:32:03 2002 Mark P Mitchell <mark@codesourcery.com>
53
54 * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
55 (GC_pthread_create): Fix typo.
56 (GC_TRY_LOCK): Likewise.
57 * include/private/gc_locks.h (GC_test_and_set): Only take one
58 one argument.
59 (LOCK): Adjust appropriately.
60 * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
61 _SIGRTMIN is unavailable.
62
1e6347d8
RO
632002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
64
65 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
66 * aclocal.m4: Regenerate.
67 * configure: Regenerate.
68
6706f116
AO
692002-05-08 Alexandre Oliva <aoliva@redhat.com>
70
71 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
72 script entry, and set LD to it when configuring multilibs.
73 * configure: Rebuilt.
74
e3c98562
JS
752002-04-22 Jeff Sturm <jsturm@one-point.com>
76
77 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
78 (noinst_LTLIBRARIES): Add libgcjgc.la.
79
80 * Makefile.in: Rebuild.
81
a61df6c7
DM
822002-04-22 David S. Miller <davem@redhat.com>
83
84 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
85 64-bit SPARC Linux, the __libc_stack_end technique does
86 not work in this case.
87
882002-04-22 Jeff Sturm <jsturm@one-point.com>
89
90 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
91
94164032
HB
922002-04-17 Hans Boehm <Hans_Boehm@hp.com>
93
94 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
95 SPARC Linux.
96
b911c031
LR
972002-04-09 Loren J. Rittle <ljrittle@acm.org>
98
99 * include/private/gcconfig.h (DATAEND): Update comment example
100 to match reality.
101
e285b259
LR
1022002-04-08 Loren J. Rittle <ljrittle@acm.org>
103
104 * include/private/gcconfig.h (DATAEND): Clarify comment.
105
787bf7e3
HB
1062002-04-08 Hans Boehm <Hans_Boehm@hp.com>
107
108 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
109 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
110 declare.
111 * allchblk.c (GC_allchblk_nth): Change text and support reduced
112 frequency for blacklist warning message.
113 * misc.c (GC_large_alloc_warn_interval,
114 GC_large_alloc_warn_suppressed): define.
115 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
116 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
117 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
118 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
119
120 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
121
3c55704e
LR
1222002-04-04 Loren J. Rittle <ljrittle@acm.org>
123
124 * include/private/gcconfig.h: Add support for an unmapped
125 memory hole between the end of the initialized data segment
126 and the start of the BSS on FreeBSD/i386.
127
c71f2c06
BM
1282002-03-30 Krister Walfridsson <cato@df.lth.se>
129
130 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
131 NetBSD/i386.
132
1332002-03-29 Hans Boehm <Hans_Boehm@hp.com>
134
135 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
136 (GC_local_gcj_malloc): Add assertion.
137 (start_mark_threads): Fix abort message.
138 * mark.c (GC_mark_from): Generalize assertion.
139 * reclaim.c (GC_clear_fl_links): New function.
140 (GC_start_reclaim): Must clear some freelist links.
141 * include/private/specific.h, specific.c: Add assertions.
142 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
143 Rearrange tse fields.
144
a3c5fa34
RH
1452002-03-27 Richard Henderson <rth@redhat.com>
146
147 * os_dep.c (GC_init_linux_data_start): Fix references to
148 __data_start and _end.
149
ed47971a
LR
1502002-03-25 Loren J. Rittle <ljrittle@acm.org>
151
152 * include/private/gcconfig.h: Change all likely references
153 to linker script synthesized symbols to use this idiom:
154 extern int etext[]; etext
155
fd28f67b
JS
1562002-03-25 Jeff Sturm <jsturm@one-point.com>
157
158 * linux_threads.c (GC_get_nprocs): Close file descriptor.
159
c0561434
LR
1602002-03-21 Loren J. Rittle <ljrittle@acm.org>
161
162 * include/private/gcconfig.h: Add unified test for FreeBSD.
163 Support FreeBSD/alpha.
164 * os_dep.c: Do not include <machine/trap.h> unless available.
165 (GC_freebsd_stack_base): Fix types.
166
ce3b24a7
BM
1672002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
168
169 * Makefile.am: Make a convenience library.
170 * Makefile.in: Rebuilt.
171
512e32d2
AG
1722002-03-15 Anthony Green <green@redhat.com>
173
174 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
175 * configure.in: Disable use of getenv for win32 targets (some of
176 which have broken implementations).
177 * configure: Rebuilt.
178
916c46b5
AM
1792002-03-12 Adam Megacz <adam@xwt.org>
180
181 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
182 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
183 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
184 statically initialized it to TRUE if compiling with GCC.
185 * win32_threads.c (thread_start): We no longer use SEH if
186 compiling with GCC.
187 * mark.c (GC_mark_some): We no longer use SEH if
188 compiling with GCC.
189
45597167
BM
1902002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
191
192 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
193 support is enabled, for hash synchronization.
194
3e0e6811
AM
1952002-02-24 Adam Megacz <adam@xwt.org>
196
197 * Makefile.am: Added win32_threads.c to sources list.
198 * win32_threads.c: Added two */'s which I had neglected.
199
dd071c20
BM
2002002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
201
202 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
203 * Makefile.in: Rebuilt.
204
ca77b9e1
BM
2052002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
206
207 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
208
209 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
210 preprocessor file.
211 * mips_sgi_mach_dep.S: Likewise.
212 * Makefile.am: Update for above changes.
213 * Makefile.in: Rebuilt.
214
adb60117
RH
2152002-02-12 Richard Henderson <rth@redhat.com>
216
217 * configure.in: Re-apply 2001-06-26 configure change.
218 * configure: Rebuild.
219
79f777fd
BM
2202002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
221
222 Imported GC 6.1 Alpha 3.
223
c0e4074d
BM
224 * sparc_mach_dep.S: Delete incorrectly named file.
225
df61a3d2
AM
2262001-02-11 Adam Megacz <adam@xwt.org
227
adb60117 228 * configure.in: support for win32, saner
df61a3d2
AM
229 cross-compile options
230
b6459d9a
AG
2312001-02-08 Anthony Green <green@redhat.com>
232
233 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
234 board embedded targets.
235 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
236 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
237 redundant uses of ECOS.
238 * misc.c: Use NOSYS where ECOS is being used.
239 Don't define GC_write twice for ECOS systems.
240 (GC_write): New function for NOSYS targets.
241
b1d24685
AM
2422002-02-06 Adam Megacz <adam@xwt.org>
243
79f777fd
BM
244 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
245 now exposed on all Win32 platforms.
246 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
247 compiles on Win32; it invokes CreateThread() if GC is built
248 as a DLL; otherwise it registers the thread.
249 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
250 libgcjgc was not built as a DLL.
b1d24685 251
7e57448e
AM
2522002-02-01 Adam Megacz <adam@xwt.org>
253
254 * boehm-gc on win32 now automatically detects if it is being built
255 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
256
6cb3421f
DE
2572002-01-25 David Edelsohn <edelsohn@gnu.org>
258
259 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
260 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
261 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
262 DATASTART and DATAEND roots.
263 * rs6000_mach_dep.s: Add function descriptor and traceback table.
264
a5b2a65b
JS
2652001-12-16 Jeff Sturm <jsturm@one-point.com>
266
267 * dyn_load.c: Define ElfW (if needed) for all targets,
268 not just GNU/Linux.
269 (GC_FirstDLOpenedLinkMap): Use it.
270 (GC_register_dynamic_libraries_dl): Use it.
271 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
272 for sparcv9.
273
f28c857f
CR
2742001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
275
276 PR other/3725
277 * configure.in: Add AC_SUBST(target_alias).
278 * configure: Regenerated.
279
2b2ec3fb
LR
2802001-11-26 Loren J. Rittle <ljrittle@acm.org>
281
282 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
283 case for GC_FREEBSD_THREADS.
284 * configure.in (*-*-freebsd*): Clarify warning.
285 * configure: Rebuilt.
286
dc8a0202
LR
2872001-10-23 Loren J. Rittle <ljrittle@acm.org>
288 Andreas Tobler <toa@pop.agri.ch>
289
290 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
291
aeb76991
BM
2922001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
293
294 * linux_threads.c (GC_init_parallel): Do not declare as a static
295 constructor.
296 * include/gc.h (GC_init): Declare here. Add description.
297 * include/private/gc_priv.h (GC_init): Remove declaration.
298
f6d882d9
LR
2992001-10-16 Loren J. Rittle <ljrittle@acm.org>
300
301 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
302 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
303 GC_FREEBSD_THREADS, handle strange interaction between system
304 pthread implementation and boehm-gc signal-handler architecture.
305 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
306 set stack.
307 * include/private/gcconfig.h (configuration keyed off FREEBSD):
308 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
309 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
310
33129152
LR
3112001-10-16 Loren J. Rittle <ljrittle@acm.org>
312
313 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
314 * Makefile.in: Rebuilt.
315
4c7726b1
BM
3162001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
317
318 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
319 merged local changes.
320
9c383523
RO
3212001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
322
323 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
324 Solaris 2/Intel definition.
325
326 * configure.in (i?86-*-solaris2.[89]*): Define
327 SOLARIS25_PROC_VDB_BUG_FIXED.
328 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
329 * configure: Regenerate.
330
331 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
332 (DATAEND): Define using _end.
333
1a8a749c
PB
3342001-09-11 Per Bothner <per@bothner.com>
335
336 * include/Makefile.am: New file. It defines include_HEADERS.
337 * Makefile.am (SUBDIRS): New macro, set to include.
338 * configure.in (AC_OUTPUT): Add include/Makefile.
339
0ff95153
TT
3402001-08-20 Tom Tromey <tromey@redhat.com>
341
342 * configure: Rebuilt.
343 * configure.in: Always ask gcc for threads package.
344
5a2586cf
TT
3452001-08-17 Tom Tromey <tromey@redhat.com>
346
347 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
348 merged local changes.
349
a2d6e915
DB
3502001-08-02 David Billinghurst <David.Billinghurst>
351
352 * configure: Rebuilt.
353 * configure.in: POSIX threads on cygwin does not link with
354 -lpthreads.
355
57b74bf9
TT
3562001-07-03 Tom Tromey <tromey@redhat.com>
357
358 Fix for PR bootstrap/3281:
359 * aclocal.m4, configure, Makefile.in: Rebuilt.
360 * acinclude.m4: Set mkinstalldirs for in-tree build.
361
f6823cb5
RH
3622001-06-26 Richard Henderson <rth@redhat.com>
363
364 * alpha_mach_dep.s: Mark call-saved FP registers.
365 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
366 * configure.in (alpha*): Re-enable alpha_mach_dep.s
367 * configure: Rebuild.
368
c3b48847
TT
3692001-06-12 Tom Tromey <tromey@redhat.com>
370
371 * aclocal.m4, configure: Rebuilt.
372 * acinclude.m4: Find configure.host in srcdir.
373
01ef8751
AO
3742001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
375
376 * configure.in (AC_EXEEXT): Work around in case it expands to
377 nothing, as in autoconf 2.50.
4a849291
AO
378 * acinclude.m4: Likewise.
379 * aclocal.m4, configure: Rebuilt.
01ef8751 380
a5440f9e
TT
3812001-06-07 Tom Tromey <tromey@redhat.com>
382
383 For PR bootstrap/3075:
384 * configure, aclocal.m4, Makefile.in: Rebuilt.
385 * configure.in: Don't call AC_CONFIG_AUX_DIR or
386 AC_CANONICAL_SYSTEM.
387 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
388 AC_CANONICAL_SYSTEM here.
389 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
390 boehm_gc_basedir.
391
8948cb39
BM
3922001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
393
394 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
395 (libgcjgc_la_SOURCES): Remove typo.
396 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
397 * Makefile.in: Rebuilt.
398
9110a741
BM
3992001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
400
401 Imported version version 6.0alpha7.
402
403 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
404 README.amiga, README.debugging, README.dj, README.hp, README.linux,
405 README.rs6000, README.sgi, README.solaris2, README.uts,
406 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
407 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
408 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
409 hpux_irix_threads.c, makefile.depend, nursery.c,
410 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
411 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
412 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
413 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
414 files.
415
18d6fb97
HB
4162001-05-19 Hans Boehm <hans_boehm@hp.com>
417
418 * configure.host: Build with -fexceptions.
419 * linux_threads.c: Remember which thread stopped world for
420
62aa6b06
LR
4212001-05-04 Loren J. Rittle <ljrittle@acm.org>
422 with final tuning by Bryce McKinlay
423
424 * configure.in: Add support for --enable-threads=posix on FreeBSD.
425 * configure: Rebuilt.
426
aa32d8f6
JO
4272001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
428
429 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
430 (GC_noop1): Change declaration to take one argument.
431
2d65a52e
AO
4322001-04-26 Alexandre Oliva <aoliva@redhat.com>
433
434 * configure.in: Obtain THREADS with `gcc -v'.
435 * configure: Rebuilt.
436
c8cd06a8
HB
4372001-04-05 Hans Boehm <hans_boehm@hp.com>
438
439 * misc.c: Back out buggy changes to stack clearing code.
440 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
441 spent clearing memory.
442
41029b88
HB
4432001-04-04 Hans Boehm <hans_boehm@hp.com>
444
445 * finalize.c:
446 - Accomodate finalization requests for static objects.
447 (Will be required by hash synchronization. May be needed
448 in some configurations now.)
449
450 * gc_priv.h:
451 - Define MIN_WORDS. All allocation requests are rounded
452 up to at least this size. Removes a subtle assumption that
453 Java objects have a 2 word header.
454
455 * gcconfig.h:
456 - Adjust Linux/IA64 configuration for non-ancient kernels.
457 (Necessary fix for IA64.)
458
459 * linux_threads.c:
460 - Fix syntax error in currently unused code. Will be needed
461 for Linux/PA-RISC.
462
463 * malloc.c:
464 - Handle MIN_WORDS.
465
466 * misc.c:
467 - Handle MIN_WORDS.
468 - Change stack cleaning code to typically clear about one tenth
469 the memory it used to in the threads configuration. Occasionally
470 still clear more. (This is really a fix for a long-standing
471 and fairly significant performance bug with threads.)
472
473 * os_dep.c:
474 - Fix the code for finding the beginning of the data segment under
475 Linux. I believe this is necessary for some IA64 Linux
476 distributions. It will also helo other platforms, though those
477 may additionally require a gcconfig.h adjustment. (This basically
478 works around the absence of a data_start or __data_start
479 definition in glibc.)
480
481 * test.c:
482 - Handle rounding due to MIN_WORDS.
483
ee402fc9
TT
4842001-03-22 Tom Tromey <tromey@redhat.com>
485
486 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
487
3632fe93
TT
4882001-03-19 Tom Tromey <tromey@redhat.com>
489
490 * Makefile.in: Rebuilt.
491 * Makefile.am (gctest_LDFLAGS): new macro.
492
de5e27be
TT
4932001-03-16 Tom Tromey <tromey@redhat.com>
494
495 * Makefile.in: Rebuilt.
496 * Makefile.am (TESTS_ENVIRONMENT): New macro.
497
4982001-01-23 Rod Stewart <stewart@lab43.org>
499
500 * gcconfig.h: Check for `__arm__', not `arm'.
501
e301621d
BM
5022000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
503
504 * configure.in: Rename THREADLIB to THREADLIBS.
505 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
506 ensures that we link the correct version of the linuxthreads semaphore
507 functions.
508 * Makefile.in: Rebuilt.
509 * configure: Rebuilt.
510
511 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
512 list of signals which are not blocked during suspend in the NO_SIGNALS
513 case.
514
ca5fc746
HB
5152000-12-23 Hans Boehm <Hans_Boehm@hp.com>
516
517 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
518
315d4c27
BM
5192000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
520
521 * Makefile.dist: Renamed from Makefile.orig.
522
f2beb7ef
APB
5232000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
524
525 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
526 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
527 set accordingly.
528 * Makefile.in: Rebuilt.
529 * configure: Likewise.
530
c9e02e5d
GK
5312000-12-10 Geoffrey Keating <geoffk@redhat.com>
532
533 * gcconfig.h: Add new case for powerpc EABI.
534 [PPC]: Handle embedded OS for powerpc simulator.
535
0476f098
BM
5362000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
537
538 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
539 cross-compile configuration only.
540 * Makefile.am: Build gcj_mlc.c.
541 * configure, Makefile.in: Rebuilt.
542
2f7bf5b7
AO
5432000-09-10 Alexandre Oliva <aoliva@redhat.com>
544
545 * acinclude.m4: Include libtool macros from the top level.
546 * aclocal.m4, configure: Rebuilt.
547
9d40a666
AG
5482000-09-04 Anthony Green <green@redhat.com>
549
550 Fix for PR libgcj/230:
551 * mark.c (GC_mark_from_mark_stack): Remove call to
552 GC_debug_object_start.
553 * gc_priv.h (GC_debug_object_start): Remove prototype.
554
7fedceab
AO
5552000-08-16 Alexandre Oliva <aoliva@redhat.com>
556
557 * gcconfig.h [OSF1] (_end): Declare as `int'.
558
5f51a752
TT
5592000-08-02 Tom Tromey <tromey@cygnus.com>
560
561 * gc_priv.h (GC_generic_malloc_inner): Prototype.
562 (GC_generic_malloc): Likewise.
563 (GC_add_to_black_list_normal): Likewise.
564 (GC_find_header): Likewise.
565 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
566 * gc_mark.h (GC_find_start): Prototype.
567 (GC_signal_mark_stack_overflow): Likewise.
568
14400a59
AO
5692000-07-24 Alexandre Oliva <aoliva@redhat.com>
570
c030bee9
AO
571 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
572 * configure: Rebuilt.
573
14400a59
AO
574 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
575
aec5061b
BM
5762000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
577
578 Imported version 5.1.
579 * acinclude.m4: Push version to 5.1.
580
437fa026
AH
5812000-06-19 Andrew Haley <aph@cygnus.com>
582
583 * os_dep.c (read): Pass two dummy args to syscall().
584
402823c4
BM
5852000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
586
587 Imported 5.0 release version.
588 * acinclude.m4: Increment version to 5.0.
589
9444af72
BM
5902000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
591
592 Imported version 5.0alpha7.
593 * acinclude.m4: Update version to 5.0a7.
594
70635f1e
JJ
5952000-04-26 Jakub Jelinek <jakub@redhat.com>
596
597 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
598 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
599 - sparc glibc does not provide it.
600 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
601 Make STACKBOTTOM depend on the wordsize.
602 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
603 (struct frame): Declare on sparc*-linux*.
604 (GC_save_callers): Bias the frame pointers if needed (sparc64).
605 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
606 Implement on sparc64.
607 (GC_clear_stack_inner): Implement on sparc64.
608 * gc_priv.h (GC_test_and_set): Implement for sparc.
609 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
610 GC_save_regs_in_stack on sparc.
611
a3fbf5c3
TT
6122000-04-23 Tom Tromey <tromey@cygnus.com>
613
614 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
615
93002327
BM
6162000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
617
618 Imported version version 5.0alpha6.
619 * acinclude.m4: Bump version to 5.0a6.
620 * configure.in: Don't use alpha_mach_dep.s.
621 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
622 obsolete files.
ef8b01f3
BM
623 * Makefile.am, Makefile.in: irix_threads.c is now
624 hpux_irix_threads.c.
625 * Makefile.orig: Updated from gc distribution Makefile.
93002327 626
89afab9c
AG
6272000-03-26 Anthony Green <green@redhat.com>
628
629 * misc.c (GC_enable): Always define GC_enable and GC_disable.
630
93393990
TT
6312000-02-14 Tom Tromey <tromey@cygnus.com>
632
633 * gc.h (dlopen): Define as GC_dlopen on Linux.
634 (GC_dlopen): Declare on Linux.
635 * dyn_load.c (GC_dlopen): Define for Linux.
636
72af8e4e
AG
637Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
638
639 * gcconfig.h (DATASTART): Add missing extern declaration
640 for data_start on powerpc.
641
54f76845
BM
6421999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
643
644 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
645 NO_SIGNALS case.
646
d352598f
AG
6471999-12-19 Jeff Sturm <jsturm@sigma6.com>
648
649 * gcconfig.h: Define DATASTART for Alpha Linux.
650
abd99569
AG
6511999-12-19 Anthony Green <green@cygnus.com>
652
653 * gcconfig.h: Use libgcj hack for Alpha Linux.
654 Undefine MPROTEXT_VDB (from Jeff Sturm).
655 * os_dep.c: Remove Alpha Linux hacks.
656 * misc.c: Ditto.
657
edcf698d
TT
6581999-12-13 Tom Tromey <tromey@cygnus.com>
659
660 * aclocal.m4, configure: Rebuilt.
661 * acinclude.m4: Changed version to 5.0a4.
662 * Makefile.in: Rebuilt.
663 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
664
2441e026 6651999-12-12 Anthony Green <green@cygnus.com>
d0017c11
AG
666
667 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
668 Linux.
669 (DYNAMIC_LOADING): Define for PowerPC Linux.
670 * os_dep.c: Remove some special cases for PowerPC Linux.
671 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
672 for PowerPC Linux.
673
81976f93
TT
6741999-11-04 Tom Tromey <tromey@cygnus.com>
675
3442c71c
TT
676 * Makefile.in: Rebuilt.
677 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
678
a57e0ef5
TT
679 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
680 (GC_thr_init): Don't declare.
681
81976f93
TT
682 * configure: Rebuilt.
683 * configure.in: Removed qt threads case.
684 * dyn_load.c: Don't mention QUICK_THREADS.
685 * os_dep.c: Don't mention QUICK_THREADS.
686 * misc.c: Don't mention QUICK_THREADS.
687 * gcconfig.h: Don't mention QUICK_THREADS.
688 * gc_priv.h: Removed QUICK_THREADS code.
689 * quick_threads.c: Removed.
690
d83e44be
TT
6911999-11-03 Tom Tromey <tromey@cygnus.com>
692
693 * gcconfig.h: Merged in local changes from old config.h.
694
765de7ea
BM
6951999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
696
697 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
698
89de952f
TT
6991999-11-02 Tom Tromey <tromey@cygnus.com>
700
a3feaa92
TT
701 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
702
89de952f
TT
703 * configure: Rebuilt.
704 * configure.in: Don't create boehm-config.h.
705 * Makefile.in: Rebuilt.
706 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
707 config.h.
708 ($(all_objs)): Depend on gcconfig.h.
709 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
710 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
711 * config.h: Removed.
712
20bbd3cd
TT
7131999-11-01 Tom Tromey <tromey@cygnus.com>
714
715 * Makefile.in: Rebuilt.
716 * Makefile.am (gctest_LDADD): Added THREADLIB.
717 (TESTS): New macro.
718 * configure: Rebuilt.
719 * configure.in (INCLUDES): New subst.
720
23915d8b
SC
7211999-09-29 Steve Chamberlain <sac@pobox.com>
722
723 * config.h: Added picoJava target.
724 * mach_dep.h (GC_push_regs): New code for picoJava.
725
54ce7452
TT
7261999-09-28 Tom Tromey <tromey@cygnus.com>
727
728 * aclocal.m4, configure: Rebuilt.
729 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
730 appropriate AC_PROG_ symbol.
731
47359a8e
RO
732Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
733
93002327 734 * gc_priv.h: IRIX thread changes from
47359a8e
RO
735 include/private/gc_priv.h.
736
61e922d2
RO
737Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
738
739 * Makefile.in: Rebuilt.
740 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
741 builds.
742
743 * configure: Rebuilt.
744 * configure.in: Properly align --help output, fix capitalization
745 and punctuation.
746 * acinclude.m4: Likewise.
747
d42058b1
TT
7481999-08-04 Tom Tromey <tromey@cygnus.com>
749
750 * configure.in: Added missing `;;'. From Anthony Green.
751
276836f0
RO
752Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
753
754 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
755
fa94e3a9
TT
7561999-08-03 Tom Tromey <tromey@cygnus.com>
757
758 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
759 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
760
6cf31ce4
TT
7611999-08-02 Tom Tromey <tromey@cygnus.com>
762
763 * aclocal.m4, configure: Rebuilt for new libtool.
764
71c7a006
AO
7651999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
766
767 * mips_sgi_mach_dep.s: Enable PIC option.
768
5163d20e
TT
7691999-07-19 Tom Tromey <tromey@cygnus.com>
770
771 * config.h (MPROTECT_VDB): Don't define on Linux.
772
14eee794
AO
7731999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
774
775 * Makefile.am (.s.lo): Avoid `#line' directives.
776 * Makefile.in: Rebuilt.
777
44ebe2d0
AO
7781999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
779
780 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
781 generate *-recursive for this Makefile, use *-am instead.
782 * Makefile.in: Rebuilt.
783
2fa39a0e
AO
7841999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
785
786 * Makefile.am (.s.lo): Renamed from `.s.o'.
787 * Makefile.in: Rebuilt.
788
115dabb8
TT
7891999-06-21 Tom Tromey <tromey@cygnus.com>
790
139386ba
TT
791 Alpha patch from Jeff Sturm:
792 * os_dep.c (GC_init_linuxalpha): New function.
793 * misc.c: Initialize for alpha linux.
794 * gc_priv.h (GC_test_and_set): Define for alpha.
795 * config.h: Don't assume __data_start on alpha.
796
f687c79e
TT
797 * Makefile.in: Rebuilt.
798 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
799 -release.
800
b48ed568
TT
801 * Makefile.in: Rebuilt.
802 * Makefile.am (toolexeclibdir): Define as libdir when
803 appropriate.
804 * configure: Rebuilt.
805 * configure.in (USE_LIBDIR): New conditional.
806
115dabb8
TT
807 * configure: Rebuilt.
808 * configure.in: Recognize all forms of alpha.
809
37b454bd
AG
8101999-06-17 Anthony Green <green@cygnus.com>
811
812 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
813 Carlo Dapor <carlo@vis.ethz.ch>).
814
14caa62f
GZ
8151999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
816
817 * configure.in: Switch from irix threads to posix threads
818 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
819 for mips architecture.
820 * configure: Regenerate.
821
b694131f
TT
8221999-04-30 Tom Tromey <tromey@cygnus.com>
823
824 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
825
66deb2be
TT
8261999-04-26 Tom Tromey <tromey@cygnus.com>
827
828 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
829 `weak'.
830
8311999-04-23 Tom Tromey <tromey@cygnus.com>
832
833 * Makefile.in, configure: Rebuilt.
834 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
835 (libgcjgc_la_SOURCES): Renamed.
836 (libgcjgc_la_LIBADD): Likewise.
837 (libgcjgc_la_DEPENDENCIES): Likewise.
838 (EXTRA_libgcjgc_la_SOURCES): Likewise.
839 (gctest_LDADD): Use libgcjgc.la.
840 (all_objs): Mention libgcj_la_OBJECTS.
841 (EXTRA_LTLIBRARIES): Renamed.
842 (toollib_LTLIBRARIES): Likewise.
843 (libgcjgc_la_LDFLAGS): New macro
844 (toolexecdir): Renamed.
845 (toolexeclibdir): Likewise.
846 (toolexeclib_LTLIBRARIES): Likewise.
847 (LTCOMPILE): Renamed; added libtool invocation.
848 (LINK): Added libtool invocation.
849 (.s.o): use LTCOMPILE.
850 * configure.in: Call AM_PROG_LIBTOOL.
851 (target_all): Set to libgcjgc.la.
852 Mention `.lo' forms of object files.
853
11bbe619
TT
8541999-04-21 Tom Tromey <tromey@cygnus.com>
855
66deb2be
TT
856 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
857 GC_stackbottom.
858
11bbe619
TT
859 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
860 sigcontext.h. From Matthias Klose <doko@itso.de>.
861
5e651bf2
TT
8621999-04-16 Tom Tromey <tromey@cygnus.com>
863
864 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
865 David Pettersson <dapet@mai.liu.se>
866
649d3f8f
TT
8671999-04-14 Tom Tromey <tromey@cygnus.com>
868
613f2fe6
TT
869 * configure: Rebuilt.
870 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
871 incorrect patch of 199-04-09.
872
649d3f8f
TT
873 * configure: Rebuilt.
874 * configure.in: Added support for alpha.
875 From David Pettersson <dapet@mai.liu.se>.
876
eba0e61d
TT
8771999-04-13 Tom Tromey <tromey@cygnus.com>
878
879 * Makefile.in: Rebuilt.
880 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
881 solaris-threads.h.
882
8831999-04-09 Tom Tromey <tromey@cygnus.com>
884
885 * configure: Rebuilt.
886 * configure.in: Use sparc_mach_dep.s when building on Solaris.
887
1530be84
TT
8881999-02-23 Tom Tromey <tromey@cygnus.com>
889
890 * configure: Rebuilt.
891 * configure.in: For Linux, define _REENTRANT. For Solaris, define
892 SOLARIS_THREADS and _SOLARIS_PTHREADS.
893
8941999-02-18 Tom Tromey <tromey@cygnus.com>
895
896 * quick_threads.c (GC_push_all_stacks): Change order of arguments
897 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
898 for case where LO is NULL.
899
9001999-02-10 Tom Tromey <tromey@cygnus.com>
901
902 * aclocal.m4, configure, Makefile.in: Rebuilt.
903 * acinclude.m4: Updated to be used with automake 1.4.
904 * configure.in: Renamed libgc to libgcjgc. Updated to be used
905 with automake 1.4.
906 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
907 (libgcjgc_a_SOURCES): Likewise.
908 (libgcjgc_a_LIBADD): Likewise.
909 (libgcjgc_a_DEPENDENCIES): Likewise.
910 (EXTRA_libgcjgc_a_SOURCES): Likewise.
911 (gctest_LDADD): Likewise.
912 (all_objs): Likewise.
913
9141999-01-08 Tom Tromey <tromey@cygnus.com>
915
916 * configure: Rebuilt.
917 * configure.in: Define LINUX_THREADS if using POSIX threads on
918 Linux.
919
920 * gc_priv.h (GC_test_and_set): Put return type into definition.
921
9221998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
923
924 * Makefile.am: add support for eCos. In particular, add C++
925 support for compiling the file ecos.cc.
926 * ecos.cc: new file.
927 * acinclude.m4: add C++ support.
928 * aclocal.m4: likewise
929 * config.h: add eCos support.
930 * configure: likewise
931 * configure.in: likewise
932 * misc.c (GC_write): add eCos support.
933 * os_dep.c (tiny_sbrk): add eCos support.
934
935Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
936
937 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
938 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
939
9401998-11-23 Tom Tromey <tromey@cygnus.com>
941
942 * configure.host (boehm_gc_cflags): Don't add `-O2'.
943
9441998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
945
946 * Makefile.am, Makefile.in, configure.host: tx39 build option
947 "-G 0" added.
948
9491998-11-17 Tom Tromey <tromey@cygnus.com>
950
951 * configure: Rebuilt.
952 * configure.in: Switch on host, not target.
953
9541998-11-16 Tom Tromey <tromey@cygnus.com>
955
956 * gc_priv.h (GC_debug_object_start): Declare.
957 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
958 * gc.h (GC_debug_register_finalizer_no_order,
959 GC_register_finalizer_no_order): Declare.
960 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
961 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
962 (GC_debug_generic_malloc): Likewise.
963 (GC_debug_object_start): new function.
964
9651998-11-11 Tom Tromey <tromey@cygnus.com>
966
967 * configure: Rebuilt.
968 * configure.in: Recognize --enable-java-gc, not --enable-gc.
969
970Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
971
972 * dyn_load.c: Handle QUICK_THREADS case.
973
9741998-10-21 Tom Tromey <tromey@cygnus.com>
975
976 * configure: Rebuilt.
977 * configure.in: Put cpp defines here, not in config.h. Recognize
978 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
979 define PACKAGE or VERSION.
980 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
981 Don't define.
982
983 * os_dep.c (GC_default_push_other_roots): Define when
984 QUICK_THREADS defined.
985 * misc.c: Added QUICK_THREADS case.
986 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
987 * config.h (THREADS): Define if QUICK_THREADS defined.
988 * Makefile.in: Rebuilt.
989 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
990 quick_threads.c.
991 * quick_threads.c: New file.
992
9931998-10-20 Tom Tromey <tromey@cygnus.com>
994
995 * aclocal.m4, configure: Rebuilt.
996 * acinclude.m4: Don't subst machine_dir or sys_dir.
997 * configure.host: Removed unused code.
998
999Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
1000
1001 * configure: Rebuilt.
1002 * configure.in: Fix typo in previous patch.
1003
1004Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
1005
1006 * Makefile.in, aclocal.m4, configure: Rebuilt.
1007 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1008 * configure.host: Created.
1009
1010Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
1011
1012 * Makefile.in: Rebuilt.
1013 * Makefile.am (lib_LIBRARIES): Use target_all.
1014 (EXTRA_LIBRARIES): New macro.
1015 * configure: Rebuilt.
1016 * configure.in: Recognize --enable-gc.
1017
1018Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
1019
1020 * Makefile.in: Rebuilt.
1021 * Makefile.am (COMPILE): Define.
1022 (LINK): Likewise.
1023 (.s.o): Use MY_CFLAGS.
1024 * configure: Rebuilt.
1025 * configure.in (MY_CFLAGS): Define and subst.
1026
1027Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
1028
1029 * configure: Rebuilt.
1030 * configure.in: Added --with-cross-host argument. Use
1031 $with_cross_host to determine when cross-compiling.
1032
1033 * config.h (SMALL_CONFIG): Don't define.
1034 * configure: Rebuilt.
1035 * configure.in: Define SMALL_CONFIG when cross-compiling.
1036
1037Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
1038
1039 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1040 allchblk.c: Merged with 4.13a2 while preserving local changes.
1041
1042 * Makefile.orig: Updated from Makefile in 4.13a2.
1043
1044 * configure: Rebuilt.
1045 * configure.in: Updated version number to 4.13a2. On Solaris,
1046 don't build with -O when using gcc.
1047
1048 Merged in version 4.13alpha2:
1049 * config.h (USE_MMAP): Re-enable on Solaris.
1050 * solaris_pthreads.c: Removed RCS Id line.
1051 * alpha_mach_dep.s: Removed RCS Id line.
1052
1053Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
1054
1055 * config.h (USE_MMAP): Don't define for Solaris.
1056
1057Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
1058
1059 * Makefile.in: Rebuilt.
1060 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1061
1062 * Makefile.in: Rebuilt.
1063 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1064
1065Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
1066
1067 * Makefile.in: Rebuilt.
1068 * Makefile.am ($(all_objs)): Depend on config.h.
1069
1070 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1071 DATASTART as &_etext.
1072 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1073 * configure: Rebuilt.
1074 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1075 tx39.
1076
1077Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
1078
1079 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1080 (GC_maybe_gc): Likewise.
1081 * os_dep.c: If NO_SIGSET defined, then have empty
1082 GC_disable_signals and GC_enable_signals.
1083 * configure: Rebuilt.
1084 * configure.in: Added --with-target-subdir option. If
1085 cross-compiling, define NO_SIGSET and NO_CLOCK.
1086
1087Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
1088
1089 * Makefile.in: Rebuilt.
1090 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1091 (AS): Removed.
1092 * aclocal.m4, configure: Rebuilt.
1093 * acinclude.m4: New file.
1094 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
1095
1096Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
1097
1098 * configure: Rebuilt.
1099 * configure.in: Link boehm-config.h to config.h.
1100 * Makefile.in: Rebuilt.
1101 * Makefile.am (INCLUDES): Removed.
1102 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1103 JAVA_FINALIZATION): Define
1104
1105Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
1106
1107 * Many files: Use GC_bool, not bool.
1108 * gc_priv.h: Define GC_bool, not bool.
1109
1110 * misc.c (GC_dont_gc): Define as int.
1111 (GC_quiet): Likewise.
1112 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1113 * alloc.c (GC_dont_expand): Define as int.
1114 * gc_priv.h: For gcc, define bool as char.
1115
1116Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
1117
1118 * Makefile.in: Rebuilt.
1119 * Makefile.am (check_PROGRAMS): New macro.
1120 (gctest_SOURCES): Likewise.
1121 (gctest_LDADD): Likewise.
1122
1123Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
1124
1125 * Makefile.in: Rebuilt.
1126 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1127 * configure: Rebuilt.
1128 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1129
1130Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1131
1132 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1133 New files.
1134 * Makefile.orig: Renamed from Makefile.
1135
This page took 0.59266 seconds and 5 git commands to generate.