From: Mathieu Desnoyers Date: Thu, 17 Feb 2011 20:19:06 +0000 (-0500) Subject: Remove marker 8-byte alignment X-Git-Tag: v0.12~51 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=0280b27da65609735c1d868dd3541f1f2d6a21c1 Remove marker 8-byte alignment The pointer array should not by 8-byte aligned, because it breaks 32-bit archs. Signed-off-by: Mathieu Desnoyers --- diff --git a/include/ust/marker.h b/include/ust/marker.h index 9ffbb89..c565268 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -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" \