diff options
author | Nick Clifton <nickc@redhat.com> | 2004-08-25 12:54:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-08-25 12:54:15 +0000 |
commit | b18c562e39c5c3ee63032a9a0aa9b7571343fd58 (patch) | |
tree | 0a1ab4cf2ca014da6f955028f9410e6b59ce57e8 /bfd/bfd-in2.h | |
parent | 61f5d0545d98ab8252082db2bf10cdd40af51cee (diff) | |
download | gdb-b18c562e39c5c3ee63032a9a0aa9b7571343fd58.zip gdb-b18c562e39c5c3ee63032a9a0aa9b7571343fd58.tar.gz gdb-b18c562e39c5c3ee63032a9a0aa9b7571343fd58.tar.bz2 |
Apply Dmitry Diky's patches to add relaxation to msp430.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 01d6331..ddcef01 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -3587,6 +3587,8 @@ This is the 5 bits of a value. */ BFD_RELOC_MSP430_16, BFD_RELOC_MSP430_16_PCREL_BYTE, BFD_RELOC_MSP430_16_BYTE, + BFD_RELOC_MSP430_2X_PCREL, + BFD_RELOC_MSP430_RL_PCREL, /* IQ2000 Relocations. */ BFD_RELOC_IQ2000_OFFSET_16, |