diff options
author | Jessica Clarke <jrtc27@jrtc27.com> | 2025-07-10 01:29:35 +0100 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2025-07-21 16:39:49 +0530 |
commit | e10a45752fe77a1e6fc75e254947dadc3db633ec (patch) | |
tree | ccddce611f0e874ff8b0649437988b84d5c26f34 /lib/utils/cppc | |
parent | 4825a3f87f8d3ee45b7f9b76ed62de7bd1f2dfa8 (diff) | |
download | opensbi-e10a45752fe77a1e6fc75e254947dadc3db633ec.zip opensbi-e10a45752fe77a1e6fc75e254947dadc3db633ec.tar.gz opensbi-e10a45752fe77a1e6fc75e254947dadc3db633ec.tar.bz2 |
firmware: Rename __rel_dyn_start/end to __rela_dyn_start/end
We are using and expecting the RELA format, not the REL format, and this
is the conventional linker-generated name for the start/end symbols, so
use it rather than confusing things by making it look like we're
accessing .rel.dyn, which would be in the REL format with no explicit
addend.
Signed-off-by: Jessica Clarke <jrtc27@jrtc27.com>
Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
Tested-by: Samuel Holland <samuel.holland@sifive.com>
Link: https://lore.kernel.org/r/20250710002937.44307-1-jrtc27@jrtc27.com
Signed-off-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'lib/utils/cppc')
0 files changed, 0 insertions, 0 deletions