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: add vulcan support to gas


On 13/06/16 14:20, Nick Clifton wrote:
> Yes.  Assembly level programmers may wish to generate their own gas command 
> lines.  Plus it is entirely possible that one day gcc might pass the -mcpu
> option on to gas.
> 

Unlikely.  It would put too onerous a restriction on having the latest
version of GAS installed.  If the compiler needs to support a new
instruction, then obviously GAS has to know how to handle it, but GAS
shouldn't have to know about every CPU that's available for each
architecture in order for the compiler to support them.

That doesn't mean that GAS can't recognize CPU names, just that the
compiler should avoid such a feature.

R.


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