0007-shpcrel.diff 494 B

1234567891011
  1. --- binutils-397a64b3.orig//gas/config/tc-sh.c 2015-08-11 01:29:26.000000000 +0000
  2. +++ binutils-397a64b3/gas/config/tc-sh.c 2015-11-02 23:17:03.931462591 +0000
  3. @@ -4491,6 +4496,8 @@ sh_parse_name (char const *name,
  4. reloc_type = BFD_RELOC_SH_TLS_LE_32;
  5. else if ((next_end = sh_end_of_match (next + 1, "DTPOFF")))
  6. reloc_type = BFD_RELOC_SH_TLS_LDO_32;
  7. + else if ((next_end = sh_end_of_match (next + 1, "PCREL")))
  8. + reloc_type = BFD_RELOC_32_PCREL;
  9. else
  10. goto no_suffix;