return &elf_howto_table[(int) R_390_GOT12];
case BFD_RELOC_32_GOT_PCREL:
return &elf_howto_table[(int) R_390_GOT32];
- case BFD_RELOC_390_PLT32:
+ case BFD_RELOC_32_PLT_PCREL:
return &elf_howto_table[(int) R_390_PLT32];
case BFD_RELOC_390_COPY:
return &elf_howto_table[(int) R_390_COPY];
return &elf_howto_table[(int) R_390_PC64];
case BFD_RELOC_390_GOT64:
return &elf_howto_table[(int) R_390_GOT64];
- case BFD_RELOC_390_PLT64:
+ case BFD_RELOC_64_PLT_PCREL:
return &elf_howto_table[(int) R_390_PLT64];
case BFD_RELOC_390_GOTENT:
return &elf_howto_table[(int) R_390_GOTENT];
else if (suffix == ELF_SUFFIX_PLT)
{
if (nbytes == 4)
- reloc = BFD_RELOC_390_PLT32;
+ reloc = BFD_RELOC_32_PLT_PCREL;
else if (nbytes == 8)
- reloc = BFD_RELOC_390_PLT64;
+ reloc = BFD_RELOC_64_PLT_PCREL;
}
if (suffix != ELF_SUFFIX_NONE && reloc == BFD_RELOC_UNUSED)
{
BFD_RELOC_UNUSED, /* ELF_SUFFIX_NONE */
BFD_RELOC_32_GOT_PCREL, /* ELF_SUFFIX_GOT */
- BFD_RELOC_390_PLT32, /* ELF_SUFFIX_PLT */
+ BFD_RELOC_32_PLT_PCREL, /* ELF_SUFFIX_PLT */
BFD_RELOC_UNUSED, /* ELF_SUFFIX_GOTENT */
BFD_RELOC_32_GOTOFF, /* ELF_SUFFIX_GOTOFF */
BFD_RELOC_390_GOTPLT32, /* ELF_SUFFIX_GOTPLT */
{
BFD_RELOC_UNUSED, /* ELF_SUFFIX_NONE */
BFD_RELOC_390_GOT64, /* ELF_SUFFIX_GOT */
- BFD_RELOC_390_PLT64, /* ELF_SUFFIX_PLT */
+ BFD_RELOC_64_PLT_PCREL, /* ELF_SUFFIX_PLT */
BFD_RELOC_UNUSED, /* ELF_SUFFIX_GOTENT */
BFD_RELOC_390_GOTOFF64, /* ELF_SUFFIX_GOTOFF */
BFD_RELOC_390_GOTPLT64, /* ELF_SUFFIX_GOTPLT */
|| fixP->fx_r_type == BFD_RELOC_390_PLT12DBL
|| fixP->fx_r_type == BFD_RELOC_390_PLT16DBL
|| fixP->fx_r_type == BFD_RELOC_390_PLT24DBL
- || fixP->fx_r_type == BFD_RELOC_390_PLT32
+ || fixP->fx_r_type == BFD_RELOC_32_PLT_PCREL
|| fixP->fx_r_type == BFD_RELOC_390_PLT32DBL
- || fixP->fx_r_type == BFD_RELOC_390_PLT64
+ || fixP->fx_r_type == BFD_RELOC_64_PLT_PCREL
|| fixP->fx_r_type == BFD_RELOC_390_GOT12
|| fixP->fx_r_type == BFD_RELOC_390_GOT20
|| fixP->fx_r_type == BFD_RELOC_390_GOT16
case BFD_RELOC_390_GOTPCDBL:
case BFD_RELOC_390_GOT64:
case BFD_RELOC_390_GOTENT:
- case BFD_RELOC_390_PLT32:
+ case BFD_RELOC_32_PLT_PCREL:
case BFD_RELOC_390_PLT12DBL:
case BFD_RELOC_390_PLT16DBL:
case BFD_RELOC_390_PLT24DBL:
case BFD_RELOC_390_PLT32DBL:
- case BFD_RELOC_390_PLT64:
+ case BFD_RELOC_64_PLT_PCREL:
case BFD_RELOC_390_GOTPLT12:
case BFD_RELOC_390_GOTPLT16:
case BFD_RELOC_390_GOTPLT20:
break;
case BFD_RELOC_32_GOT_PCREL:
case BFD_RELOC_390_PLTOFF32:
- case BFD_RELOC_390_PLT32:
+ case BFD_RELOC_32_PLT_PCREL:
case BFD_RELOC_390_GOTPLT32:
if (fixP->fx_done)
md_number_to_chars (where, value, 4);
case BFD_RELOC_390_GOT64:
case BFD_RELOC_390_PLTOFF64:
- case BFD_RELOC_390_PLT64:
+ case BFD_RELOC_64_PLT_PCREL:
case BFD_RELOC_390_GOTPLT64:
if (fixP->fx_done)
md_number_to_chars (where, value, 8);