[google/gcc-4_6] Fix to use correct form for DW_AT_low_pc in compile_unit DIE. (issue6298055)

2012-06-07 Thread Cary Coutant
This patch is for the google/gcc-4_6 branch. In porting the earlier patch to use constant forms for DW_AT_high_pc, the code in dwarf2out_finish was inadvertently changed to use an indirect form for DW_AT_low_pc in the main compile_unit DIE. This patch adds the force_direct parameter used in

Re: [google/gcc-4_6] Fix to use correct form for DW_AT_low_pc in compile_unit DIE. (issue6298055)

2012-06-07 Thread Sterling Augustine
On Wed, Jun 6, 2012 at 11:23 PM, Cary Coutant ccout...@google.com wrote: This patch is for the google/gcc-4_6 branch. In porting the earlier patch to use constant forms for DW_AT_high_pc, the code in dwarf2out_finish was inadvertently changed to use an indirect form for DW_AT_low_pc in the