summaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2.c
Commit message (Expand)AuthorAgeFilesLines
* c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi2007-07-251-3/+3
* * unwind-dw2.c (uw_identify_context): Use the CFA, not the IP.Geoffrey Keating2007-05-181-1/+1
* * unwind-dw2.c (execute_stack_op): Handle DW_OP_swap.Geoffrey Keating2007-01-251-0/+10
* unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t an...Andreas Krebbel2007-01-241-25/+40
* unwind-dw2.c (SIGNAL_FRAME_BIT, [...]): Define.Jakub Jelinek2007-01-041-9/+41
* unwind-dw2.c (uw_init_context_1): Fix test that checks if dwarf_reg_size_tabl...J"orn Rennecke2006-10-301-1/+1
* unwind-dw2.h: Move cfa-related variables into struct frame_state_reg_info to ...Nathan Froyd2006-10-261-24/+24
* unwind-dw2.c: Add declarations for uw_update_context and uw_frame_state_for.John David Anglin2006-05-171-0/+4
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* unwind-dw2.h (_Unwind_FrameState): Add REG_SAVED_VAL_OFFSET and REG_SAVED_VAL...Jakub Jelinek2006-03-041-9/+115
* re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek2006-02-271-4/+27
* dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.Richard Henderson2005-11-171-1/+3
* unwind-ia64.c (uw_advance_context): New.Daniel Jacobowitz2005-11-161-0/+6
* Update FSF address.Kelley Cook2005-06-251-2/+2
* unwind-dw2-fde-darwin.c (examine_objects): Fix aliasing in read_encoded_value...Nathan Sidwell2005-06-141-6/+17
* unwind-dw2-fde-glibc.c (base_from_cb_data, [...]): Use gcc_assert and gcc_unr...Nathan Sidwell2005-05-171-43/+42
* unwind-dw2.c (execute_stack_op): Add missing cases for DW_OP_shl, DW_OP_shr, ...Alan Modra2005-01-271-1/+5
* re PR target/18380 (_Unwind_FindTableEntry shouldn't be exported from libunwi...H.J. Lu2004-11-091-1/+0
* bitmap.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* unwind-dw2.c (_Unwind_GetGR): Honor DWARF_ZERO_REG.Richard Henderson2004-09-301-0/+5
* tsystem.h (alloca): Provide a default definition.Kaveh R. Ghazi2004-09-201-1/+1
* tm.texi (MD_UNWIND_SUPPORT): Document.Alan Modra2004-09-081-10/+8
* re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1)H.J. Lu2004-09-031-0/+20
* unwind-dw2-fde.c (get_cie_encoding): Cast argument to strlen to eliminate war...Ulrich Weigand2004-08-191-1/+1
* unwind-dw2.c (uw_install_context_1): Update target saved stack pointer.Paul Brook2004-08-091-16/+19
* Index: gcc/ChangeLogGeoffrey Keating2004-07-011-59/+4
* unwind-dw2-fde.c (get_cie_encoding): Handle dwarf3 CIE format.Paul Brook2004-05-201-2/+5
* unwind-dw2.c (_Unwind_FrameState): Remove commas at end of enumeration list.Andreas Jaeger2003-11-011-2/+2
* unwind-dw2.c (_Unwind_FindEnclosingFunction): Constify variable.Andreas Jaeger2003-11-011-4/+4
* irix6-libc-compat.c (inet_makeaddr): Prototype.Kaveh R. Ghazi2003-10-281-0/+3
* unwind-dw2.c (_Unwind_GetGR): Avoid warning about unsigned comparison.Andreas Jaeger2003-10-261-2/+2
* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Honor DWARF_ALT_FRAME_RETU...Richard Henderson2003-09-301-1/+8
* unwind-c.c: Add libgcc-style exception.Daniel Jacobowitz2003-08-191-0/+9
* unwind-dw2.c (MD_FROB_UPDATE_CONTEXT): Define.Jakub Jelinek2003-07-161-0/+7
* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): If DWARF_FRAME_RETURN_COLU...J"orn Rennecke2003-07-151-32/+73
* 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