[Dwarf Patch] Improve pubnames and pubtypes generation. (issue6197069)

2012-06-14 Thread Sterling Augustine
This is a revised edition of the fix pubnames patch discussed earlier; it addresses all the earlier comments made. This edition of the patch has three changes from the earlier one: 1. Fix a typo (anoymous -> anonymous). 2. Move enumerator names to pubnames from pubtypes. 3. Switch to using the co

Re: [Dwarf Patch] Improve pubnames and pubtypes generation. (issue6197069)

2012-05-17 Thread Sterling Augustine
On Thu, May 10, 2012 at 9:08 AM, Sterling Augustine wrote: > The enclosed patch fixes many issues with pubnames and pubtypes. It generates > them for many more variables and with mostly correct and canonical dwarf > names. > > This patch should not affect any target that does not use pubnames. >

[Dwarf Patch] Improve pubnames and pubtypes generation. (issue6197069)

2012-05-10 Thread Sterling Augustine
The enclosed patch fixes many issues with pubnames and pubtypes. It generates them for many more variables and with mostly correct and canonical dwarf names. This patch should not affect any target that does not use pubnames. The exceptions to the canonical names are addressed in a separate patch