1. 09 Jan, 1998 1 commit
  2. 08 Jan, 1998 2 commits
    • Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits. · 3b80f6ca
      * Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.
      * emit-rtl.c (gen_rtx): Move special code to ...
      (gen_rtx_CONST_INT): New function.
      (gen_rtx_REG): New function.
      (*): Update all calls to gen_rtx.
      * genemit.c (gen_exp): Emit calls to gen_rtx_FOO for constant FOO.
      * rtl.h: Include genrtl.h; prototype CONST_INT & REG generators.
      (GEN_INT): Call gen_rtx_CONST_INT.
      * gengenrtl.c: New file.
      
      From-SVN: r17312
      Richard Henderson committed
    • exception.cc (__eh_alloc, __eh_free): New fns. · f4a23343
      	* exception.cc (__eh_alloc, __eh_free): New fns.
      	(__cp_push_exception, __cp_pop_exception): Use them.
      	(__uncatch_exception): Call terminate here if no exception.
      	* except.c (build_terminate_handler): New fn.
      	(expand_start_catch_block): Use it.
      	(expand_exception_blocks): Likewise.
      	(alloc_eh_object): New fn.
      	(expand_throw): Use it.  Protect exception init with terminate.
      	* typeck.c (build_modify_expr): Remove code that ignores trivial
      	methods.
      
      From-SVN: r17309
      Jason Merrill committed
  3. 05 Jan, 1998 4 commits
  4. 04 Jan, 1998 4 commits
  5. 03 Jan, 1998 6 commits
  6. 02 Jan, 1998 4 commits
  7. 01 Jan, 1998 4 commits
  8. 31 Dec, 1997 2 commits
  9. 30 Dec, 1997 1 commit
  10. 29 Dec, 1997 4 commits
  11. 28 Dec, 1997 1 commit
  12. 27 Dec, 1997 4 commits
  13. 25 Dec, 1997 2 commits
  14. 24 Dec, 1997 1 commit
    • Makefile.in (GTHREAD_FLAGS): New var. · f24af81b
      	* Makefile.in (GTHREAD_FLAGS): New var.
      	(LIBGCC2_CFLAGS): Added $(GTHREAD_FLAGS).
      	(distclean): Remove gthr-default.h.
      	* configure.in: Accept dce as a thread package.
      	Check for thread.h and pthread.h.
      	Link gthr-default.h to appropriate thread file and set
      	gthread_flags.
      	(hppa1.1-*-hpux10*): If --enable-threads, use dce threads and
      	include multilib definitions from pa/t-dce-thr.
      	(sparc-*-solaris2*): Enable threads by default, if thread.h or
      	pthread.h is found, preferring posix threads over solaris ones.
      	* config/pa/t-dce-thr: New file.
      	* config/pa/t-pa: Removed multilibs.
      	* config/sparc/t-sol2: Ditto.
      	* gthr.h: New file.
      	* gthr-single.h: New file.
      	* gthr-posix.h: New file.
      	* gthr-solaris.h: New file.
      	* gthr-dce.h: New file.
      	* libgcc-thr.h: Removed.
      	* objc/thr-dce.c: New file copied from thr-decosf1.c.
      	* frame.c: Include gthr.h instead of libgcc-thr.h.
      	* libgcc2.c: Include gthr.h instead of libgcc-thr.h.
      	(eh_context_initialize): If __gthread_once fails, use static eh
      	context.
      	(eh_context_free): Call __gthread_key_dtor.
      
      From-SVN: r17235
      Teemu Torma committed