]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/dwarf2asm.cc
dwarf2asm.c (mark_indirect_pool_entry, [...]): New.
authorJakub Jelinek <jakub@redhat.com>
Thu, 8 Nov 2001 11:33:32 +0000 (12:33 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 8 Nov 2001 11:33:32 +0000 (12:33 +0100)
commitd6d26764790b91dd6b9e1b43304ec13f5c95913a
treef8c40eb049844ec521555e262d8d9140abc0c07f
parentc71541c273a96d2fe39b3c3de3268c28b3c874a5
dwarf2asm.c (mark_indirect_pool_entry, [...]): New.

* dwarf2asm.c (mark_indirect_pool_entry, mark_indirect_pool): New.
(USE_LINKONCE_INDIRECT): Define.
(dw2_output_indirect_constant_1): Try to output indirect constants
into linkonce sections if possible.
(dw2_force_const_mem): Likewise.  Register indirect_pool with GGC.
(dw2_output_indirect_constants): Likewise.

From-SVN: r46843
gcc/ChangeLog
gcc/dwarf2asm.c