]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/libsupc++/Makefile.in
Merge from transactional-memory branch.
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / Makefile.in
index 9ef5e683af8516372344998380ca3a007b0002e0..191bd281e3d3d567555fa58592db6feeacda530f 100644 (file)
@@ -95,13 +95,14 @@ am__objects_1 = array_type_info.lo atexit_arm.lo bad_alloc.lo \
        del_opnt.lo del_opv.lo del_opvnt.lo dyncast.lo eh_alloc.lo \
        eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo \
        eh_exception.lo eh_globals.lo eh_personality.lo eh_ptr.lo \
-       eh_term_handler.lo eh_terminate.lo eh_throw.lo eh_type.lo \
-       eh_unex_handler.lo enum_type_info.lo function_type_info.lo \
-       fundamental_type_info.lo guard.lo guard_error.lo hash_bytes.lo \
-       nested_exception.lo new_handler.lo new_op.lo new_opnt.lo \
-       new_opv.lo new_opvnt.lo pbase_type_info.lo pmem_type_info.lo \
-       pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo \
-       tinfo2.lo vec.lo vmi_class_type_info.lo vterminate.lo
+       eh_term_handler.lo eh_terminate.lo eh_tm.lo eh_throw.lo \
+       eh_type.lo eh_unex_handler.lo enum_type_info.lo \
+       function_type_info.lo fundamental_type_info.lo guard.lo \
+       guard_error.lo hash_bytes.lo nested_exception.lo \
+       new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo \
+       pbase_type_info.lo pmem_type_info.lo pointer_type_info.lo \
+       pure.lo si_class_type_info.lo tinfo.lo tinfo2.lo vec.lo \
+       vmi_class_type_info.lo vterminate.lo
 @GLIBCXX_HOSTED_TRUE@am__objects_2 = cp-demangle.lo
 am_libsupc___la_OBJECTS = $(am__objects_1) $(am__objects_2)
 libsupc___la_OBJECTS = $(am_libsupc___la_OBJECTS)
@@ -375,6 +376,7 @@ sources = \
        eh_ptr.cc \
        eh_term_handler.cc \
        eh_terminate.cc \
+       eh_tm.cc \
        eh_throw.cc \
        eh_type.cc \
        eh_unex_handler.cc \