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]

[patch] Defer symbol addition until construction is complete


In new_symbol adding the symbol to the pending symbol list is performed at various times and it is added to various lists making uniform treatment of of symbols at addition point difficult. This patch unifies the addition point and defers it to the end of construction.

Tested by running the testsuit on Fedora 13 with gcc 4.4.4 on x8664.



Attachment: defer_symbol_addtion.patch
Description: Text document


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