1. 04 Dec, 2000 36 commits
  2. 03 Dec, 2000 4 commits
    • bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exception… · 250d07b6
      bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exception handling is enabled...
      
              * bb-reorder.c (reorder_basic_blocks): Don't check for EH edges
              unless exception handling is enabled, and if not using sjlj.
      
              * builtins.c (expand_builtin_setjmp_setup): New.
              (expand_builtin_setjmp_receiver): New.
              (expand_builtin_setjmp): Split out _setup and _receiver functions.
              Move argument parsing in from ...
              (expand_builtin): ... here.
              * except.c (receive_exception_label): Branch around receiver
              unless new-style exceptions.  Call expand_builtin_setjmp_receiver.
              (start_dynamic_handler): Call expand_builtin_setjmp_setup.
              * expr.h: Update builtin setjmp decls.
      
      From-SVN: r37982
      Richard Henderson committed
    • configopts.html, [...]: Sync with wwwdocs. · 2702080f
      	* docs/configopts.html, docs/documentation.html,
      	docs/install.html, docs/17_intro/BADNAMES,
      	docs/17_intro/contribute.html, docs/17_intro/howto.html,
      	docs/18_support/howto.html, docs/19_diagnostics/howto.html,
      	docs/20_util/howto.html, docs/21_strings/howto.html,
      	docs/22_locale/howto.html, docs/23_containers/howto.html,
      	docs/24_iterators/howto.html, docs/25_algorithms/howto.html,
      	docs/26_numerics/howto.html, docs/27_io/howto.html,
      	docs/ext/howto.html, docs/faq/index.html, docs/faq/index.txt: Sync
      	with wwwdocs.
      
      From-SVN: r37981
      Joseph Myers committed
    • Makefile.in: Rebuilt. · f933fd92
      	* Makefile.in: Rebuilt.
      	* Makefile.am (awt_java_source_files): Added new file.
      	* java/awt/geom/RoundRectangle2D.java: New file.
      
      From-SVN: r37980
      Tom Tromey committed
    • default the build machine triplet, if it is not provided · 5c032c4d
      From-SVN: r37979
      Bruce Korb committed