Makefile.in (reg-stack.o): Don't depend on gt-reg-stack.h.
authorKazu Hirata <kazu@codesourcery.com>
Tue, 14 Mar 2006 18:11:11 +0000 (18:11 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 14 Mar 2006 18:11:11 +0000 (18:11 +0000)
commite4881f234282275033295e6ed76be02c5f42bbc3
treeba26be5febaa75b9f0f98497149c7028e94907e3
parent69d1a403420aea41cd6ce81087e1e388c571118e
Makefile.in (reg-stack.o): Don't depend on gt-reg-stack.h.

* Makefile.in (reg-stack.o): Don't depend on gt-reg-stack.h.
* reg-stack.c (stack_regs_mentioned_data): Change the type to
VEC(char,heap) *.
(stack_regs_mentioned): Update the uses of
stack_regs_mentioned_data.  Don't access the array beyond its
end.
(reg_to_stack): Update the uses of stack_regs_mentioned_data.
Don't include gt-reg-stack.h.

From-SVN: r112060
gcc/ChangeLog
gcc/Makefile.in
gcc/reg-stack.c