Fix tic54x testsuite failures and Lmem disassembly bugs.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic54x / align.s
index fea8fa6952179ba3af6bdb163e11ff2d79bd9058..16a777cc10a587e33eef005c21f16f02c3216d4e 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
This page took 0.024521 seconds and 4 git commands to generate.