function.h (struct function): Rename calls_unwind_init to saves_all_registers.
authorRoman Zippel <zippel@linux-m68k.org>
Fri, 7 Sep 2007 16:46:23 +0000 (16:46 +0000)
committerRoman Zippel <zippel@gcc.gnu.org>
Fri, 7 Sep 2007 16:46:23 +0000 (16:46 +0000)
commit215161e20f2d87926fe0778cea032de8dee3c6bd
tree341f78f63c5c8a8cca70354c3fe2ccdc86964074
parent6ef9a246ce971efba493e86ffdba2b49f5045fb9
function.h (struct function): Rename calls_unwind_init to saves_all_registers.

* function.h (struct function): Rename calls_unwind_init
to saves_all_registers.
(current_function_saves_all_registers): Renamed from
current_function_calls_unwind_init.
* reload1.c (reload): Set current_function_saves_all_registers.
* except.c (expand_builtin_unwind_init): Likewise.
* config/m68k/m68k.c (m68k_save_reg): Use
current_function_saves_all_registers to save pic register.

From-SVN: r128248
gcc/ChangeLog
gcc/config/m68k/m68k.c
gcc/except.c
gcc/function.h
gcc/reload1.c