This is the mail archive of the gdb@sources.redhat.com 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: ARI `asection' and `sec_ptr'


Daniel Jacobowitz <drow at mvista dot com> writes:

> Thanks, that was what I was looking for.  I still prefer asection,
> since it's the interface that binutils uses in exported interfaces, but
> I don't have a strong preference.

I really agree with Daniel here in that I think we should use the
types used in the interface definitions as much as possible.  For
stuff internal to GDB we whould of course prefer `struct *foo' over
using a typedf `foo_ptr'.

Mark


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