Re: [Dwarf Patch] Generate -ggnu-pubnames

2013-10-22 Thread Sterling Augustine
On Tue, Oct 22, 2013 at 12:05 PM, Sterling Augustine wrote: > On Thu, Oct 17, 2013 at 12:09 PM, Sterling Augustine > wrote: >> The enclosed patch (which depends on >> http://gcc.gnu.org/ml/gcc-patches/2013-10/msg01395.html), ports the >> new -ggnu-pubnames option from google 4.8 to trunk. >> >> -

Re: [Dwarf Patch] Generate -ggnu-pubnames

2013-10-22 Thread Sterling Augustine
On Thu, Oct 17, 2013 at 12:09 PM, Sterling Augustine wrote: > The enclosed patch (which depends on > http://gcc.gnu.org/ml/gcc-patches/2013-10/msg01395.html), ports the > new -ggnu-pubnames option from google 4.8 to trunk. > > -gnu-pubnames enable the gold linker to to generate a better > .gdb_ind

[Dwarf Patch] Generate -ggnu-pubnames

2013-10-17 Thread Sterling Augustine
The enclosed patch (which depends on http://gcc.gnu.org/ml/gcc-patches/2013-10/msg01395.html), ports the new -ggnu-pubnames option from google 4.8 to trunk. -gnu-pubnames enable the gold linker to to generate a better .gdb_index section by including various bits of data about the symbol. OK for t