On 02/03/18 16:46, Wei Liu wrote:
> Xen also uses clang's assembler when it is possible. Change the macro
> names to not be GAS specific.
>
> Patch produced with:
>
> $ for f in `git grep HAVE_GAS_ | cut -d':' -f1`; \
>     do sed -i 's/HAVE_GAS_/HAVE_AS_/g' $f; done

andrewcoop@andrewcoop:/local/xen.git/xen$ git help refactor
`git refactor' is aliased to `!sh -c 'git grep -l "$1" -- $GIT_PREFIX |
xargs sed "s|$1|$2|g" -i' -'

One of my most useful git aliases :)

>
> Signed-off-by: Wei Liu <wei.l...@citrix.com>

Acked-by: Andrew Cooper <andrew.coop...@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to