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] static_kind -> bit0, bit1 [Re: [gdb] Fortran dynamic arrays]


Hi,

you were probably describing it already in your mail but more simply:

SYMBOL_OPS can currently have only two values: dwarf2_loclist_funcs or
dwarf2_locexpr_funcs.  Which is moreover dependent on
ENUM_BITFIELD(address_class).  So the whole ops field has a useful size of
1 bit.  In fact 0 bits as there can be LOC_COMPUTED_LOCLIST and
LOC_COMPUTED_LOCEXPR instead of LOC_COMPUTED.

But I would prefer to keep this part as a different patch.


Thanks,
Jan


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