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 5/7] STT_GNU_IFUNC symbols reader


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> Did you mean that GDB should make the hash size its maximum
Jan> possible one, by counting the STT_GNU_IFUNC symbols in that
Jan> objfile?

Nope, I was referring to allocating the hash on an obstack.

Jan> BTW the rehashing using non-deallocating hashtab_obstack_allocate
Jan> already commonly happens in current FSF GDB code.

Yeah, but I don't like that.  It isn't a big issue if you want to keep
it as-is.

Tom


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