Skip to content
Commit abb83b97 authored by Daniel Leung's avatar Daniel Leung Committed by Benjamin Cabé
Browse files

linker: fix lnkr_pinned_rodata_* mismatched types



In linker-defs.h, lnkr_pinned_rodata_[start/end] are declared as
extern char. However, in linker/utils.h:linker_is_in_rodata(),
they are declared as extern const char. So remove the const in
linker_is_in_rodata() to align both declarations.

Fixes #83461

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 7d40091f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment