Fix undefined behavior in gas/contrib/tc-arm.c's rotate_left() macro, as
in https://svnweb.freebsd.org/base?view=revision&revision=274856
This fixes possible "invalid constant after fixup" errors from gas, when
it has been compiled with high levels of optimization.
PR: 197810
Approved by: maintainer (bapt)