Fix tic54x testsuite failures and Lmem disassembly bugs.
[external/binutils.git] / gas / testsuite / gas / tic54x / align.s
index fea8fa6..16a777c 100644 (file)
@@ -1,6 +1,10 @@
 * alignment directives
 * .even == .align 1, .even 2 == longword boundary
 * .align [size]  ; size is number of words (value must be a power of 2)
+* NOTE: .even is broken on TI tools, so theirs won't align .data
+* NOTE: TI defaults text section to DATA until opcodes are seen
+* NOTE: GAS will fill a section to its alignment; it should probably not 
+* in this case.
        .global even, align2, align8, align128
        .field  2, 3
        .field  11, 8
@@ -15,6 +19,7 @@ align8        .word   8
        .align
 align128 .byte 4
        .word   0,1,2,3,4,5,6,7
+* TI .text section total size is 0x89 words; GAS fills to 0xc0
        .data
        .field  2, 3
        .field  11, 8