Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-08-25 16:54:15 +0400
committerNick Clifton <nickc@redhat.com>2004-08-25 16:54:15 +0400
commit3029be00db95e1d3381c05d388b6d8f8cba71f15 (patch)
tree2f86dfc30f9a45a789f21bc392e7e29f6d523165 /include/elf/msp430.h
parentb8a6a751f4900bd0a22ef85519d4e372ce7729aa (diff)
Apply Dmitry Diky's patches to add relaxation to msp430.
Diffstat (limited to 'include/elf/msp430.h')
-rw-r--r--include/elf/msp430.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/elf/msp430.h b/include/elf/msp430.h
index 912ded768..2bf95a629 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)