diff options
author | Andreas Schwab <schwab@suse.de> | 2018-06-18 10:29:31 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2018-06-19 11:01:28 +0200 |
commit | 39e07931b1be69b13acb8322687f825bd00afe91 (patch) | |
tree | ea4be14522172189929dc3a319e61d6dd0226bc1 /ChangeLog | |
parent | f63b508a8709da08448ea68c9db7c5d9f168da0c (diff) | |
download | gdb-39e07931b1be69b13acb8322687f825bd00afe91.zip gdb-39e07931b1be69b13acb8322687f825bd00afe91.tar.gz gdb-39e07931b1be69b13acb8322687f825bd00afe91.tar.bz2 |
readelf: Handle more RISC-V relocations
* readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
(is_8bit_abs_reloc): New function.
(is_6bit_abs_reloc): New function.
(is_6bit_inplace_sub_reloc): New function.
(apply_relocations): Use them. Handle 6-bit relocations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2018-06-19 Andreas Schwab <schwab@suse.de> + + * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16. + (is_8bit_abs_reloc): New function. + (is_6bit_abs_reloc): New function. + (is_6bit_inplace_sub_reloc): New function. + (apply_relocations): Use them. Handle 6-bit relocations. + 2018-06-18 Eric Botcazou <ebotcazou@adacore.com> * Makefile.def (fortran): Add check-target-libgomp-fortran. |