Re: [tip: objtool/urgent] objtool: Fix seg fault with Clang non-section symbols
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2021-02-15 14:54:14
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2021-02-15 14:54:14
Also in:
lkml
On Sun, 14 Feb 2021 09:51:47 -0600 Josh Poimboeuf [off-list ref] wrote:
Steve, looks like recordmcount avoids referencing weak symbols directly by their function symbol. Maybe it can just skip weak symbols which don't have a section symbol, since this seems like a rare scenario.
When does the .text.unlikely section disappear? During the creation of the object, or later in the linker stage? -- Steve