[PATCH] firmware: Rename __rel_dyn_start/end to __rela_dyn_start/end

Samuel Holland samuel.holland at sifive.com
Fri Jul 18 01:01:39 PDT 2025


On 2025-07-09 7:29 PM, Jessica Clarke wrote:
> 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 at jrtc27.com>
> ---
>  firmware/fw_base.S   | 4 ++--
>  firmware/fw_base.ldS | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Samuel Holland <samuel.holland at sifive.com>
Tested-by: Samuel Holland <samuel.holland at sifive.com>




More information about the opensbi mailing list