From 39e07931b1be69b13acb8322687f825bd00afe91 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 18 Jun 2018 10:29:31 +0200 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cd71529..039ee53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-06-19 Andreas Schwab + + * 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 * Makefile.def (fortran): Add check-target-libgomp-fortran. -- cgit v1.1