This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from 7feb001 PR testsuite/66734 * gcc.dg/lto/lto.exp: Initialize MPX. new b6f884d Support interrupt handlers with hard-float. new 70b5547 Support new interrupt handler options. new b1ec246 Fix restoration of hi/lo in MIPS64R2 interrupt handlers. new 22b4842 2015-07-15 Richard Biener rguenther@suse.de
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 44 +++ gcc/config/mips/mips.c | 298 +++++++++++++++++---- gcc/config/mips/mips.h | 5 + gcc/config/mips/mips.md | 10 +- gcc/doc/extend.texi | 22 +- gcc/testsuite/ChangeLog | 19 ++ .../gcc.target/mips/interrupt_handler-4.c | 31 +++ .../gcc.target/mips/interrupt_handler-5.c | 8 + gcc/testsuite/lib/objc-torture.exp | 4 +- 9 files changed, 373 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/gcc.target/mips/interrupt_handler-4.c create mode 100644 gcc/testsuite/gcc.target/mips/interrupt_handler-5.c