https://sourceware.org/bugzilla/show_bug.cgi?id=34097
--- Comment #6 from Mark Wielaard <mark at klomp dot org> --- The issue is the use of --strip-all combined with --reloc-debug-sections --strip-all is a (hidden) option that is ignored for compatibility. (It is as if -g -d or -S [--strip-debug] isn't given.) It will remove all symbols, so the .symtab is no more and NOBITS when we reloc_debug_sections... Maybe we just have to move the passes around? -- You are receiving this mail because: You are on the CC list for the bug.
