diff options
author | Doug Evans <dje@google.com> | 1998-07-01 20:14:12 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-07-01 20:14:12 +0000 |
commit | a57fc6b9c04a78607b8f929f771f04ef82f82684 (patch) | |
tree | 21d0aae71cf9e0bddce8d8240577c0da0dbc0e8b /bfd/bfd-in2.h | |
parent | 9bae45781032fdb441bfafa310bc1deec0b136ed (diff) | |
download | gdb-a57fc6b9c04a78607b8f929f771f04ef82f82684.zip gdb-a57fc6b9c04a78607b8f929f771f04ef82f82684.tar.gz gdb-a57fc6b9c04a78607b8f929f771f04ef82f82684.tar.bz2 |
* reloc.c: New relocs BFD_RELOC_MIPS_DVP_11_S4,
BFD_RELOC_MIPS_DVP_U15_S3.
* elf32-mips.c: Handle them.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 96fab37..bbef77f 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1841,6 +1841,14 @@ lower instruction word, and the value is in 128 bit units. */ /* This is a 27 bit address left shifted by 4. */ BFD_RELOC_MIPS_DVP_27_S4, + +/* This is the 11 bit offset operand of ilw/stw instructions +left shifted by 4. */ + BFD_RELOC_MIPS_DVP_11_S4, + +/* This is the 15 bit unsigned immediate operand of the iaddiu instruction +left shifted by 3. */ + BFD_RELOC_MIPS_DVP_U15_S3, /* end-sanitize-sky */ |