OSDN Git Service

* config/tc-arm.h (MAX_MEM_ALIGNMENT_BYTES): Define.
authornickc <nickc>
Tue, 14 Jul 2009 15:47:12 +0000 (15:47 +0000)
committernickc <nickc>
Tue, 14 Jul 2009 15:47:12 +0000 (15:47 +0000)
commit6b8b9edad655142b67939aa55101e7abcc3a9e35
tree289d0190ce148a942856350d91dedde038d8e14a
parent970ff7545efc8799d82c4dcfeb10d42a682ea175
    * 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]