https://sourceware.org/bugzilla/show_bug.cgi?id=20523

--- Comment #3 from npiggin at gmail dot com ---
Apologies, it needs this hunk as well.

diff --git a/arch/powerpc/include/asm/feature-fixups.h
b/arch/powerpc/include/asm/feature-fixups.h
index 9a67a38..f7796b3 100644
--- a/arch/powerpc/include/asm/feature-fixups.h
+++ b/arch/powerpc/include/asm/feature-fixups.h
@@ -33,7 +33,7 @@

 #define FTR_SECTION_ELSE_NESTED(label)                 \
 label##2:                                              \
-       .pushsection __ftr_alt_##label,"a";             \
+       .pushsection __ftr_alt_##label,"ax";            \
        .align 2;                                       \
 label##3:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to