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: [PATCH] MIPS32 DSP instructions again


> Maybe I'm missing something... but debugger and disassembler have
> information about the architecture set when the binary was compiled,
> and do use that to disassemble.  You can override that with "set
> architecture mips:foo" or "-mmips:foo" respectively, but it's
> definitely passed, and it makes sense to do that.

In this case different ASEs like mips16, or mdmx, or ... instead of chip
architecture. Basically allow the loader to decide whether or not an app
is ok for the platform based on the ASEs the chip supports. I.e.
something could be compiled for mips32 but supporting mips16 and mdmx,
vs. for a particular cpu that has support for those.

-eric


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