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

--- Comment #5 from Markus Trippelsdorf <markus at trippelsdorf dot de> ---
Indeed with the following kernel patch "fixes" the issue for me:

diff --git a/include/asm-generic/vmlinux.lds.h
b/include/asm-generic/vmlinux.lds.h
index bee5d683074d..68b80c7e9527 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -569,7 +569,6 @@
                                .gnu.linkonce.wi.*) }                   \
                .debug_abbrev   0 : { *(.debug_abbrev) }                \
                .debug_line     0 : { *(.debug_line) }                  \
-               .debug_frame    0 : { *(.debug_frame) }                 \
                .debug_str      0 : { *(.debug_str) }                   \
                .debug_loc      0 : { *(.debug_loc) }                   \
                .debug_macinfo  0 : { *(.debug_macinfo) }               \

-- 
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