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 > > sprintf (loclabel, "%s-1", last_label); > ... > > What is last_label-1 supposed to point to? > > Thanks for your help. > > Hari > > Hari, Does the binutils on pico understand dwarf3/dwarf4? We ran into breakage of the bootstrap on darwin...
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41405 due to r151815 which was based on the assumption that all of the targets could handle dwarf3/dwarf4 instructions. If not, a proposed patch for a -gstrict-dwarf option is being worked on there. Jack