[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/17731] ld: internal error in set_section_addresses, at script-
From: |
markus at trippelsdorf dot de |
Subject: |
[Bug gold/17731] ld: internal error in set_section_addresses, at script-sections.cc:2491 |
Date: |
Mon, 19 Jan 2015 14:52:51 +0000 |
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.