Re: [Google 4.7] Fix static bit for C++ structs in gdb-index v7 (issue6506098)

2012-09-11 Thread Sterling Augustine
On Tue, Sep 11, 2012 at 5:13 PM, Cary Coutant wrote: >> The enclosed patch fixes yet another bug with the gdb-index v7 flag byte >> by reporting certain structs and types as static only for non-C++ and >> non-java. >> >> OK for Google 4.7? >> >> Sterling >> >> 2012-09-11 Sterling Augustine >> >

Re: [Google 4.7] Fix static bit for C++ structs in gdb-index v7 (issue6506098)

2012-09-11 Thread Cary Coutant
> The enclosed patch fixes yet another bug with the gdb-index v7 flag byte > by reporting certain structs and types as static only for non-C++ and > non-java. > > OK for Google 4.7? > > Sterling > > 2012-09-11 Sterling Augustine > > * dwarf2out.c (output_pubname): OK for google/gcc-4_7.

[Google 4.7] Fix static bit for C++ structs in gdb-index v7 (issue6506098)

2012-09-11 Thread Sterling Augustine
The enclosed patch fixes yet another bug with the gdb-index v7 flag byte by reporting certain structs and types as static only for non-C++ and non-java. OK for Google 4.7? Sterling 2012-09-11 Sterling Augustine * dwarf2out.c (output_pubname): Index: dwarf2out.c =