[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.
- [Bug gold/20523] New: powerpc64le kernel build with additional cross section references fails, npiggin at gmail dot com, 2016/08/26
- [Bug gold/20523] powerpc64le kernel build with additional cross section references fails, npiggin at gmail dot com, 2016/08/26
- [Bug gold/20523] powerpc64le kernel build with additional cross section references fails, amodra at gmail dot com, 2016/08/29
- [Bug gold/20523] powerpc64le kernel build with additional cross section references fails,
npiggin at gmail dot com <=
- [Bug gold/20523] powerpc64le kernel build with additional cross section references fails, amodra at gmail dot com, 2016/08/29
- [Bug gold/20523] powerpc64le kernel build with additional cross section references fails, cvs-commit at gcc dot gnu.org, 2016/08/30
- [Bug gold/20523] powerpc64le kernel build with additional cross section references fails, npiggin at gmail dot com, 2016/08/30