diff options
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 62b6bf8..9cb079e 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -1564,6 +1564,10 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_PPC_TLS", "BFD_RELOC_PPC_TLSGD", "BFD_RELOC_PPC_TLSLD", + "BFD_RELOC_PPC_TLSLE", + "BFD_RELOC_PPC_TLSIE", + "BFD_RELOC_PPC_TLSM", + "BFD_RELOC_PPC_TLSML", "BFD_RELOC_PPC_DTPMOD", "BFD_RELOC_PPC_TPREL16", "BFD_RELOC_PPC_TPREL16_LO", @@ -1591,6 +1595,12 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_PPC_GOT_DTPREL16_LO", "BFD_RELOC_PPC_GOT_DTPREL16_HI", "BFD_RELOC_PPC_GOT_DTPREL16_HA", + "BFD_RELOC_PPC64_TLSGD", + "BFD_RELOC_PPC64_TLSLD", + "BFD_RELOC_PPC64_TLSLE", + "BFD_RELOC_PPC64_TLSIE", + "BFD_RELOC_PPC64_TLSM", + "BFD_RELOC_PPC64_TLSML", "BFD_RELOC_PPC64_TPREL16_DS", "BFD_RELOC_PPC64_TPREL16_LO_DS", "BFD_RELOC_PPC64_TPREL16_HIGH", |