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 /include/elf | |
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 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/msp430.h | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index d32f51e..6b0cf0d 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2004-08-25 Dmitry Diky <diwil@spec.ru> + + * msp430.h: Add new relocs. + 2004-08-12 H.J. Lu <hongjiu.lu@intel.com> * i386.h (R_386_USED_BY_INTEL_200): New. diff --git a/include/elf/msp430.h b/include/elf/msp430.h index 912ded7..2bf95a6 100644 --- a/include/elf/msp430.h +++ b/include/elf/msp430.h @@ -1,5 +1,5 @@ /* MSP430 ELF support for BFD. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2004 Free Software Foundation, Inc. Contributed by Dmitry Diky <diwil@mail.ru> This file is part of BFD, the Binary File Descriptor library. @@ -50,6 +50,8 @@ START_RELOC_NUMBERS (elf_msp430_reloc_type) RELOC_NUMBER (R_MSP430_16_PCREL, 4) RELOC_NUMBER (R_MSP430_16_BYTE, 5) RELOC_NUMBER (R_MSP430_16_PCREL_BYTE, 6) + RELOC_NUMBER (R_MSP430_2X_PCREL, 7) + RELOC_NUMBER (R_MSP430_RL_PCREL, 8) END_RELOC_NUMBERS (R_MSP430_max) |