x86: simplify result processing of cpu_flags_match()
authorJan Beulich <jbeulich@novell.com>
Thu, 8 Mar 2018 07:48:10 +0000 (08:48 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 8 Mar 2018 07:48:10 +0000 (08:48 +0100)
commit548d0ee6e726c366fda3f37251f329ec51decc6d
tree3b8e59426f02dd6144f267eae167b145e8cc28b5
parent929f69fa966f9ed7a1a8cce19a168348295863c2
x86: simplify result processing of cpu_flags_match()

Make more obvious what the success and failure paths are, and in
particular that what used to be at the "skip" label can't be reached
by what used to be straight line code.
gas/ChangeLog
gas/config/tc-i386.c