* arm-dis.c: Split up the comments describing the format codes, so
authorZack Weinberg <zackw@panix.com>
Tue, 7 Jun 2005 22:16:52 +0000 (22:16 +0000)
committerZack Weinberg <zackw@panix.com>
Tue, 7 Jun 2005 22:16:52 +0000 (22:16 +0000)
commit4a5329c63abbeb362968edcc3cb6df0ca754e1ee
tree4b74032d5703b392b5f92f1568b473a89659e750
parent1ae72221f94f4d5938cf529bb439413ffb6a5ade
* arm-dis.c: Split up the comments describing the format codes, so
that the ARM and 16-bit Thumb opcode tables each have comments
preceding them that describe all the codes, and only the codes,
valid in those tables.  (32-bit Thumb table is already like this.)
Reorder the lists in all three comments to match the order in
which the codes are implemented.
Remove all forward declarations of static functions.  Convert all
function definitions to ISO C format.
(print_insn_arm, print_insn_thumb16, print_insn_thumb32):
Return nothing.
(print_insn_thumb16): Remove unused case 'I'.
(print_insn): Update for changed calling convention of subroutines.
opcodes/ChangeLog
opcodes/arm-dis.c
This page took 0.116711 seconds and 4 git commands to generate.