Re: [VTA merge] Some dwarf problems

2009-09-21 Thread Hariharan
Thanks for the pointer, Jakub. Cheers Hari Jakub Jelinek wrote: On Mon, Sep 21, 2009 at 05:04:27PM +0100, Hariharan wrote: Hi Alexandre, I was having some trouble with dwarf sections in picochip port. I am not a dwarf expert, but when i looked at the changes in r151312, file dwarf2out.c

Re: [VTA merge] Some dwarf problems

2009-09-21 Thread Jakub Jelinek
On Mon, Sep 21, 2009 at 05:04:27PM +0100, Hariharan wrote: > Hi Alexandre, > I was having some trouble with dwarf sections in picochip port. I am not > a dwarf expert, but when i looked at the changes in r151312, file > dwarf2out.c, function dwarf2out_var_location on line 17965, we have > >

Re: [VTA merge] Some dwarf problems

2009-09-21 Thread Jack Howarth
On Mon, Sep 21, 2009 at 05:04:27PM +0100, Hariharan wrote: > Hi Alexandre, > I was having some trouble with dwarf sections in picochip port. I am not > a dwarf expert, but when i loo...@the changes in r151312, file > dwarf2out.c, function dwarf2out_var_location on line 17965, we have > >

[VTA merge] Some dwarf problems

2009-09-21 Thread Hariharan
Hi Alexandre, I was having some trouble with dwarf sections in picochip port. I am not a dwarf expert, but when i looked at the changes in r151312, file dwarf2out.c, function dwarf2out_var_location on line 17965, we have sprintf (loclabel, "%s-1", last_label); ... What is la