x86: drop sentinel from i386_optab[]
authorJan Beulich <jbeulich@suse.com>
Mon, 12 Dec 2022 07:49:00 +0000 (08:49 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 12 Dec 2022 07:49:00 +0000 (08:49 +0100)
commitdaf15e3e96bf99ec5d3d8a610c3cf44bcc5b1cf1
tree08118ddc3d9eef95a693865c2203e153a34d87fa
parent313095ba2d898d46b768ddc804707b17212567ee
x86: drop sentinel from i386_optab[]

Now that the table is local to gas, ARRAY_SIZE() can be used to
determine the end of the table. Re-arrange the processing loop in
md_begin() accordingly, at the same time folding the two calls to
notes_alloc() into just one.
gas/config/tc-i386.c
opcodes/i386-gen.c
opcodes/i386-tbl.h