diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-08-15 12:08:52 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-08-15 12:08:52 +0000 |
commit | 76af94b9a49ec1f8723c97abd3f52c6662d90bba (patch) | |
tree | 5d3ae200258089fa669d6533c7f893cffb7286f3 /bfd/reloc.c | |
parent | 76fc9bac4b166cbffb66f0348372b531f8e6db21 (diff) | |
download | gdb-76af94b9a49ec1f8723c97abd3f52c6662d90bba.zip gdb-76af94b9a49ec1f8723c97abd3f52c6662d90bba.tar.gz gdb-76af94b9a49ec1f8723c97abd3f52c6662d90bba.tar.bz2 |
Remove ARC sanitization.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index f499fd7..d6e792e 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2221,8 +2221,16 @@ ENUMX ENUMDOC Hitachi SH relocs. Not all of these appear in object files. -COMMENT -{* start-sanitize-arc *} +ENUM + BFD_RELOC_THUMB_PCREL_BRANCH9 +ENUMX + BFD_RELOC_THUMB_PCREL_BRANCH12 +ENUMX + BFD_RELOC_THUMB_PCREL_BRANCH23 +ENUMDOC + Thumb 23-, 12- and 9-bit pc-relative branches. The lowest bit must + be zero and is not stored in the instruction. + ENUM BFD_RELOC_ARC_B22_PCREL ENUMDOC @@ -2236,8 +2244,6 @@ ENUMDOC ARC 26 bit absolute branch. The lowest two bits must be zero and are not stored in the instruction. The high 24 bits are installed in bits 23 through 0. -COMMENT -{* end-sanitize-arc *} COMMENT ENUM @@ -2306,8 +2312,6 @@ ENUMDOC COMMENT {* end-sanitize-d30v *} -COMMENT -{* start-sanitize-m32r *} ENUM BFD_RELOC_M32R_24 ENUMDOC @@ -2339,8 +2343,11 @@ ENUM BFD_RELOC_M32R_LO16 ENUMDOC This is a 16-bit reloc containing the lower 16 bits of an address. -COMMENT -{* end-sanitize-m32r *} +ENUM + BFD_RELOC_M32R_SDA16 +ENUMDOC + This is a 16-bit reloc containing the small data area offset for use in + add3, load, and store instructions. COMMENT {* start-sanitize-v850 *} |