Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(506)

Side by Side Diff: libstdc++-v3/libsupc++/Makefile.in

Issue 27341005: libstdc++: Add support for exception handling using the PNaClSjLjEH LLVM pass (Closed) Base URL: http://git.chromium.org/native_client/pnacl-gcc.git@pnacl
Patch Set: More comments Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « libstdc++-v3/libsupc++/Makefile.am ('k') | libstdc++-v3/libsupc++/eh_pnacl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.11.1 from Makefile.am. 1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc. 6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
10 10
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 87 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
88 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 88 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
89 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(bitsdir)" \ 89 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(bitsdir)" \
90 "$(DESTDIR)$(stddir)" 90 "$(DESTDIR)$(stddir)"
91 LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES) 91 LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
92 libsupc___la_LIBADD = 92 libsupc___la_LIBADD =
93 am__objects_1 = array_type_info.lo atexit_arm.lo bad_alloc.lo \ 93 am__objects_1 = array_type_info.lo atexit_arm.lo bad_alloc.lo \
94 bad_cast.lo bad_typeid.lo class_type_info.lo del_op.lo \ 94 bad_cast.lo bad_typeid.lo class_type_info.lo del_op.lo \
95 del_opnt.lo del_opv.lo del_opvnt.lo dyncast.lo eh_alloc.lo \ 95 del_opnt.lo del_opv.lo del_opvnt.lo dyncast.lo eh_alloc.lo \
96 eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo \ 96 eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo \
97 » eh_exception.lo eh_globals.lo eh_personality.lo eh_ptr.lo \ 97 » eh_exception.lo eh_globals.lo eh_personality.lo eh_pnacl.lo eh_ptr.lo \
98 eh_term_handler.lo eh_terminate.lo eh_throw.lo eh_type.lo \ 98 eh_term_handler.lo eh_terminate.lo eh_throw.lo eh_type.lo \
99 eh_unex_handler.lo enum_type_info.lo function_type_info.lo \ 99 eh_unex_handler.lo enum_type_info.lo function_type_info.lo \
100 fundamental_type_info.lo guard.lo guard_error.lo hash_bytes.lo \ 100 fundamental_type_info.lo guard.lo guard_error.lo hash_bytes.lo \
101 nested_exception.lo new_handler.lo new_op.lo new_opnt.lo \ 101 nested_exception.lo new_handler.lo new_op.lo new_opnt.lo \
102 new_opv.lo new_opvnt.lo pbase_type_info.lo pmem_type_info.lo \ 102 new_opv.lo new_opvnt.lo pbase_type_info.lo pmem_type_info.lo \
103 pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo \ 103 pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo \
104 tinfo2.lo vec.lo vmi_class_type_info.lo vterminate.lo 104 tinfo2.lo vec.lo vmi_class_type_info.lo vterminate.lo
105 @GLIBCXX_HOSTED_TRUE@am__objects_2 = cp-demangle.lo 105 @GLIBCXX_HOSTED_TRUE@am__objects_2 = cp-demangle.lo
106 am_libsupc___la_OBJECTS = $(am__objects_1) $(am__objects_2) 106 am_libsupc___la_OBJECTS = $(am__objects_1) $(am__objects_2)
107 libsupc___la_OBJECTS = $(am_libsupc___la_OBJECTS) 107 libsupc___la_OBJECTS = $(am_libsupc___la_OBJECTS)
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 del_opvnt.cc \ 364 del_opvnt.cc \
365 dyncast.cc \ 365 dyncast.cc \
366 eh_alloc.cc \ 366 eh_alloc.cc \
367 eh_arm.cc \ 367 eh_arm.cc \
368 eh_aux_runtime.cc \ 368 eh_aux_runtime.cc \
369 eh_call.cc \ 369 eh_call.cc \
370 eh_catch.cc \ 370 eh_catch.cc \
371 eh_exception.cc \ 371 eh_exception.cc \
372 eh_globals.cc \ 372 eh_globals.cc \
373 eh_personality.cc \ 373 eh_personality.cc \
374 eh_pnacl.cc \
374 eh_ptr.cc \ 375 eh_ptr.cc \
375 eh_term_handler.cc \ 376 eh_term_handler.cc \
376 eh_terminate.cc \ 377 eh_terminate.cc \
377 eh_throw.cc \ 378 eh_throw.cc \
378 eh_type.cc \ 379 eh_type.cc \
379 eh_unex_handler.cc \ 380 eh_unex_handler.cc \
380 enum_type_info.cc \ 381 enum_type_info.cc \
381 function_type_info.cc \ 382 function_type_info.cc \
382 fundamental_type_info.cc \ 383 fundamental_type_info.cc \
383 guard.cc \ 384 guard.cc \
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 uninstall-bitsHEADERS: 803 uninstall-bitsHEADERS:
803 @$(NORMAL_UNINSTALL) 804 @$(NORMAL_UNINSTALL)
804 list='$(bits_HEADERS)'; for p in $$list; do \ 805 list='$(bits_HEADERS)'; for p in $$list; do \
805 q=`echo $$p | sed -e 's,.*/,,'`; \ 806 q=`echo $$p | sed -e 's,.*/,,'`; \
806 rm -f $(DESTDIR)$(bitsdir)/$$q; \ 807 rm -f $(DESTDIR)$(bitsdir)/$$q; \
807 done 808 done
808 809
809 # Tell versions [3.59,3.63) of GNU make to not export all variables. 810 # Tell versions [3.59,3.63) of GNU make to not export all variables.
810 # Otherwise a system limit (for SysV at least) may be exceeded. 811 # Otherwise a system limit (for SysV at least) may be exceeded.
811 .NOEXPORT: 812 .NOEXPORT:
OLDNEW
« no previous file with comments | « libstdc++-v3/libsupc++/Makefile.am ('k') | libstdc++-v3/libsupc++/eh_pnacl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698