diff options
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 1566fa6..e878ce3 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2280,18 +2280,35 @@ ENUMDOC Mitsubishi D30V relocs. This is a 6-bit absolute reloc. ENUM + BFD_RELOC_D30V_9_PCREL +ENUMDOC + This is a 6-bit pc-relative reloc with + the right 3 bits assumed to be 0. +ENUM + BFD_RELOC_D30V_9_PCREL_R +ENUMDOC + This is a 6-bit pc-relative reloc with + the right 3 bits assumed to be 0. Same + as the previous reloc but on the right side + of the container. +ENUM BFD_RELOC_D30V_15 ENUMDOC - Mitsubishi D30V relocs. This is a 12-bit absolute reloc with the right 3 bitsassumed to be 0. ENUM BFD_RELOC_D30V_15_PCREL ENUMDOC - Mitsubishi D30V relocs. This is a 12-bit pc-relative reloc with the right 3 bits assumed to be 0. ENUM + BFD_RELOC_D30V_15_PCREL_R +ENUMDOC + This is a 12-bit pc-relative reloc with + the right 3 bits assumed to be 0. Same + as the previous reloc but on the right side + of the container. +ENUM BFD_RELOC_D30V_21 ENUMDOC This is an 18-bit absolute reloc with @@ -2302,6 +2319,13 @@ ENUMDOC This is an 18-bit pc-relative reloc with the right 3 bits assumed to be 0. ENUM + BFD_RELOC_D30V_21_PCREL_R +ENUMDOC + This is an 18-bit pc-relative reloc with + the right 3 bits assumed to be 0. Same + as the previous reloc but on the right side + of the container. +ENUM BFD_RELOC_D30V_32 ENUMDOC This is a 32-bit absolute reloc. |