]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
* config/tc-arm.c (it_fsm_post_encode): New forward declaration.
authorNick Clifton <nickc@redhat.com>
Thu, 9 Jul 2009 07:52:37 +0000 (07:52 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 9 Jul 2009 07:52:37 +0000 (07:52 +0000)
commitc921be7d91493b707293202625c4b8d77b0486c1
tree066d77b7459673024c734d522edc86514d457b86
parenta177aad3d79648d06b5624652ad267e010d2b389
    * 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]