This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

bfd_get_private_data?


BFD exports a "bfd_set_private_flags" method for accessing whatever
private flags field the back end wants to expose.  It's generally used
by the assembler.

But I notice that there is no "bfd_get_private_flags" method.  I've
recently come across a situation where that would be helpful, and I'd
like to try to implement it.  Would that be considered a good thing?


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