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: [RFA 13/22] Remove unnecessary cleanup from stabsread.c


>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:

Tom> This removes an unnecessary cleanup from stabsread.c.  It's
Tom> unnecessary because nothing between the cleanup creation and use makes
Tom> a cleanup.

I think this turns out to be incorrect, because read_struct_type calls
some functions that leave dangling cleanups.  So, I'm dropping this
patch from the series.

Tom


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