summaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2.c
Commit message (Expand)AuthorAgeFilesLines
* unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly to _Unwind_S...Richard Sandiford2003-05-131-1/+3
* except.c (EH_RETURN_STACKADJ_RTX): Do not define.Ulrich Weigand2003-05-101-15/+26
* unwind-dw2.c (_Unwind_GetGR): Cast pointer to _Unwind_Ptr, not _Unwind_Word.Richard Henderson2003-05-071-1/+1
* unwind-dw2.c (uw_update_context_1): Only set cfa as sp if previous frame didn...Richard Henderson2003-05-061-7/+21
* builtins.c (expand_builtin): Remove.Richard Henderson2003-05-031-19/+27
* Part 2 of the SCO port update. This is everything I have approval for.Kean Johnston2003-04-191-1/+1
* libgcc-std.ver (_Unwind_GetCFA): New.Richard Henderson2003-04-021-0/+8
* tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.Aldy Hernandez2003-03-111-18/+49
* re PR libstdc++/9076 (Call Frame Instructions are not handled correctly durin...Benjamin Kosnik2003-01-071-1/+4
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* unwind-sjlj.c (_Unwind_FindEnclosingFunction): Rename from_Unwind_Find_Enclos...Andrew Haley2002-11-271-1/+1
* libgcc-std.ver (_Unwind_Find_Enclosing_Function): Add.Andrew Haley2002-11-251-0/+11
* target.h: Fix formatting.Kazu Hirata2002-05-311-65/+65
* add commentsJason Merrill2002-03-151-1/+13
* unwind-dw2.c: Fix formatting.Kazu Hirata2002-01-211-15/+15
* toplev.c: Fix formatting.Kazu Hirata2002-01-101-17/+22
* Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or except.h.Zack Weinberg2002-01-081-1/+1
* * unwind-dw2.c (execute_cfa_program): Use < again.Jason Merrill2002-01-071-1/+8
* * unwind-dw2.c (execute_cfa_program): Fix DW_CFA_restore handling.Jakub Jelinek2001-12-111-3/+3
* tm.texi (DWARF_FRAME_REGISTERS): Add documentation.Aldy Hernandez2001-12-061-3/+8
* unwind-dw2.c (execute_cfa_program): Evaluate call frame instructions up to th...Olivier Hainque2001-11-061-1/+1
* alias.c: Fix typos in comments.Stan Shebs2001-09-191-1/+1
* Makefile.in (c-pragma.o): Depend on output.h.Kaveh R. Ghazi2001-08-311-1/+1
* unwind-pe.h (read_uleb128, [...]): Move actual reading code here.Jason Merrill2001-08-311-62/+53
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-10/+10
* unwind-dw2.c (execute_stack_op): Add default aborts to the inner switches to ...Zack Weinberg2001-08-191-0/+6
* sbitmap.c: Fix comment formatting.Kazu Hirata2001-08-171-1/+1
* unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.Mark Kettenis2001-07-191-8/+72
* except.c (dw2_build_landing_pads): Use word_mode, not Pmode, as ncessary.Richard Henderson2001-05-201-53/+58
* except.c (eh_data_format_name): Move to ...Richard Henderson2001-05-161-159/+46
* defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.Richard Henderson2001-05-111-0/+13
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-0/+1217