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]

Re: objdump -M for x86


On Wed, Nov 14, 2001 at 12:28:25AM -0500, Andrew Cagney wrote:
> > Applying to mainline.  Note to gdb people: Some backwards compatibility
> > stuff can be removed when i386-tdep.c and x86-64-tdep are updated to use
> > the new (old!) print_insn_i386.
> 
> Hmm, I was wondering what you were talking about until I found this:

Actually, I was meaning that you don't need to call print_insn_i386_att
or ..._intel;  Just call print_insn_i386 with info->mach set.

> (x86-64?)

Well, x86_64 follows the name used by -m

> Next problem ... If I understand things correctly, the set of possible 
> options, for a given ISA family, is finite.  Could that finite list be 
> made available via a published interface?

Yes, good idea.  Something like:

  const char **opcodes_disasm_options (enum bfd_architecture arch)

returning a malloc'd list of strings for the given arch?

Alan


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