]> git.ipfire.org Git - thirdparty/gcc.git/commit
Emit DW_AT_ranges for inlined subroutines that contain disjoint blocks.
authorJames E Wilson <wilson@specifixinc.com>
Wed, 30 Mar 2005 23:08:17 +0000 (15:08 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 30 Mar 2005 23:08:17 +0000 (15:08 -0800)
commitfdfa76bdd915d0e9fa1ed725bc131562d7c263f9
treead30aafff27e9cd58bd621e891b17b3f9e33e6e2
parentcd9c7bd28b72dd5c5a97f40f2f690db21f80c8e2
Emit DW_AT_ranges for inlined subroutines that contain disjoint blocks.

PR debug/20268
* dwarf2out.c (add_high_low_attributes): New function, extracted from
gen_lexical_block_die.
(gen_lexical_block_die, gen_inlined_subroutine_die): Call it.

From-SVN: r97289
gcc/ChangeLog
gcc/dwarf2out.c