1. 16 Sep, 2004 4 commits
    • cxxabi_tweaks.h (__cxa_cdtor_return_type): Define. · 511bbc8f
      	* config/cpu/arm/cxxabi_tweaks.h (__cxa_cdtor_return_type):
      	Define.
      	* config/cpu/generic/cxxabi_tweaks.h (__cxa_cdtor_return_type):
      	Define.
      	* libsupc++/cxxabi.h (__cxa_cdtor_return_type): New type.
      	(__cxa_vec_new): Use it.
      	(__cxa_vec_new2): Likewise.
      	(__cxa_vec_new3): Likewise.
      	(__cxa_vec_cdtor): Likewise.
      	(__cxa_vec_cctor): Likeiwse.
      	(__cxa_vec_dtor): Likewise.
      	(__cxa_vec_cleanup): Likewise.
      	(__cxa_vec_delete2): Likewise.
      	(__cxa_vec_delete3): Likewise.
      	* libsupc++/vec.cc (__cxa_vec_new): Likewise.
      	(__cxa_vec_new2): Likewise.
      	(__cxa_vec_new3): Likewise.
      	(__cxa_vec_cdtor): Likewise.
      	(__cxa_vec_cctor): Likeiwse.
      	(__cxa_vec_dtor): Likewise.
      	(__cxa_vec_cleanup): Likewise.
      	(__cxa_vec_delete2): Likewise.
      	(__cxa_vec_delete3): Likewise.
      	(__aeabi_vec_ctor_nocookie_nodtor): New function.
      	(__aeabi_vec_ctor_cookie_nodtor): Likewise.
      	(__aeabi_vec_cctor_nocookie_nodtor): Likewise.
      	(__aeabi_vec_new_cookie_noctor): Likewise.
      	(__aeabi_vec_new_nocookie): Likewise.
      	(__aeabi_vec_new_cookie_nodtor): Likewise.
      	(__aeabi_vec_new_cookie): Likewise.
      	(__aeabi_vec_dtor): Likewise.
      	(__aeabi_vec_dtor_cookie): Likewise.
      	(__aeabi_vec_delete): Likewise.
      	(__aeabi_vec_delete3): Likewise.
      	(__aeabi_vec_delete3_nodtor): Likewise.
      	(__aeabi_atexit): Likewise.
      
      	* testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
      	EABI.
      
      From-SVN: r87585
      Mark Mitchell committed
    • Revert accidental commit of unrelated/unfinished changes. · 329bed5e
      From-SVN: r87583
      Paul Brook committed
    • Daily bump. · bb15588e
      From-SVN: r87581
      GCC Administrator committed
    • predict.c (expr_expected_value, [...]): New function. · 42f97fd2
      	* predict.c (expr_expected_value, strip_builtin_expect): New function.
      	(tree_predict_by_opcode): Use it.
      	(tree_estimate_probability): Add, for now disabled,
      	strip_builtin_expect call.
      
      From-SVN: r87578
      Jan Hubicka committed
  2. 15 Sep, 2004 36 commits