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] buildsym.c cleanup


>>>>> "Doug" == Doug Evans <dje@google.com> writes:

Doug> Regression tested on amd64-linux, and a second time with -gstabs.
Doug> I didn't check coff though, however the change is mechanical.

Doug> Can someone test this on coff, or is this ok to check in now?

I think the subfile_stack and macro-related bits are ok.

I have no idea about the COFF change.  It isn't clear to me whether
coffread and stabsread expect to share the same globals or not.

Doug> [I think there's more that can be done here,
Doug> but I think this can go in now.]

Yeah, there is really no good reason for this module to have any globals
at all.  Unfortunately, untangling it all always seemed to be a pain.

Tom


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