x86: rename HAVE_GAS_* to HAVE_AS_*
authorWei Liu <wei.liu2@citrix.com>
Fri, 2 Mar 2018 16:46:25 +0000 (16:46 +0000)
committerWei Liu <wei.liu2@citrix.com>
Fri, 2 Mar 2018 17:11:35 +0000 (17:11 +0000)
commit5cfbd651da3c30a5137488b06e39803cbaacc2b0
treea3d01befbe1b1cdc749a0e6372f87282bd568012
parent63dc135aeaf905d1ac3d8e82b88ca29420783f13
x86: rename HAVE_GAS_* to HAVE_AS_*

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.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/Rules.mk
xen/arch/x86/x86_emulate/x86_emulate.c
xen/include/asm-x86/asm_defns.h
xen/include/asm-x86/hvm/vmx/vmx.h
xen/include/asm-x86/msr.h