aboutsummaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-30unwind-dw2.c (_Unwind_GetGR): Honor DWARF_ZERO_REG.Richard Henderson1-0/+5
2004-09-20tsystem.h (alloca): Provide a default definition.Kaveh R. Ghazi1-1/+1
2004-09-08tm.texi (MD_UNWIND_SUPPORT): Document.Alan Modra1-10/+8
2004-09-03re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1)H.J. Lu1-0/+20
2004-08-19unwind-dw2-fde.c (get_cie_encoding): Cast argument to strlen to eliminate war...Ulrich Weigand1-1/+1
2004-08-09unwind-dw2.c (uw_install_context_1): Update target saved stack pointer.Paul Brook1-16/+19
2004-07-01Index: gcc/ChangeLogGeoffrey Keating1-59/+4
2004-05-20unwind-dw2-fde.c (get_cie_encoding): Handle dwarf3 CIE format.Paul Brook1-2/+5
2003-11-01unwind-dw2.c (_Unwind_FrameState): Remove commas at end of enumeration list.Andreas Jaeger1-2/+2
2003-11-01unwind-dw2.c (_Unwind_FindEnclosingFunction): Constify variable.Andreas Jaeger1-4/+4
2003-10-28irix6-libc-compat.c (inet_makeaddr): Prototype.Kaveh R. Ghazi1-0/+3
2003-10-26unwind-dw2.c (_Unwind_GetGR): Avoid warning about unsigned comparison.Andreas Jaeger1-2/+2
2003-09-30dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Honor DWARF_ALT_FRAME_RETU...Richard Henderson1-1/+8
2003-08-19unwind-c.c: Add libgcc-style exception.Daniel Jacobowitz1-0/+9
2003-07-16unwind-dw2.c (MD_FROB_UPDATE_CONTEXT): Define.Jakub Jelinek1-0/+7
2003-07-15dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): If DWARF_FRAME_RETURN_COLU...J"orn Rennecke1-32/+73
2003-05-13unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly to _Unwind_S...Richard Sandiford1-1/+3
2003-05-10except.c (EH_RETURN_STACKADJ_RTX): Do not define.Ulrich Weigand1-15/+26
2003-05-07unwind-dw2.c (_Unwind_GetGR): Cast pointer to _Unwind_Ptr, not _Unwind_Word.Richard Henderson1-1/+1
2003-05-06unwind-dw2.c (uw_update_context_1): Only set cfa as sp if previous frame didn...Richard Henderson1-7/+21
2003-05-03builtins.c (expand_builtin): Remove.Richard Henderson1-19/+27
2003-04-19Part 2 of the SCO port update. This is everything I have approval for.Kean Johnston1-1/+1
2003-04-02libgcc-std.ver (_Unwind_GetCFA): New.Richard Henderson1-0/+8
2003-03-11tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.Aldy Hernandez1-18/+49
2003-01-07re PR libstdc++/9076 (Call Frame Instructions are not handled correctly durin...Benjamin Kosnik1-1/+4
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-27unwind-sjlj.c (_Unwind_FindEnclosingFunction): Rename from_Unwind_Find_Enclos...Andrew Haley1-1/+1
2002-11-25libgcc-std.ver (_Unwind_Find_Enclosing_Function): Add.Andrew Haley1-0/+11
2002-05-31target.h: Fix formatting.Kazu Hirata1-65/+65
2002-03-15add commentsJason Merrill1-1/+13
2002-01-21unwind-dw2.c: Fix formatting.Kazu Hirata1-15/+15
2002-01-10toplev.c: Fix formatting.Kazu Hirata1-17/+22
2002-01-08Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or except.h.Zack Weinberg1-1/+1
2002-01-07* unwind-dw2.c (execute_cfa_program): Use < again.Jason Merrill1-1/+8
2001-12-11* unwind-dw2.c (execute_cfa_program): Fix DW_CFA_restore handling.Jakub Jelinek1-3/+3
2001-12-06tm.texi (DWARF_FRAME_REGISTERS): Add documentation.Aldy Hernandez1-3/+8
2001-11-06unwind-dw2.c (execute_cfa_program): Evaluate call frame instructions up to th...Olivier Hainque1-1/+1
2001-09-19alias.c: Fix typos in comments.Stan Shebs1-1/+1
2001-08-31Makefile.in (c-pragma.o): Depend on output.h.Kaveh R. Ghazi1-1/+1
2001-08-31unwind-pe.h (read_uleb128, [...]): Move actual reading code here.Jason Merrill1-62/+53
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-10/+10
2001-08-19unwind-dw2.c (execute_stack_op): Add default aborts to the inner switches to ...Zack Weinberg1-0/+6
2001-08-17sbitmap.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-19unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.Mark Kettenis1-8/+72
2001-05-20except.c (dw2_build_landing_pads): Use word_mode, not Pmode, as ncessary.Richard Henderson1-53/+58
2001-05-16except.c (eh_data_format_name): Move to ...Richard Henderson1-159/+46
2001-05-11defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.Richard Henderson1-0/+13
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+1217