From 578db09b668843aeb347f8ff34be2af06992ee4c Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 23 Nov 1998 01:57:38 -0700 Subject: [PATCH] local-alloc.c (local_alloc): Use malloc not alloca for reg_qty, reg_offset, ref_next_in_qty. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * local-alloc.c (local_alloc): Use malloc not alloca for reg_qty, reg_offset, ref_next_in_qty. From-SVN: r23782 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 89127e96afe..c5635ed6724 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 23 09:53:44 1998 Richard Henderson + + * local-alloc.c (local_alloc): Use malloc not alloca for + reg_qty, reg_offset, ref_next_in_qty. + Mon Nov 23 16:46:46 1998 J"orn Rennecke Add SH4 support: