* config/tc-arm.c (it_fsm_post_encode): New forward declaration.
commit375ad0c718c2a9a33b8bb54644b94035608ea8c1
authorNick Clifton <nickc@redhat.com>
Thu, 9 Jul 2009 07:52:37 +0000 (9 07:52 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 9 Jul 2009 07:52:37 +0000 (9 07:52 +0000)
treed653e3fa9041e1bbd353b01f0ae4769a93e15866
parent5352cb182477f3c44d2ee7f7af8c9472c1e0841c
    * config/tc-arm.c (it_fsm_post_encode): New forward declaration.
        (set_it_insn_type_nonvoid): New macro.
        (emit_thumb32_expr): New function.
        (thumb_insn_size): New function.
        (emit_insn): New function.
        (s_arm_elf_inst): New function.
        (md_pseudo_table): New pseudo-opcode entries added.
        * doc/c-arm.texi: New directive added.

        * gas/arm/inst-po.d: New testcase.
        * gas/arm/inst-po.s: New file.
        * gas/arm/inst-po-2.d: New testcase.
        * gas/arm/inst-po-2.s: New file.
        * gas/arm/inst-po-2.l: New file.
        * gas/arm/inst-po-3.d: New testcase.
        * gas/arm/inst-po-3.s: New file.
        * gas/arm/inst-po-be.d: New testcase.
13 files changed:
gas/ChangeLog
gas/NEWS
gas/config/tc-arm.c
gas/doc/c-arm.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/inst-po-2.d [new file with mode: 0644]
gas/testsuite/gas/arm/inst-po-2.l [new file with mode: 0644]
gas/testsuite/gas/arm/inst-po-2.s [new file with mode: 0644]
gas/testsuite/gas/arm/inst-po-3.d [new file with mode: 0644]
gas/testsuite/gas/arm/inst-po-3.s [new file with mode: 0644]
gas/testsuite/gas/arm/inst-po-be.d [new file with mode: 0644]
gas/testsuite/gas/arm/inst-po.d [new file with mode: 0644]
gas/testsuite/gas/arm/inst-po.s [new file with mode: 0644]