]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Teach as(1) to handle the arm .arch_extension pseudo-op, which accepts
authorian <ian@FreeBSD.org>
Fri, 1 Aug 2014 20:30:24 +0000 (20:30 +0000)
committerian <ian@FreeBSD.org>
Fri, 1 Aug 2014 20:30:24 +0000 (20:30 +0000)
commit2c988eff340beb9a8fffd571b4e8810efbeb0e47
treeab8809cdae481df9d858551e4d873be2e78a97af
parentc93766f95592840a6dda993c17876289e1f3e20d
Teach as(1) to handle the arm .arch_extension pseudo-op, which accepts
the same values as the -march= command line option.  Add support for the
"sec" extension (security extensions).

We've been getting away without support for the sec extension because
it's bogusly enabled even on arches where its presence is optional.  This
support for .arch_extension is being added mainly so that we can use the
right directives in our source code, and that helps folks using external
toolchains (and will help us when we finally update our toolchain).
contrib/binutils/gas/config/tc-arm.c