dwarf2cfi: Allocate reg_saved_in_data in the heap.
commite53680b9cefa43dcaa508be4e7a6f73536c0490a
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Jul 2011 20:27:32 +0000 (23 20:27 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Jul 2011 20:27:32 +0000 (23 20:27 +0000)
tree45d307c66bacd0b702a1a606d3d555dd7553d5f3
parentc73aa5685668b3b1249aab2bca1d6b03b18a491f
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176703 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2cfi.c