This is the mail archive of the binutils@sourceware.org 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]

Re: libopcodes insn_type


dyblast <dyblast@gmail.com> writes:

> During my work on this library i have notice that insn_type is set only
> on few arch (mips for exemple).
> Is it  intentional? Or there is another way to get it?
> If it is not, is there a easy way to implement it?

John Gilmore added insn_type for SPARC back in 1993.  There was never
any attempt to implement it for all architectures.  I'm not sure that
anything actually uses the information.  In any case, it's not
intentionally omitted, it was just never implemented.  It's not
particular difficult to implement for any given architecture, but it
can be tedious.

Ian


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