* sparc-opc.c (sparc_opcodes): Make array const.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 24 Jul 1997 22:21:05 +0000 (22:21 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 24 Jul 1997 22:21:05 +0000 (22:21 +0000)
commit8deb997b301cd57394b9bfedce59916049066dbe
tree585b37f5206e39fc14c0b44adde27201bf392708
parent280cdd548ecd833b3a10e45a8ebd07b89d9bdde8
* sparc-opc.c (sparc_opcodes): Make array const.
* sparc-dis.c (sorted_opcodes): New static local.
(struct opcode_hash): `opcode' is pointer to const element.
(build_hash): First arg is now table of sorted pointers.
(print_insn_sparc): Sort opcodes by sorting table of pointers.
(compare_opcodes): Update.
opcodes/ChangeLog