OSDN Git Service

* arm-dis.c: Split up the comments describing the format codes, so
authorzack <zack>
Tue, 7 Jun 2005 22:16:51 +0000 (22:16 +0000)
committerzack <zack>
Tue, 7 Jun 2005 22:16:51 +0000 (22:16 +0000)
commitc6ff034acfc564657dcdba75698907fa6a097c32
treeb5a0f857c62e38f0a2cf452ee360edfcf4b3ed0b
parentcbbd63b67849f52e58e5e5ee9f677856c0e0bed9
* 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