From 4e57b456393946cb4f90131b78e162cdec903c8a Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 17 Jun 2018 07:04:11 +0200 Subject: S12Z: Rename reloc R_S12Z_UKNWN_3 to R_S12Z_EXT18 and implement according to recently inferred information about this reloc. * bfd/elf32-s12z.c: (opru18_reloc): New function. * bfd/elf32-s12z.c: (elf_s12z_howto_table): Adjust Howto according to new knowledge. * include/elf/s12z.h: Rename R_S12Z_UKNWN_3 to R_S12Z_EXT18. --- include/elf/s12z.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/elf') diff --git a/include/elf/s12z.h b/include/elf/s12z.h index 72504ee..fc74b9a 100644 --- a/include/elf/s12z.h +++ b/include/elf/s12z.h @@ -29,7 +29,7 @@ START_RELOC_NUMBERS (elf_s12z_reloc_type) RELOC_NUMBER (R_S12Z_UKNWN_2, 2) RELOC_NUMBER (R_S12Z_PCREL_7_15, 3) RELOC_NUMBER (R_S12Z_EXT24, 4) - RELOC_NUMBER (R_S12Z_UKNWN_3, 5) + RELOC_NUMBER (R_S12Z_EXT18, 5) RELOC_NUMBER (R_S12Z_EXT32, 6) END_RELOC_NUMBERS (R_S12Z_max) -- cgit v1.1