commit | f6cb427fdc1d2c4236f0a9bc97068c30ca228282 | [log] [tgz] |
---|---|---|
author | Marcus Comstedt <marcus@mc.pp.se> | Sun Aug 11 14:45:29 2019 +0200 |
committer | Andes <uboot@andestech.com> | Tue Sep 03 09:30:41 2019 +0800 |
tree | 09eb9cfd8d9c586a6b8143a1f7816676168413e5 | |
parent | 71bdfcb21d755435a8e99f0ff66b853a3759f4b7 [diff] |
riscv: update fix_rela_dyn The addend is now added for RELOC_TYPE relocs. Also, changed the loop structure so that all the R_RISCV_RELATIVE relocs are not required to be at the beginning of the list. Signed-off-by: Marcus Comstedt <marcus@mc.pp.se> Cc: Rick Chen <rick@andestech.com>