diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-23 23:50:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-23 23:50:13 +0000 |
commit | 6767a3abb71ee590a99bddacda32872b6fd6e5a0 (patch) | |
tree | 62362fa93d308a31ffb78feac59760732bf724e3 /bfd/reloc.c | |
parent | 82f21cea282c5e5ca503e8d630c413b646d85c44 (diff) | |
download | gdb-6767a3abb71ee590a99bddacda32872b6fd6e5a0.zip gdb-6767a3abb71ee590a99bddacda32872b6fd6e5a0.tar.gz gdb-6767a3abb71ee590a99bddacda32872b6fd6e5a0.tar.bz2 |
remove d30v sanitization
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 39a3214..78a9241 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2036,6 +2036,16 @@ ENUM BFD_RELOC_MIPS_DVP_27_S4 ENUMDOC This is a 27 bit address left shifted by 4. +ENUM + BFD_RELOC_MIPS_DVP_11_S4 +ENUMDOC + This is the 11 bit offset operand of ilw/stw instructions + left shifted by 4. +ENUM + BFD_RELOC_MIPS_DVP_U15_S3 +ENUMDOC + This is the 15 bit unsigned immediate operand of the iaddiu instruction + left shifted by 3. COMMENT {* end-sanitize-sky *} @@ -2259,7 +2269,6 @@ ENUMDOC stored in the instruction. The high 24 bits are installed in bits 23 through 0. -COMMENT ENUM BFD_RELOC_D10V_10_PCREL_R ENUMDOC @@ -2284,10 +2293,7 @@ ENUM ENUMDOC This is an 18-bit reloc with the right 2 bits assumed to be 0. -COMMENT -COMMENT -{* start-sanitize-d30v *} ENUM BFD_RELOC_D30V_6 ENUMDOC @@ -2347,8 +2353,6 @@ ENUM BFD_RELOC_D30V_32_PCREL ENUMDOC This is a 32-bit pc-relative reloc. -COMMENT -{* end-sanitize-d30v *} ENUM BFD_RELOC_M32R_24 |