Remove marker 8-byte alignment
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 17 Feb 2011 20:19:06 +0000 (15:19 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 17 Feb 2011 20:19:06 +0000 (15:19 -0500)
The pointer array should not by 8-byte aligned, because it breaks 32-bit archs.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust/marker.h

index 9ffbb89e5a1befcfe2a7260e8c756c77a38a44e5..c565268dcf70e409402df3356b5ec63fa82b15ac 100644 (file)
@@ -126,7 +126,6 @@ struct marker {
                        ".previous\n\t"                                                         \
                        /*".section __markers_ptrs\n\t"*/ \
                        ".section __markers_ptrs,\"a\"\n\t"                                     \
-                       ".balign 8\n\t"                                                         \
                        _ASM_PTR "(2b)\n\t"                                                     \
                        ".previous\n\t"                                                         \
                        "1:\n\t"                                                                \
This page took 0.023532 seconds and 4 git commands to generate.