* 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)
* 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

index 2f51376..facf169 100644 (file)
@@ -1,6 +1,12 @@
 Thu Jul 24 13:03:26 1997  Doug Evans  <dje@canuck.cygnus.com>
 
        * sparc-opc.c (sparc_opcodes): Fix spelling on fpaddX, fpsubX insns.
+       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.
 
 Tue Jul 15 12:05:23 1997  Doug Evans  <dje@canuck.cygnus.com>