]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rx/rx.c
* config/rx/rx.c (rx_conditional_register_usage): Do not warn if
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Dec 2009 10:59:04 +0000 (10:59 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Dec 2009 10:59:04 +0000 (10:59 +0000)
commite4d9e8e56c07a324f92dadc8f3c63cc2339a35bd
tree031d1485543d358195439ebebb1a4d656c2c5108
parent16af4227017daecd36d45fa6adb2e39f35cdd41f
    * config/rx/rx.c (rx_conditional_register_usage): Do not warn if
        no fixed registers are available for interrupt handlers.  Do not
        fix normal registers.
        (MUST_SAVE_ACC_REGISTER): New macro.
        (rx_get_stack_layout): Create a stack frame for fast interrupt
        handlers, if necessary.  Push extra registers if needed in order
        to save the accumulator.
        (rx_expand_prologue): Create a stack frame for fast interrupt
        handlers, if necessary.
        (rx_expand_builtin_mvfc): Handle the case where there is no
        target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154903 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rx/rx.c