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] Reset 'using_directives' after block initialization


>>>>> "Sami" == Sami Wagiaalla <swagiaal@redhat.com> writes:

Sami> The global pointer using_directives is used to temporarily store the
Sami> using_direct linked list until it is used to set the current blocks
Sami> using directives. The pointer must be reset to NULL every time after
Sami> block initialization. This patch fixes that.

Sami> 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
Sami> 	* buildsym.c (finish_block): Reset using_directives pointer
Sami> 	after block initialization.

Ok.

Tom


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