]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/mn10300/mn10300.c
* config/mn10300/mn10300.c (REG_SAVE_BYTES): Delete.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2012 14:23:51 +0000 (14:23 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2012 14:23:51 +0000 (14:23 +0000)
commitd876ba6e4758bf7529cefae646977610e56a2a1c
tree926ec22e906c5b74ad2932f58ac01b54f9967243
parentc72f63ac2c01f0ab873f7a169ed0dc989fea05db
* config/mn10300/mn10300.c (REG_SAVE_BYTES): Delete.
(mn10300_get_live_callee_saved_regs): If requested return a count
of the number of bytes in the mask.
(mn10300_expand_prologue): Add argument to invocation of
mn10300_get_live_callee_regs.
(mn10300_expand_epilogue): Compute reg_save_bytes by calling
mn10300_get_live_callee_saved_regs.
(mn10300_initial_offset): Likewise.
* config/mn10300/mn10300-protos.h (mn10300_get_live_callee_saved_regs):
Update prototype.
* config/mn10300/mn10300.md (return_ret): Add argument to
invocation of mn10300_get_live_callee_saved_regs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189892 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mn10300/mn10300-protos.h
gcc/config/mn10300/mn10300.c
gcc/config/mn10300/mn10300.md