-
- Downloads
"git@gitlab.cobolworx.com:COBOLworx/gcc-cobol.git" did not exist on "7f52714a7200aa5422bd7de330e108490f423e93"
unwind-pe.h (read_uleb128, [...]): Move actual reading code here.
* unwind-pe.h (read_uleb128, read_sleb128): Move actual reading code here. Take _Unwind_{W,Sw}ord*. (read_encoded_value_with_base): Use them. * unwind-dw2.c (_Unwind_FrameState): Make cfa_offset and cfa_reg words. (extract_cie_info): Simplify read_?leb128 handling. (execute_stack_op, execute_cfa_program): Likewise. * unwind-dw2-fde.c (get_cie_encoding): Likewise. * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Simplify leb128 handling. From-SVN: r45315
Showing
- gcc/ChangeLog 11 additions, 0 deletionsgcc/ChangeLog
- gcc/unwind-dw2-fde.c 5 additions, 3 deletionsgcc/unwind-dw2-fde.c
- gcc/unwind-dw2.c 53 additions, 62 deletionsgcc/unwind-dw2.c
- gcc/unwind-pe.h 57 additions, 42 deletionsgcc/unwind-pe.h
- libstdc++-v3/ChangeLog 5 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/libsupc++/eh_personality.cc 6 additions, 8 deletionslibstdc++-v3/libsupc++/eh_personality.cc
Loading
Please register or sign in to comment