add vulcan support to gas

Richard Earnshaw (lists) Richard.Earnshaw@arm.com
Thu Jul 7 10:23:00 GMT 2016


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.



More information about the Binutils mailing list