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]

[RFA] Pre-expand psymtabs for STATIC_BLOCK types


Hi,

In basic_lookup_transparent_type, we call the pre-expand psymtabs hook for the GLOBAL_BLOCK but not for the STATIC_BLOCK. I believe this was a simple omission (as opposed to intentional).

Ok?

Keith

ChangeLog
 2010-07-22  Keith Seitz  <keiths@redhat.com>

	* symtab.c (basic_lookup_transparent_type): Call pre-expand
	hook for STATIC_BLOCK types, too.

Attachment: pre-expand-static.patch
Description: Text document


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