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: [PATCH 3/4] aix: add support for dwarf2.


Tom> I don't like this approach, because it requires some non-obvious code
Tom> synchronization between this struct and dwarf2read.

No, I'm pretty wrong here.  Reordering the struct would indeed cause
problems, because all the fields have the same type -- but this is also
not a very likely transformation.  Adding or removing a field should be
ok, which is what matters.  I don't think this is such a big deal after
all.

Tom


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