Since the word to byte register conversion isn't active for x86-64
authorJan Beulich <jbeulich@novell.com>
Tue, 31 Jul 2012 07:43:38 +0000 (07:43 +0000)
committerJan Beulich <jbeulich@novell.com>
Tue, 31 Jul 2012 07:43:38 +0000 (07:43 +0000)
commit5a819eb989d050f32a06af6c40e9b5eef4becabb
treedc01f2991e884b2d3091e68e7813e1e4dfeb9e96
parent5614d22c1d90a99acb57d6bcf74fdc32e2723bc5
Since the word to byte register conversion isn't active for x86-64
anyway, there's also no need to issue a separate, inconsistent
diagnostic in some of the cases - non-matching operands will be
complained about anyway.

2012-07-31  Jan Beulich <jbeulich@suse.com>

* config/tc-i386.c (check_byte_reg): Check for I/O port
register earlier, and just once. Drop diagnostic that got
issued only for some registers.
gas/ChangeLog
gas/config/tc-i386.c