aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/eh_personality.cc
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-05-13sjlj.m4: New file.Eric Botcazou1-6/+6
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely1-2/+2
2014-09-10re PR libgcc/56846 (_Unwind_Backtrace on ARM and noexcept)Tony Wang1-0/+6
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-3/+1
2012-11-29re PR target/55445 (Always defined __SEH__ when build from trunk)Kai Tietz1-3/+3
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini1-1/+1
2012-07-19eh_personality.cc (__gxx_personality_seh0): New function.Tristan Gingold1-1/+19
2011-09-13arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Paul Brook1-33/+25
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik1-2/+3
2010-02-17ios_locale.cc: Fixes for -pedantic.Benjamin Kosnik1-2/+4
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-02-03re PR libstdc++/25191 (exception_defines.h #defines try/catch)Paolo Carlini1-5/+6
2008-08-23[multiple changes]Paolo Carlini1-9/+13
2008-08-222008-08-22 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-13/+9
2008-08-14Re-instate last patch...Paolo Carlini1-9/+13
2008-08-132008-08-13 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-13/+9
2008-08-13Add exception propagation support as per N2179.Sebastian Redl1-9/+13
2008-07-10unwind-cxx.h (__is_gxx_forced_unwind_class, [...]): Define for ARM EABI unwin...Joseph Myers1-2/+6
2008-01-06re PR c++/34152 (Erratic behaviour: Exception translation (throw from signal ...Ted Phelps1-2/+2
2007-06-13eh_arm.cc (__cxa_type_match): Handle foreign exceptions.Richard Earnshaw1-3/+6
2007-05-07re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and p...Jason Merrill1-8/+17
2007-01-24eh_personality.cc (PERSONALITY_FUNCTION): Replace _Unwind_Word with _uleb128_...Andrew Pinski1-1/+1
2007-01-24unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t an...Andreas Krebbel1-11/+11
2006-11-13eh_globals.cc (__cxxabiv1::__cxa_get_globals): Initialize propagatingExceptio...Joseph Myers1-2/+13
2006-07-21re PR target/26792 (need to use autoconf when using newly-added libgcc functi...Steve Ellcey1-0/+4
2006-07-21eh_personality.cc: Wrap extern C function definitions in namespace __cxxabiv1.Jason Merrill1-0/+5
2006-02-27re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek1-1/+4
2006-01-25configopts.html: Tweak docs.Benjamin Kosnik1-4/+4
2006-01-18eh_personality.cc (PERSONALITY_FUNCTION): Use std::abort.Paul Brook1-2/+2
2005-11-22del_op.cc: Include c++config.h first.Benjamin Kosnik1-1/+0
2005-11-16unwind-arm.h: Reorder interface function declarations.Nathan Sidwell1-7/+7
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-07-29re PR libstdc++/22284 (ia64 exception handling broken)H.J. Lu1-1/+1
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook1-30/+263
2005-05-19unwind-compat.c: Include tconfig.h and tsystem.h.Jan Beulich1-1/+0
2005-05-17unwind-dw2-fde-glibc.c (base_from_cb_data, [...]): Use gcc_assert and gcc_unr...Nathan Sidwell1-0/+1
2004-02-09re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m...James E Wilson1-1/+3
2003-07-05Move from CPP to CXX.Benjamin Kosnik1-3/+3
2003-05-24Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode1-4/+4
2003-05-07except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson1-35/+63
2002-08-15unwind-cxx.h (__cxa_exception): Change catchTemp type from void* to _Unwind_Ptr.Steve Ellcey1-2/+2
2002-03-30re PR c++/3719 (Unable to retrow exception in unexpected exception handler.)Richard Henderson1-6/+15
2002-03-17re PR c++/4381 (Exceptions virtually inherited from a class cause segmentatio...Jason Merrill1-17/+45
2001-11-17eh_personality.cc (__cxa_call_unexpected): Take void*.Jason Merrill1-1/+4