commit | b9ad45db58fc8520a46cbd8e0e602519110bef7d | [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 | 009d24a45f1a28b01e64969531f3cc1a996da612 [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>