aboutsummaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-27unwind-dw2.c (_Unwind_DebugHook): New function.Tom Tromey1-7/+20
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-04-04unwind-dw2.h (_Unwind_FrameState): Add REG_UNDEFINED enum value.Jakub Jelinek1-6/+23
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2008-09-24dwarf2.h (DW_OP_GNU_encoded_addr): New.Richard Henderson1-0/+8
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-3/+3
2007-05-18* unwind-dw2.c (uw_identify_context): Use the CFA, not the IP.Geoffrey Keating1-1/+1
2007-01-25* unwind-dw2.c (execute_stack_op): Handle DW_OP_swap.Geoffrey Keating1-0/+10
2007-01-24unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t an...Andreas Krebbel1-25/+40
2007-01-04unwind-dw2.c (SIGNAL_FRAME_BIT, [...]): Define.Jakub Jelinek1-9/+41
2006-10-30unwind-dw2.c (uw_init_context_1): Fix test that checks if dwarf_reg_size_tabl...J"orn Rennecke1-1/+1
2006-10-26unwind-dw2.h: Move cfa-related variables into struct frame_state_reg_info to ...Nathan Froyd1-24/+24
2006-05-17unwind-dw2.c: Add declarations for uw_update_context and uw_frame_state_for.John David Anglin1-0/+4
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-04unwind-dw2.h (_Unwind_FrameState): Add REG_SAVED_VAL_OFFSET and REG_SAVED_VAL...Jakub Jelinek1-9/+115
2006-02-27re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek1-4/+27
2005-11-17dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.Richard Henderson1-1/+3
2005-11-16unwind-ia64.c (uw_advance_context): New.Daniel Jacobowitz1-0/+6
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-14unwind-dw2-fde-darwin.c (examine_objects): Fix aliasing in read_encoded_value...Nathan Sidwell1-6/+17
2005-05-17unwind-dw2-fde-glibc.c (base_from_cb_data, [...]): Use gcc_assert and gcc_unr...Nathan Sidwell1-43/+42
2005-01-27unwind-dw2.c (execute_stack_op): Add missing cases for DW_OP_shl, DW_OP_shr, ...Alan Modra1-1/+5
2004-11-09re PR target/18380 (_Unwind_FindTableEntry shouldn't be exported from libunwi...H.J. Lu1-1/+0
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
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