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/bfd-in2.h | |
parent | 00c6b5b387e79174a0ed3b5caca5c0eca4488a40 (diff) | |
download | gdb-2199f848c07c4d752c3ab0fd83a510157270c30f.zip gdb-2199f848c07c4d752c3ab0fd83a510157270c30f.tar.gz gdb-2199f848c07c4d752c3ab0fd83a510157270c30f.tar.bz2 |
merge from d30v-970225-branch
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index daaeef0..4d0ac33 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1885,16 +1885,30 @@ assumed to be 0. */ This is a 6-bit absolute reloc. */ BFD_RELOC_D30V_6, -/* Mitsubishi D30V relocs. -This is a 12-bit absolute reloc with the +/* This is a 6-bit pc-relative reloc with +the right 3 bits assumed to be 0. */ + BFD_RELOC_D30V_9_PCREL, + +/* 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. */ + BFD_RELOC_D30V_9_PCREL_R, + +/* This is a 12-bit absolute reloc with the right 3 bitsassumed to be 0. */ BFD_RELOC_D30V_15, -/* Mitsubishi D30V relocs. -This is a 12-bit pc-relative reloc with +/* This is a 12-bit pc-relative reloc with the right 3 bits assumed to be 0. */ BFD_RELOC_D30V_15_PCREL, +/* 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. */ + BFD_RELOC_D30V_15_PCREL_R, + /* This is an 18-bit absolute reloc with the right 3 bits assumed to be 0. */ BFD_RELOC_D30V_21, @@ -1903,6 +1917,12 @@ the right 3 bits assumed to be 0. */ the right 3 bits assumed to be 0. */ BFD_RELOC_D30V_21_PCREL, +/* 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. */ + BFD_RELOC_D30V_21_PCREL_R, + /* This is a 32-bit absolute reloc. */ BFD_RELOC_D30V_32, |