This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] gcj PR debug/40990


Hello Andrew,

Le 10/08/2009 11:56, Andrew Haley a écrit :

> Mmm, looks OK, but can you tell me what actual effect this has on
> debuginfo?

lang_printable_name is the function that eventually gets called by the
dwarf emitter when it wants to print a decl name into, say, the
.debug_pubnames section.

As implied in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40990 , that
function was spitting the name of the function but also the parameters etc.
Whereas only the name was expected.

So the patch makes the .debug_pubnames section contain only the function
name. Not the parameter names.

But Tom noticed offline that the patch also prevents the function to output
qualified decl names. That's a problem. I'll come up with a better patch then.

Sorry for the noise.

-- 
Dodji Seketeli
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]