]> www.infradead.org Git - users/jedix/linux-maple.git/commit
objtool: Fix up some outdated references to ENTRY/ENDPROC
authorJosh Poimboeuf <jpoimboe@kernel.org>
Mon, 24 Mar 2025 21:56:01 +0000 (14:56 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 25 Mar 2025 08:20:27 +0000 (09:20 +0100)
commit24fe172b50b5749c315349e740e4a09e3a0165d5
treee66fb65c7ba183cc202db3d637ad1319d4e0d5e7
parentd39f82a058c0269392a797cb04f2a6064e5dcab6
objtool: Fix up some outdated references to ENTRY/ENDPROC

ENTRY and ENDPROC were deprecated years ago and replaced with
SYM_FUNC_{START,END}.  Fix up a few outdated references in the objtool
documentation and comments.  Also fix a few typos.

Suggested-by: Brendan Jackman <jackmanb@google.com>
Suggested-by: Miroslav Benes <mbenes@suse.cz>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/5eb7e06e1a0e87aaeda8d583ab060e7638a6ea8e.1742852846.git.jpoimboe@kernel.org
include/linux/linkage.h
include/linux/objtool.h
tools/objtool/Documentation/objtool.txt