-
- Downloads
unwind-dw2.h: Move cfa-related variables into struct frame_state_reg_info to ensure that the...
* gcc/unwind-dw2.h: Move cfa-related variables into struct frame_state_reg_info to ensure that the CFA is properly handled when executing DW_CFA_{remember,restore}_state. * gcc/unwind-dw2.c, gcc/config/alpha/linux-unwind.h, gcc/config/alpha/vms-unwind.h, gcc/config/s390/tpf-unwind.h gcc/config/s390/linux-unwind.h, gcc/config/sparc/linux-unwind.h gcc/config/i386/linux-unwind.h, gcc/config/sh/linux-unwind.h gcc/config/rs6000/linux-unwind.h, gcc/config/rs6000/darwin-fallback.c, gcc/config/pa/linux-unwind.h, gcc/config/pa/hpux-unwind.h, gcc/config/mips/linux-unwind.h: Modify to use new cfa_* fields. From-SVN: r118068
Showing
- gcc/ChangeLog 14 additions, 0 deletionsgcc/ChangeLog
- gcc/config/alpha/linux-unwind.h 3 additions, 3 deletionsgcc/config/alpha/linux-unwind.h
- gcc/config/alpha/vms-unwind.h 6 additions, 6 deletionsgcc/config/alpha/vms-unwind.h
- gcc/config/i386/linux-unwind.h 6 additions, 6 deletionsgcc/config/i386/linux-unwind.h
- gcc/config/mips/linux-unwind.h 3 additions, 3 deletionsgcc/config/mips/linux-unwind.h
- gcc/config/pa/hpux-unwind.h 9 additions, 9 deletionsgcc/config/pa/hpux-unwind.h
- gcc/config/pa/linux-unwind.h 3 additions, 3 deletionsgcc/config/pa/linux-unwind.h
- gcc/config/rs6000/darwin-fallback.c 3 additions, 3 deletionsgcc/config/rs6000/darwin-fallback.c
- gcc/config/rs6000/linux-unwind.h 3 additions, 3 deletionsgcc/config/rs6000/linux-unwind.h
- gcc/config/s390/linux-unwind.h 3 additions, 3 deletionsgcc/config/s390/linux-unwind.h
- gcc/config/s390/tpf-unwind.h 6 additions, 6 deletionsgcc/config/s390/tpf-unwind.h
- gcc/config/sh/linux-unwind.h 6 additions, 6 deletionsgcc/config/sh/linux-unwind.h
- gcc/config/sparc/linux-unwind.h 6 additions, 6 deletionsgcc/config/sparc/linux-unwind.h
- gcc/unwind-dw2.c 24 additions, 24 deletionsgcc/unwind-dw2.c
- gcc/unwind-dw2.h 11 additions, 11 deletionsgcc/unwind-dw2.h
Loading
Please register or sign in to comment