bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/20523] powerpc64le kernel build with additional cross section


From: npiggin at gmail dot com
Subject: [Bug gold/20523] powerpc64le kernel build with additional cross section references fails
Date: Mon, 29 Aug 2016 08:27:00 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]