]> git.ipfire.org Git - thirdparty/gcc.git/commit
dwarf2cfi: Allocate reg_saved_in_data in the heap.
authorRichard Henderson <rth@redhat.com>
Sat, 23 Jul 2011 20:27:32 +0000 (13:27 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 23 Jul 2011 20:27:32 +0000 (13:27 -0700)
commit6ffc63e112d416582184b8e65db22feb320ae24a
tree45d307c66bacd0b702a1a606d3d555dd7553d5f3
parent999646c1ee2b7e11c5beb86109fe660ca4d4235f
dwarf2cfi: Allocate reg_saved_in_data in the heap.

        * dwarf2cfi.c (regs_saved_in_regs): Allocate from heap, not gc.
        Update all users to match.
        (execute_dwarf2_frame): Free reg_saved_in_data.

From-SVN: r176703
gcc/ChangeLog
gcc/dwarf2cfi.c