This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r148112 - in /branches/profile-stdlib/libstdc++...


Author: rus
Date: Wed Jun  3 04:53:42 2009
New Revision: 148112

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148112
Log:
Dropped runtime lib, add HAVE_EXECINFO, small fixes.  All tests pass except for FAIL .../synopsis.cc and XPASS 26_numerics/headers/cmath/c99_classification_macros_c.cc

Added:
    branches/profile-stdlib/libstdc++-v3/include/profile/impl/
    branches/profile-stdlib/libstdc++-v3/include/profile/impl/profiler.h
    branches/profile-stdlib/libstdc++-v3/include/profile/impl/profiler_container_size.h
    branches/profile-stdlib/libstdc++-v3/include/profile/impl/profiler_hash_func.h
    branches/profile-stdlib/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h
    branches/profile-stdlib/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h
    branches/profile-stdlib/libstdc++-v3/include/profile/impl/profiler_node.h
    branches/profile-stdlib/libstdc++-v3/include/profile/impl/profiler_state.h
    branches/profile-stdlib/libstdc++-v3/include/profile/impl/profiler_trace.h
    branches/profile-stdlib/libstdc++-v3/include/profile/impl/profiler_vector_size.h
    branches/profile-stdlib/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h
Removed:
    branches/profile-stdlib/libstdc++-v3/libprofc++/
Modified:
    branches/profile-stdlib/libstdc++-v3/ChangeLog.profile-stdlib
    branches/profile-stdlib/libstdc++-v3/Makefile.am
    branches/profile-stdlib/libstdc++-v3/Makefile.in
    branches/profile-stdlib/libstdc++-v3/config.h.in
    branches/profile-stdlib/libstdc++-v3/configure
    branches/profile-stdlib/libstdc++-v3/include/Makefile.am
    branches/profile-stdlib/libstdc++-v3/include/Makefile.in
    branches/profile-stdlib/libstdc++-v3/include/profile/base.h
    branches/profile-stdlib/libstdc++-v3/include/profile/hashtable.h
    branches/profile-stdlib/libstdc++-v3/include/profile/unordered_map
    branches/profile-stdlib/libstdc++-v3/include/profile/unordered_set
    branches/profile-stdlib/libstdc++-v3/testsuite/Makefile.am
    branches/profile-stdlib/libstdc++-v3/testsuite/Makefile.in


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]