]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
opcodes/x86: make i386_mnem[] static
authorJan Beulich <jbeulich@suse.com>
Fri, 1 Aug 2025 07:18:31 +0000 (09:18 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 1 Aug 2025 07:18:31 +0000 (09:18 +0200)
commit711667472193c31b67eb3c190d7c91f660ac4bb0
tree78227121d09ec9343aad0842bdc138b01b4c1806
parentf67b2bc9d9e0e7ef2ad4bc2f05da940556ebb451
opcodes/x86: make i386_mnem[] static

With the tables no longer being part of libopcodes (but rather being
compiled directly into gas), this table doesn't need exposing anymore.
The declaration cannot be avoided, though, as the first use of the
array sits ahead of its definition (in i386-tbl.h).
opcodes/i386-gen.c
opcodes/i386-mnem.h
opcodes/i386-tbl.h