OSDN Git Service

* 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)
commit7d571cab4cab93930d537644e0197f6c1bd53cea
treed22409c14548a1af7e927d264fb956fb56962d2a
parent3ec1c3454d7fc2b3ef3fc029e709e87efe6fd38c
* 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