commit | 19f2a6d8ad7589b1f16c3bdda07c0c272767f85c | [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 | 67a506f368ff70de17d27b3a6d7f83db8134a948 [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>