1. 24 Jun, 2002 17 commits
  2. 23 Jun, 2002 8 commits
  3. 22 Jun, 2002 7 commits
  4. 21 Jun, 2002 8 commits
    • vax.c (vax_output_function_prologue): Use REGISTER_PREFIX. · 23361093
      2002-06-21  Matt Thomas  <matt@3am-software.com>
      
      * config/vax/vax.c (vax_output_function_prologue): Use
      REGISTER_PREFIX.  Fix some indentation.
      * config/vax/vax.h (FUNCTION_PROFILER): Use reg_names[].
      (VAX_ISTREAM_SYNC): Define.
      (INITIALIZE_TRAMPOLINE): Use VAX_ISTREAM_SYNC.  Move the
      i-stream sync to the end.
      (REGISTER_PREFIX): Define as "".
      (ASM_OUTPUT_MI_THUNK): Use REGISTER_PREFIX.
      
      From-SVN: r54894
      Matt Thomas committed
    • config.gcc (ns32k-*-netbsd*): Remove from list of obsolete configurations. · 1c655a0d
      * config.gcc (ns32k-*-netbsd*): Remove from list of obsolete
      configurations.
      
      From-SVN: r54893
      Jason Thorpe committed
    • * configure.in: Fix AIX configury bug. · 6bd12129
      From-SVN: r54892
      Nathanael Nerode committed
    • c_compatibility: New. · 8081da07
      
      2002-06-21  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/c_compatibility: New.
      	* include/c_compatibility/assert.h: New.
      	* include/c_compatibility/ctype.h: New.
      	* include/c_compatibility/errno.h: New.
      	* include/c_compatibility/float.h: New.
      	* include/c_compatibility/iso646.h: New.
      	* include/c_compatibility/limits.h: New.
      	* include/c_compatibility/locale.h: New.
      	* include/c_compatibility/math.h: New.
      	* include/c_compatibility/setjmp.h: New.
      	* include/c_compatibility/signal.h: New.
      	* include/c_compatibility/stdarg.h: New.
      	* include/c_compatibility/stddef.h: New.
      	* include/c_compatibility/stdio.h: New.
      	* include/c_compatibility/stdlib.h: New.
      	* include/c_compatibility/string.h: New.
      	* include/c_compatibility/time.h: New.
      	* include/c_compatibility/wchar.h: New.
      	* include/c_compatibility/wctype.h: New.
      
      	* include/c/std_cerrno.h: Get out of the way... define errno.
      	* include/c/std_cmath.h: Add abs, modf overloads.
      	Undefine C99 isms. Still not sure how to deal with this sanely.
      	* include/c/std_csetjmp.h: Tweak.
      	* include/c/std_cwchar.h: Include cstddef for size_t.
      
      	* include/c_std/std_cmath.h: Remove extra function.
      
      	Pendantic std usage in testsuites.
      	* testsuite/17_intro/header_cstdlib.cc (test01): Qualify ldiv_t
      	with std.
      	* testsuite/17_intro/header_cwchar.cc: Tweak.
      	* testsuite/22_locale/codecvt_members_char_char.cc (test03): Use
      	std::setlocale.
      	* testsuite/22_locale/ctype_to_wchar_t.cc (test05): Same.
      	* testsuite/22_locale/ctype_to_char.cc (test05): Same.
      	* testsuite/22_locale/ctype_is_wchar_t.cc (test05): Same.
      	* testsuite/22_locale/ctype_is_char.cc (test05): Same.
      	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test03): Same.
      	* testsuite/22_locale/time_get_members_wchar_t.cc (test08): Same.
      	* testsuite/22_locale/time_get_members_char.cc (test08): Same.
      	* testsuite/22_locale/time_put_members_wchar_t.cc (test04): Same.
      	* testsuite/22_locale/time_put_members_char.cc (test04): Same.
      	* testsuite/22_locale/num_put_members_wchar_t.cc (test04): Same.
      	* testsuite/22_locale/num_put_members_char.cc (test04): Same.
      	* testsuite/22_locale/numpunct_members_wchar_t.cc (test03): Same.
      	* testsuite/22_locale/numpunct_members_char.cc (test03): Same.
      	* testsuite/22_locale/num_get_members_wchar_t.cc: Same.
      	* testsuite/22_locale/num_get_members_char.cc: Same.
      	* testsuite/22_locale/money_put_members_wchar_t.cc (test07): Same.
      	* testsuite/22_locale/money_put_members_char.cc (test07): Same.
      	* testsuite/22_locale/moneypunct_members_wchar_t.cc (test03): Same.
      	* testsuite/22_locale/moneypunct_members_char.cc (test03): Same.
      	* testsuite/22_locale/money_get_members_wchar_t.cc (test08): Same.
      	* testsuite/22_locale/money_get_members_char.cc (test08): Same.
      	* testsuite/22_locale/messages_members_char.cc (test03): Same.
      	* testsuite/22_locale/collate_members_wchar_t.cc (test04): Same.
      	* testsuite/22_locale/collate_members_char.cc (test04): Same.
      	* testsuite/26_numerics/fabs_inline.cc: Use std::printf.
      	* testsuite/27_io/istream_seeks.cc (test02): Qualify abort.
      	* testsuite/27_io/istream_extractor_arith.cc (test11): Qualify strtol.
      
      From-SVN: r54891
      Benjamin Kosnik committed
    • mangle.c (integer_type_codes): Const-ify. · eb6b51b9
      cp:
      	* mangle.c (integer_type_codes): Const-ify.
      java:
      	* decl.c (clear_binding_level): Const-ify.
      
      From-SVN: r54890
      Kaveh R. Ghazi committed
    • tree.c (tree_node_kind, [...]): Wrap in GATHER_STATISTICS macro. · 3e16bfe2
      	* tree.c (tree_node_kind, tree_node_counts, tree_node_sizes,
      	tree_node_kind_names): Wrap in GATHER_STATISTICS macro.
      
      From-SVN: r54888
      Kaveh R. Ghazi committed
    • netbsd.h: Adjust a comment. · 6b0760fd
      2002-06-21  Matt Thomas  <matt@3am-software.com>
      
      * config/vax/netbsd.h: Adjust a comment.
      (TARGET_DEFAULT): Redefine as 0.
      
      From-SVN: r54887
      Matt Thomas committed
    • bb-reorder.c (make_reorder_chain_1): Search harder for the vax casesi fallthru edge. · 31a78298
      2002-06-21  Richard Henderson  <rth@redhat.com>
      
      * bb-reorder.c (make_reorder_chain_1): Search harder for the
      vax casesi fallthru edge.
      * cfglayout.c (cleanup_unconditional_jumps): Use
      redirect_edge_succ_nodup.  Do not delete ADDR_VEC insns as dead.
      * cfgrtl.c (force_nonfallthru_and_redirect): Place redirection
      block after ADDR_VEC.
      
      From-SVN: r54885
      Richard Henderson committed