Make readelf know what the vax pcrel32 reloc number is.
This commit is contained in:
parent
f7f78b3373
commit
95d660c12b
|
@ -10020,6 +10020,8 @@ is_32bit_pcrel_reloc (unsigned int reloc_type)
|
|||
case EM_L1OM:
|
||||
case EM_K1OM:
|
||||
return reloc_type == 2; /* R_X86_64_PC32. */
|
||||
case EM_VAX:
|
||||
return reloc_type == 4; /* R_VAX_PCREL32. */
|
||||
case EM_XTENSA_OLD:
|
||||
case EM_XTENSA:
|
||||
return reloc_type == 14; /* R_XTENSA_32_PCREL. */
|
||||
|
|
Loading…
Reference in New Issue