* elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 14 Sep 2000 04:59:14 +0000 (04:59 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 14 Sep 2000 04:59:14 +0000 (04:59 +0000)
commit06bb75c14b0fc428602fd81f9de747b220f436dd
tree6e49ac09d6a8fb743669db94ebc61d651b49a17e
parent32d070f0dea9c9f1bda92a58f2f3c2b8e12efec9
* elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167.  Replaced
the original entries with EMPTY_HOWTOs, and added new ones to fill
in the gap.
(sh_elf_info_to_howto): Make sure the new gap isn't used.
(sh_elf_relocate_section): Likewise.
bfd/ChangeLog
bfd/elf32-sh.c