[Bug 1180610] perf does not load symbols from libantlr4
http://bugzilla.opensuse.org/show_bug.cgi?id=1180610 http://bugzilla.opensuse.org/show_bug.cgi?id=1180610#c10 --- Comment #10 from Richard Biener <rguenther@suse.com> --- So to clarify - when strip strips a section from ELF it also needs to remove any symbols pointing to it since else they might end up pointing into wrong sections or to sections that do not exist (out of bound section index) or to places outside of the (invalid) section. eu_strip gets this "right" (with limited testing of a simple exec compiled with -flto and stripped with eu-strip --strip-debug), strip --strip-debug as well (binutils 2.35.1). So sth is bogus in the course of events performing the stripping? -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com