This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC 0/8] Beginning to remove globals from parser-defs.h
- From: Tom Tromey <tromey at redhat dot com>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 16 Jan 2012 11:13:29 -0700
- Subject: Re: [RFC 0/8] Beginning to remove globals from parser-defs.h
- References: <m3k44s7qej.fsf@gmail.com>
>>>>> "Sergio" == Sergio Durigan Junior <sergiodj@redhat.com> writes:
Sergio> I have been working on this during my weekends, and I would like
Sergio> to know what you guys think about this set of patches.
I sent a comment on the c-exp.y patch, but really the same comment
applies to all of them.
Other than that, I think it is a good cleanup.
Sergio> There are still some (lots of?) other global variables there,
Sergio> which I didn't touch yet. Maybe some day I will have
Sergio> time/patience for that...
Yeah, it would be good if you could. Half-done transitions are sort of
a pain; gdb has plenty of these already.
Tom