diff options
author | John Darrington <john@darrington.wattle.id.au> | 2018-06-17 07:04:11 +0200 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2018-08-21 19:24:21 +0200 |
commit | 4e57b456393946cb4f90131b78e162cdec903c8a (patch) | |
tree | 6b8f7d53baca08f0ca190dda3f41371e038720b4 /include/elf | |
parent | 4895f384b47628c8c354dccbb0bfab45b8c33984 (diff) | |
download | binutils-4e57b456393946cb4f90131b78e162cdec903c8a.zip binutils-4e57b456393946cb4f90131b78e162cdec903c8a.tar.gz binutils-4e57b456393946cb4f90131b78e162cdec903c8a.tar.bz2 |
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.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/s12z.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |