commit | 0d915a9aa4e1f9060dac2c32616a69b391292b84 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Tue Dec 03 14:20:49 2019 +0900 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 08 19:10:12 2019 +0800 |
tree | 9c9ef74e1d3c6219b85dab212825d80b9bffa464 | |
parent | d79ae6aa3087a6434b5ecdb51d20dca20c8e1596 [diff] |
x86: use data32 directive instead of macro for operand-size prefix This file defines 'a32' and 'o32' macros to avoid magic numbers of operand/address-size prefixing. GAS supports 'data32' and 'addr32' for that purpose. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>