Re: [PATCH 2/2] recordmcount: Handle sections with no non-weak symbols

From: Steven Rostedt
Date: Mon May 02 2022 - 19:53:57 EST


On Mon, 2 May 2022 14:44:56 +0000
Christophe Leroy <christophe.leroy@xxxxxxxxxx> 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