This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [patch 2/2] iFort compat.: case insensitive symbols (PR 11313)


Tom> Actually I was specifically thinking of just the separate debuginfo
Tom> case.  In this case wouldn't the primary objfile always have the
Tom> minsyms?

Joel> What if the primary objfile was completely stripped, though?

We could easily check for that when we read the separate debuginfo.

Jan> Whether .symtab (=ELF symbols=minimal symbols) is present in the primary
Jan> objfile or the separate debug info objfile depends on this switch.

Jan> For almost all the Fedora packages .symtab is in the separate debug
Jan> info file.  glibc (not sure if anything else) has an exception it
Jan> has .symtab still in the primary binary file.  (I do not agree much
Jan> with such exception myself.)

I think both files have .dynsym though.  And AFAIK we end up with two
copies of these minsyms.  One or the other seems unneeded.

Tom


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