This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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: [0/5] handle multiple .debug_types sections


>>>>> "Roland" == Roland McGrath <roland@hack.frob.com> writes:

Roland> Can you start with some background on why the sections aren't
Roland> joined at link time?

Sure, sorry.

There may not be a link time -- you can "pahole something.o".  If the .o
was made with -fdebug-types-section, then it may have multiple such
sections.  This is just a consequence of the use of different comdat
sections for each type unit.

Patch #5 adds a test case along these lines.

Tom

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