* emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
commit64402fe6e76013b08cb316782ef9131547be087f
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Feb 2003 05:42:30 +0000 (14 05:42 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Feb 2003 05:42:30 +0000 (14 05:42 +0000)
tree4b9df061474023e56306cab98f5146192dd5654b
parentf281c5b8b1d4d90ea83df0f8fe3aa79883a37e10
* emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
* function.h (struct emit_status): Length of regno_pointer_align
and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
not regno_pointer_align_length (i.e. length actually used, not
length as allocated)

* config/i386/i386.c (struct stack_local_entry): New.
(struct machine_function): Replace huge array with alist.
(assign_386_stack_local): Change to match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62891 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/emit-rtl.c
gcc/function.h