From 0280b27da65609735c1d868dd3541f1f2d6a21c1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 17 Feb 2011 15:19:06 -0500 Subject: [PATCH] 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 --- include/ust/marker.h | 1 - 1 file changed, 1 deletion(-) 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" \ -- 2.34.1