https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820

--- Comment #10 from Matthias Klose <doko at debian dot org> ---
that fixes it ...

--- libgo/runtime/go-context.S  (revision 279039)
+++ libgo/runtime/go-context.S  (working copy)
@@ -71,4 +71,8 @@

 #endif

+#if defined(__ARM_EABI__)
+       .section        .note.GNU-stack,"",%progbits
+#else
        .section        .note.GNU-stack,"",@progbits
+#endif

Reply via email to