[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86: rename HAVE_GAS_* to HAVE_AS_*
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.liu2@xxxxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |