Re: [PATCH 2/2] recordmcount: Handle sections with no non-weak symbols
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2022-05-02 23:53:57
Also in:
lkml, llvm
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2022-05-02 23:53:57
Also in:
lkml, llvm
On Mon, 2 May 2022 14:44:56 +0000 Christophe Leroy [off-list ref] wrote:
If we do that after the linking, won't it be a nightmare with the trampolines installed by the linker when the destination is over the 24 bits limit ?
Not sure what you mean. The locations I'm talking about is the full address saved in the __mcount_loc table (data section). -- Steve