diff options
author | Ken Raeburn <raeburn@cygnus> | 1997-09-15 16:43:43 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1997-09-15 16:43:43 +0000 |
commit | 2199f848c07c4d752c3ab0fd83a510157270c30f (patch) | |
tree | d64f4f2a3cd04d801cd251e36122d7e19f0a3c66 /bfd/reloc.c | |
parent | 00c6b5b387e79174a0ed3b5caca5c0eca4488a40 (diff) | |
download | gdb-2199f848c07c4d752c3ab0fd83a510157270c30f.zip gdb-2199f848c07c4d752c3ab0fd83a510157270c30f.tar.gz gdb-2199f848c07c4d752c3ab0fd83a510157270c30f.tar.bz2 |
merge from d30v-970225-branch
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. |