Re: [RFC 27/31] objtool: Fix weak symbol detection

From: Peter Zijlstra
Date: Tue Sep 03 2024 - 04:26:59 EST


On Mon, Sep 02, 2024 at 09:00:10PM -0700, Josh Poimboeuf wrote:
> @@ -433,9 +433,13 @@ static void elf_add_symbol(struct elf *elf, struct symbol *sym)
> /*
> * Don't store empty STT_NOTYPE symbols in the rbtree. They
> * can exist within a function, confusing the sorting.
> + *
> + * TODO: is this still true?

a2e38dffcd93 ("objtool: Don't add empty symbols to the rbtree")

I don't think that changed.