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 | 6573922fff268acba17409706d26ce6439b5a0a2 (patch) | |
tree | e587e2d8b54a7ca36898420d3db6fd9fc8103773 /bfd/reloc.c | |
parent | 82cf54d4b15da78379e5fac4a5726d20322c6d12 (diff) | |
download | gdb-6573922fff268acba17409706d26ce6439b5a0a2.tar.gz |
Apply Dmitry Diky's patches to add relaxation to msp430.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 48166db51ec..9c1ed33f1ab 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -4095,6 +4095,10 @@ ENUMX BFD_RELOC_MSP430_16_PCREL_BYTE ENUMX BFD_RELOC_MSP430_16_BYTE +ENUMX + BFD_RELOC_MSP430_2X_PCREL +ENUMX + BFD_RELOC_MSP430_RL_PCREL ENUMDOC msp430 specific relocation codes |