aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2004-02-27ltconfig, ltmain.sh: Remove unused files.Nathanael Nerode1-2/+1
* ltconfig, ltmain.sh: Remove unused files. * configure.in: Remove bogus extra early invocation of AC_CONFIG_AUX_DIR. * configure: Regenerate. * mkinstalldirs, install-sh, config.sub, config.guess: Remove (now) unused files. * Makefile.in: Regenerate (losing references to vanished files). From-SVN: r78545
2004-02-27configure.in: Add CCAS, CCASFLAGS for future automakes.Nathanael Nerode1-0/+2
* configure.in: Add CCAS, CCASFLAGS for future automakes. * configure, Makefile.in, include/Makefile.in: Regenerate. From-SVN: r78540
2004-02-26Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.Nathanael Nerode1-1/+0
* Makefile.am: Remove bogus duplicate setting of AM_CFLAGS. * Makefile.in: Regenerate. * configure.in: Remove bogus duplicate invocation of AM_MAINTAINER_MODE. Remove obsolete comment. * configure: Regenerate. From-SVN: r78529
2004-02-23configure.in: Use NCN_TARGET_NONCANONICAL and friends.Nathanael Nerode1-4/+10
* configure.in: Use NCN_TARGET_NONCANONICAL and friends. * configure: Regenerate. * Makefile.am: Use target_noncanonical variable from configure. * Makefile.in: Regenerate. * include/Makefile.in: Regenerate. From-SVN: r78317
2003-07-28Import GC 6.3alpha1.Jeff Sturm1-24/+64
* BCC_MAKEFILE: Merge with GC 6.3alpha1 release. * ChangeLog: Likewise. * Makefile.am: Likewise. * Makefile.direct: Likewise. * Makefile.dj: Likewise. * allchblk.c: Likewise. * alloc.c: Likewise. * backgraph.c: Likewise. * configure.host: Likewise. * configure.in: Likewise. * dbg_mlc.c: Likewise. * dyn_load.c: Likewise. * finalize.c: Likewise. * gc_cpp.cc: Likewise. * gc_dlopen.c: Likewise. * gcj_mlc.c: Likewise. * if_mach.c: Likewise. * mach_dep.c: Likewise. * malloc.c: Likewise. * mallocx.c: Likewise. * mark.c: Likewise. * mark_rts.c: Likewise. * misc.c: Likewise. * os_dep.c: Likewise. * ptr_chck.c: Likewise. * reclaim.c: Likewise. * solaris_pthreads.c: Likewise. * solaris_threads.c: Likewise. * sparc_mach_dep.S: Likewise. * threadlibs.c: Likewise. * typd_mlc.c: Likewise. * version.h: Likewise. * win32_threads.c: Likewise. * Mac_files/MacOS_Test_config.h: Likewise. * Mac_files/MacOS_config.h: Likewise. * cord/cordbscs.c: Likewise. * cord/cordprnt.c: Likewise. * cord/de_win.c: Likewise. * doc/README: Likewise. * doc/README.MacOSX: Likewise. * doc/README.changes: Likewise. * doc/README.environment: Likewise. * doc/README.ews4800: Likewise. * doc/README.linux: Likewise. * doc/README.macros: Likewise. * doc/README.win32: Likewise. * doc/debugging.html: Likewise. * doc/gcdescr.html: Likewise. * doc/tree.html: Likewise. * include/Makefile.in: Likewise. * include/gc.h: Likewise. * include/gc_cpp.h: Likewise. * include/gc_local_alloc.h: Likewise. * include/gc_mark.h: Likewise. * include/gc_pthread_redirects.h: Likewise. * include/gc_typed.h: Likewise. * include/new_gc_alloc.h: Likewise. * include/private/dbg_mlc.h: Likewise. * include/private/gc_hdrs.h: Likewise. * include/private/gc_locks.h: Likewise. * include/private/gc_pmark.h: Likewise. * include/private/gc_priv.h: Likewise. * include/private/gcconfig.h: Likewise. * include/private/solaris_threads.h: Likewise. * include/private/specific.h: Likewise. * tests/test.c: Likewise. * tests/test_cpp.cc: Likewise. * configure: Rebuild. * Makefile.in: Rebuild. * mips_sgi_mach_dep.s: Add. * alpha_mach_dep.s: Remove. * irix_threads.c: Remove. * linux_threads.c: Remove. * mips_sgi_mach_dep.S: Remove. * missing: Remove. * powerpc_macosx_mach_dep.s: Remove. * doc/Makefile.am: Remove. * doc/Makefile.in: Remove. From-SVN: r69880
2003-01-28configure.in (toolexecdir, [...]): Set and AC_SUBST.Alexandre Oliva1-3/+2
* configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST. Remove USE_LIBDIR conditional. * Makefile.am (toolexecdir, toolexeclibdir): Don't override. * Makefile.in, configure: Rebuilt. From-SVN: r61926
2002-12-31For PR libgcj/8933:Tom Tromey1-11/+56
* include/Makefile.in: Rebuilt. * include/Makefile.am (noinst_HEADERS): Renamed from include_HEADERS. From-SVN: r60702
2002-09-23Makefile.am (all-multi): Fix multilib parallel build.Kaveh R. Ghazi1-1/+1
boehm-gc: * Makefile.am (all-multi): Fix multilib parallel build. libf2c: * Makefile.in (all): Fix multilib parallel build. libffi: * Makefile.am (all-multi): Fix multilib parallel build. libiberty: * Makefile.in (all): Fix multilib parallel build. libjava: * Makefile.am (all-multi): Fix multilib parallel build. libobjc: * Makefile.in (all): Fix multilib parallel build. libstdc++-v3: * Makefile.am (all-multi): Fix multilib parallel build. zlib: * Makefile.am (all-multi): Fix multilib parallel build. From-SVN: r57423
2002-04-23Makefile.am (toolexeclib_LTLIBRARIES): Remove.Jeff Sturm1-110/+32
* Makefile.am (toolexeclib_LTLIBRARIES): Remove. (noinst_LTLIBRARIES): Add libgcjgc.la. * Makefile.in: Rebuild. From-SVN: r52651
2002-03-17Makefile.am: Make target library a convenience library.Bryce McKinlay1-26/+105
zlib: * Makefile.am: Make target library a convenience library. * Makefile.in: Rebuilt. libffi: * Makefile.am: libfficonvenience -> libffi_convenience. * Makefile.in: Rebuilt. boehm-gc: * Makefile.am: Make a convenience library. * Makefile.in: Rebuilt. libjava: Build a single libgcj.so, without separate gc and zlib libraries. * configure.in: Use convenience libraries for boehm-gc and zlib. Set SYS_ZLIBS if system zlib is used. * configure: Rebuilt. * Makefile.am: Use boehm-gc and zlib convenience libraries. * Makefile.in: Rebuilt. * libtool-version: Increment .so version number. From-SVN: r50900
2002-02-25Makefile.am: Added win32_threads.c to sources list.Adam Megacz1-57/+12
2002-02-24 Adam Megacz <adam@xwt.org> * Makefile.am: Added win32_threads.c to sources list. * win32_threads.c: Added two */'s which I had neglected. From-SVN: r50016
2002-02-20Makefile.am: Re-add SUBDIRS parameter which was lost in merge.Bryce McKinlay1-23/+102
* Makefile.am: Re-add SUBDIRS parameter which was lost in merge. * Makefile.in: Rebuilt. From-SVN: r49895
2002-02-13dbg_mlc.c (GC_debug_generic_malloc): Removed.Bryce McKinlay1-2/+2
* dbg_mlc.c (GC_debug_generic_malloc): Removed. * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a preprocessor file. * mips_sgi_mach_dep.S: Likewise. * Makefile.am: Update for above changes. * Makefile.in: Rebuilt. From-SVN: r49720
2002-02-12Imported GC 6.1 Alpha 3. Finally.Bryce McKinlay1-110/+77
From-SVN: r49698
2001-10-17Makefile.am (test.o): Find tests/test.c in $(srcdir).Loren J. Rittle1-2/+2
* Makefile.am (test.o): Find tests/test.c in $(srcdir). * Makefile.in: Rebuilt. From-SVN: r46304
2001-10-16Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes.Bryce McKinlay1-3/+5
* Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and merged local changes. From-SVN: r46283
2001-09-11Makefile.am: New file.Per Bothner1-80/+111
* include/Makefile.am: New file. It defines include_HEADERS. * Makefile.am (SUBDIRS): New macro, set to include. * configure.in (AC_OUTPUT): Add include/Makefile. From-SVN: r45555
2001-08-18Makefile.am, [...]: Imported GC 6.0 and merged local changes.Tom Tromey1-7/+8
* Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and merged local changes. From-SVN: r44994
2001-07-03re PR bootstrap/3281 (Installation failure (mkinstalldirs))Tom Tromey1-1/+1
Fix for PR bootstrap/3281: * aclocal.m4, configure, Makefile.in: Rebuilt. * acinclude.m4: Set mkinstalldirs for in-tree build. From-SVN: r43738
2001-06-08For PR bootstrap/3075:Tom Tromey1-8/+11
* configure, aclocal.m4, Makefile.in: Rebuilt. * configure.in: Don't call AC_CONFIG_AUX_DIR or AC_CANONICAL_SYSTEM. * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and AC_CANONICAL_SYSTEM here. * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not boehm_gc_basedir. From-SVN: r43033
2001-05-24Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.Bryce McKinlay1-8/+11
* Makefile.am: Override gctest_OBJECTS so tests/test.c can be built. (libgcjgc_la_SOURCES): Remove typo. * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case. * Makefile.in: Rebuilt. From-SVN: r42524
2001-05-21Imported version version 6.0alpha7.Bryce McKinlay1-34/+20
* README, README.Mac, README.OS2, README.QUICK, README.alpha, README.amiga, README.debugging, README.dj, README.hp, README.linux, README.rs6000, README.sgi, README.solaris2, README.uts, README.win32, SCoptions.amiga, backptr.h, barrett_diagram, dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h, gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h, hpux_irix_threads.c, makefile.depend, nursery.c, solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README, cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h, cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h, include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved files. From-SVN: r42379
2001-03-22* Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.Tom Tromey1-1/+1
From-SVN: r40756
2001-03-21Makefile.in: Rebuilt.Tom Tromey1-2/+1
* Makefile.in: Rebuilt. * Makefile.am (gctest_LDFLAGS): new macro. From-SVN: r40697
2001-03-17Makefile.in: Rebuilt.Tom Tromey1-4/+8
* Makefile.in: Rebuilt. * Makefile.am (TESTS_ENVIRONMENT): New macro. From-SVN: r40568
2000-12-30For boehm-gc:Bryce McKinlay1-13/+62
* configure.in: Rename THREADLIB to THREADLIBS. * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This ensures that we link the correct version of the linuxthreads semaphore functions. * Makefile.in: Rebuilt. * configure: Rebuilt. * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the list of signals which are not blocked during suspend in the NO_SIGNALS case. For libjava: * Makefile.am (libgcj_la_LIBADD): Add $(THREADLIBS). This ensures that the correct versions of various linuxthreads functions get linked. * Makefile.in: Rebuilt. * java/lang/natThread.cc (finalize_native): New static function. Call _Jv_ThreadDestroyData. (initialize_native): Register finalizer for "data". * include/posix-threads.h (_Jv_ThreadInitData): New simpler prototype. (_Jv_ThreadDestroyData): New prototype. * include/win32-threads.h: Ditto. * include/no-threads.h: Ditto. * posix-threads.cc (_Jv_ThreadInitData): Implement new prototype. (_Jv_ThreadDestroyData): New function. Free native thread "data" and move mutex and condition variable destroy code from: (really_start): ...here. (_Jv_ThreadStart): Set PTHREAD_CREATE_DETACHED. * win32-threads.cc (_Jv_ThreadInitData): Implement new prototype. (_Jv_ThreadDestroyData): Implemented. * nogc.cc (_Jv_AllocObject): Use "void *" not "ptr_t". (_Jv_AllocArray): Ditto. From-SVN: r38557
2000-12-12Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.Alexandre Petit-Bianco1-56/+11
2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com> * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS. * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and set accordingly. * Makefile.in: Rebuilt. * configure: Likewise. (http://sources.redhat.com/ml/java-patches/2000-q4/msg00237.html) From-SVN: r38208
2000-09-30configure.in: Define GC_GCJ_SUPPORT.Bryce McKinlay1-15/+24
2000-09-30 Bryce McKinlay <bryce@albatross.co.nz> * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in cross-compile configuration only. * Makefile.am: Build gcj_mlc.c. * configure, Makefile.in: Rebuilt. From-SVN: r36678
2000-04-27<<<<<<< ChangeLogJakub Jelinek1-2/+0
2000-04-26 Jakub Jelinek <jakub@redhat.com> * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC. (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START - sparc glibc does not provide it. (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*. Make STACKBOTTOM depend on the wordsize. * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*. (struct frame): Declare on sparc*-linux*. (GC_save_callers): Bias the frame pointers if needed (sparc64). * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32. Implement on sparc64. (GC_clear_stack_inner): Implement on sparc64. * gc_priv.h (GC_test_and_set): Implement for sparc. * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use From-SVN: r33452
2000-04-19Makefile.am, [...]: irix_threads.c is now hpux_irix_threads.c.Bryce McKinlay1-2/+2
* Makefile.am, Makefile.in: irix_threads.c is now hpux_irix_threads.c. * Makefile.orig: Updated from gc distribution Makefile. From-SVN: r33255
1999-12-13aclocal.m4, configure: Rebuilt.Tom Tromey1-1/+1
* aclocal.m4, configure: Rebuilt. * acinclude.m4: Changed version to 5.0a4. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0. From-SVN: r30893
1999-11-04Makefile.in: Rebuilt.Tom Tromey1-5/+4
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c. From-SVN: r30396
1999-11-03configure: Rebuilt.Tom Tromey1-2/+2
* configure: Rebuilt. * configure.in: Don't create boehm-config.h. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not config.h. ($(all_objs)): Depend on gcconfig.h. * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H. * gcconfig.h: Define GCCONFIG_H, not CONFIG_H. * config.h: Removed. From-SVN: r30358
1999-11-01Merged GC 5.0alpha4 with local changes, plus:Tom Tromey1-6/+35
* Makefile.in: Rebuilt. * Makefile.am (gctest_LDADD): Added THREADLIB. (TESTS): New macro. * configure: Rebuilt. * configure.in (INCLUDES): New subst. From-SVN: r30332
1999-08-10Makefile.in: Rebuilt.Rainer Orth1-1/+1
* Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native builds. * configure: Rebuilt. * configure.in: Properly align --help output, fix capitalization and punctuation. * acinclude.m4: Likewise. From-SVN: r28638
1999-08-03* aclocal.m4, configure: Rebuilt for new libtool.Tom Tromey1-1/+1
From-SVN: r28436
1999-07-19Makefile.am (.s.lo): Avoid `#line' directives.Alexandre Oliva1-1/+1
1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.am (.s.lo): Avoid `#line' directives. * Makefile.in: Rebuilt. From-SVN: r28175
1999-07-19Makefile.am (*-recursive, [...]): Automake does not generate *-recursive for ↵Alexandre Oliva1-6/+6
this Makefile, use *-am instead. 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.am (*-recursive, *-am, *-multi): Automake does not generate *-recursive for this Makefile, use *-am instead. * Makefile.in: Rebuilt. From-SVN: r28173
1999-06-30Makefile.am (.s.lo): Renamed from `.s.o'.Alexandre Oliva1-4/+4
1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.am (.s.lo): Renamed from `.s.o'. * Makefile.in: Rebuilt. From-SVN: r27850
1999-06-21Makefile.in: Rebuilt.Tom Tromey1-1/+1
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not -release. From-SVN: r27668
1999-06-21Makefile.in: Rebuilt.Tom Tromey1-3/+6
* Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Define as libdir when appropriate. * configure: Rebuilt. * configure.in (USE_LIBDIR): New conditional. From-SVN: r27667
1999-06-21configure: Rebuilt.Tom Tromey1-0/+1
* configure: Rebuilt. * configure.in: Recognize all forms of alpha. From-SVN: r27660
1999-04-26libtoolized GC library. See ChangeLog for details.Tom Tromey1-72/+99
Also a couple bug fixes: * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as `weak'. * misc.c (GC_init_inner): If QUICK_THREADS defined, compute GC_stackbottom. From-SVN: r26650
1999-04-13Makefile.in: Rebuilt.Tom Tromey1-4/+50
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and solaris-threads.h. From-SVN: r26407
1999-04-07Cygnus/libgcj changes to Boehm GC.Tom Tromey1-0/+441
From-SVN: r26257