Markers: make __ust_marker_ptrs PIC
[ust.git] / include / ust / marker.h
index 4850417946f38fa07ad86433c2329253ba5f7162..1a3d74e9a8ac20e6c03a6b91cff70e0014c9fd48 100644 (file)
@@ -124,7 +124,7 @@ struct ust_marker {
                        _ASM_PTR "(1f)\n\t" /* location */                                              \
                        ".previous\n\t"                                                         \
                        /*".section __ust_marker_ptrs\n\t"*/ \
-                       ".section __ust_marker_ptrs,\"a\"\n\t"                                  \
+                       ".section __ust_marker_ptrs,\"aw\"\n\t"                                 \
                        _ASM_PTR "(2b)\n\t"                                                     \
                        ".previous\n\t"                                                         \
                        "1:\n\t"                                                                \
This page took 0.022809 seconds and 4 git commands to generate.