opcodes: constify & scope microblaze opcodes
authorMike Frysinger <vapier@gentoo.org>
Sun, 27 Jun 2021 05:55:50 +0000 (01:55 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 1 Jul 2021 21:55:26 +0000 (17:55 -0400)
commit52b8387412e32380013a46dd00959e65ecef71fb
tree58c187ee90d65e0ab2b3e055dec6f02cca0ae114
parent6c2ede018c51895a3ce7902c86698b90a086e6e0
opcodes: constify & scope microblaze opcodes

This is exporting the variable "opcodes" as a large writable blob.
This is not a namespace friendly name, so add a "microblaze" prefix,
and then sprinkle const over its definition & use.
gas/ChangeLog
gas/config/tc-microblaze.c
opcodes/ChangeLog
opcodes/microblaze-dis.c
opcodes/microblaze-opc.h
This page took 0.025033 seconds and 4 git commands to generate.