* config/tc-arm.h (MAX_MEM_ALIGNMENT_BYTES): Define.
commit3b2130380761609ddf2b377284fbcc5d33b5b668
authorNick Clifton <nickc@redhat.com>
Tue, 14 Jul 2009 15:47:13 +0000 (14 15:47 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 14 Jul 2009 15:47:13 +0000 (14 15:47 +0000)
treebe149d947878e0e94f327deeaa350a03361ce678
parentd2e280bdac7156edefa3ca6384dc24b8aeb54214
    * config/tc-arm.h (MAX_MEM_ALIGNMENT_BYTES): Define.
        (MAX_MEM_FOR_RS_ALIGN_CODE): Define in terms of
        MAX_MEM_ALIGNMENT_BYTES.
        * config/tc-arm.c (arm_frag_align_code): Replace hard coded
        constant with MAX_MEM_FOR_RS_ALIGN_CODE.

        * gas/arm/align64.s: New test case.
        * gas/arm/align64.d: Expected disassembly.
gas/ChangeLog
gas/config/tc-arm.h
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/align64.d [new file with mode: 0644]
gas/testsuite/gas/arm/align64.s [new file with mode: 0644]