summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/eh_personality.cc
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-09-10[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c++ exceptionsChristophe Lyon
2019-04-23re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ramana Radhakrishnan
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-05-13sjlj.m4: New file.Eric Botcazou
2015-01-05Update copyright years.Jakub Jelinek
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely
2014-09-10re PR libgcc/56846 (_Unwind_Backtrace on ARM and noexcept)Tony Wang
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-29re PR target/55445 (Always defined __SEH__ when build from trunk)Kai Tietz
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini
2012-07-19eh_personality.cc (__gxx_personality_seh0): New function.Tristan Gingold
2011-09-13arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Paul Brook
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik
2010-02-17ios_locale.cc: Fixes for -pedantic.Benjamin Kosnik
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-02-03re PR libstdc++/25191 (exception_defines.h #defines try/catch)Paolo Carlini
2008-08-23[multiple changes]Paolo Carlini
2008-08-222008-08-22 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2008-08-14Re-instate last patch...Paolo Carlini
2008-08-132008-08-13 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2008-08-13Add exception propagation support as per N2179.Sebastian Redl
2008-07-10unwind-cxx.h (__is_gxx_forced_unwind_class, [...]): Define for ARM EABI unwin...Joseph Myers
2008-01-06re PR c++/34152 (Erratic behaviour: Exception translation (throw from signal ...Ted Phelps
2007-06-13eh_arm.cc (__cxa_type_match): Handle foreign exceptions.Richard Earnshaw
2007-05-07re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and p...Jason Merrill
2007-01-24eh_personality.cc (PERSONALITY_FUNCTION): Replace _Unwind_Word with _uleb128_...Andrew Pinski
2007-01-24unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t an...Andreas Krebbel
2006-11-13eh_globals.cc (__cxxabiv1::__cxa_get_globals): Initialize propagatingExceptio...Joseph Myers
2006-07-21re PR target/26792 (need to use autoconf when using newly-added libgcc functi...Steve Ellcey
2006-07-21eh_personality.cc: Wrap extern C function definitions in namespace __cxxabiv1.Jason Merrill
2006-02-27re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek
2006-01-25configopts.html: Tweak docs.Benjamin Kosnik
2006-01-18eh_personality.cc (PERSONALITY_FUNCTION): Use std::abort.Paul Brook
2005-11-22del_op.cc: Include c++config.h first.Benjamin Kosnik
2005-11-16unwind-arm.h: Reorder interface function declarations.Nathan Sidwell
2005-08-17All files: Update FSF address.Kelley Cook
2005-07-29re PR libstdc++/22284 (ia64 exception handling broken)H.J. Lu
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook
2005-05-19unwind-compat.c: Include tconfig.h and tsystem.h.Jan Beulich
2005-05-17unwind-dw2-fde-glibc.c (base_from_cb_data, [...]): Use gcc_assert and gcc_unr...Nathan Sidwell
2004-02-09re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m...James E Wilson
2003-07-05Move from CPP to CXX.Benjamin Kosnik
2003-05-24Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode
2003-05-07except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson
2002-08-15unwind-cxx.h (__cxa_exception): Change catchTemp type from void* to _Unwind_Ptr.Steve Ellcey