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: [2/3] RFC: merge symbol "ops" and "aclass" fields


Tom> I never fully understood the plan to merge the "ops" and "aclass" fields
Tom> of struct symbol until I stumbled across PR 8421, which explains the
Tom> idea in a bit more detail than the FIXME comment in symtab.h.

Tom> This patch implements the idea outlined there.  We drop the "ops" field
Tom> entirely and replace "aclass" with "aclass_index" (the renaming makes it
Tom> obvious that there is a change).

Tom> Here is a version of this patch which incorporates Jan's various
Tom> changes.

I'm checking this in now.

I rebased and re-regtested it, this time on x86-64 Fedora 18.

Tom


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