1. 30 Dec, 2000 5 commits
    • Forgot these in last commit. · 2e9ab75d
      From-SVN: r38558
      Bryce McKinlay committed
    • For boehm-gc: · e301621d
      	* 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
      Bryce McKinlay committed
    • * MAINTAINERS: Add myself as avr port co-maintainer. · 4c2f5b4f
      From-SVN: r38556
      Marek Michalkiewicz committed
    • Daily bump. · c5824347
      From-SVN: r38555
      Jeff Law committed
    • sh.c (split_branches): Don't dereference re-computed `beyond' before checking it's non-NULL. · b94544e4
      * config/sh/sh.c (split_branches): Don't dereference re-computed
      `beyond' before checking it's non-NULL.
      
      From-SVN: r38554
      Alexandre Oliva committed
  2. 29 Dec, 2000 27 commits
  3. 28 Dec, 2000 8 commits