]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
x86: Rename match_reg_size to match_operand_size
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 20 Jul 2018 19:47:25 +0000 (12:47 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 20 Jul 2018 19:55:14 +0000 (12:55 -0700)
commit7a54636a02e089436f69446a631451593ffeca30
tree064eba06036d7c4ab03e5df4aaad47d6306327f1
parentd5f4da5e334dc4d87d7751a816c15d2bf4db3d43
x86: Rename match_reg_size to match_operand_size

match_reg_size checks size for both memory and register operands.  This
patch renamed match_reg_size to match_operand_size and updated comments
for

commit 3ac21baa8498d3aa9951f79e2c3336d532eeff7b
Author: Jan Beulich <jbeulich@novell.com>
Date:   Mon Jul 16 08:19:21 2018 +0200

    x86: fix operand size checking

which added one argument to match_reg_size, match_simd_size and
match_mem_size.

* config/tc-i386.c (match_reg_size): Renamed to ...
(match_operand_size): This.  Update comments.
(match_simd_size): Update comments.  Replace match_reg_size
with match_operand_size.
(match_mem_size): Likewise.
(operand_size_match): Replace match_reg_size with
match_operand_size.
gas/ChangeLog
gas/config/tc-i386.c