-
- Downloads
i386.c (general_no_elim_operand): Disallow virtual regs.
* config/i386/i386.c (general_no_elim_operand): Disallow virtual regs. (ix86_save_reg): If maybe_eh_return, true for EH_RETURN_DATA_REGNOs. True for pic register if current_function_calls_eh_return. (ix86_expand_epilogue): Change "emit_return" argument into "style". Handle eh_return requirements. * config/i386/i386.h (EH_RETURN_DATA_REGNO): New. (EH_RETURN_STACKADJ_RTX): New. * config/i386/i386.md (exception_receiver): Remove. (eh_return, eh_return_1): New. * config/i386/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New. From-SVN: r40926
Showing
- gcc/ChangeLog 19 additions, 8 deletionsgcc/ChangeLog
- gcc/config/i386/i386.c 80 additions, 27 deletionsgcc/config/i386/i386.c
- gcc/config/i386/i386.h 8 additions, 4 deletionsgcc/config/i386/i386.h
- gcc/config/i386/i386.md 30 additions, 9 deletionsgcc/config/i386/i386.md
- gcc/config/i386/linux.h 62 additions, 0 deletionsgcc/config/i386/linux.h
Loading
Please register or sign in to comment