asm{a,b}: 16byte alignment reicht
authorBernhard Urban <lewurm@gmail.com>
Fri, 12 Mar 2010 18:48:05 +0000 (19:48 +0100)
committerBernhard Urban <lewurm@gmail.com>
Fri, 12 Mar 2010 18:48:05 +0000 (19:48 +0100)
asma/asma.s
asmb/asmb.s

index c4f46f8214221d4e4e42afcbae20f46943f10f4d..cb1e8bcf36317fda065159f731e50d9f0ef17882 100644 (file)
@@ -1,7 +1,7 @@
        .file   "asma.c"
 
-.section .rodata
-.align 128
+       .data
+       .align 16
 const65:
        .rept 16
        .byte 0x65
index b2cdf72382bf64a1c592d3e24fb09e1548838495..9f0e2e42ccb6b8ec82d54df4870e584a42fc07b1 100644 (file)
@@ -1,6 +1,6 @@
        .file   "asmb.c"
-.section .rodata
-.align 128
+       .data
+       .align 16
 const65:
        .rept 16
        .byte 0x65
@@ -13,7 +13,7 @@ constc0:
        .rept 16
        .byte 0xc0
        .endr
-.section .rodata
+
        .text
 .globl asmb
        .type   asmb, @function