x86: integrate rc_op into struct _i386_insn
authorJan Beulich <jbeulich@suse.com>
Tue, 30 Mar 2021 12:06:37 +0000 (14:06 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 30 Mar 2021 12:06:37 +0000 (14:06 +0200)
commitca5312a2416f065517c354cb6a9cc2616174761b
treea0427a1ffe474a87db92f432fc85f142e921eb90
parent5273a3cd48b4c1c9fbf8c3ba0157394b2045e63f
x86: integrate rc_op into struct _i386_insn

There's no need for the extra level of indirection and the extra storage
needed for the pointer, pointing from one piece of static data to
another. Key checking of rounding being in effect off of the type field
of the structure instead.
gas/ChangeLog
gas/config/tc-i386.c
This page took 0.028052 seconds and 4 git commands to generate.