>>> On 02.03.18 at 17:46, <wei.l...@citrix.com> 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
> 
> Signed-off-by: Wei Liu <wei.l...@citrix.com>

Acked-by: Jan Beulich <jbeul...@suse.com>



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

Reply via email to