summaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-12-30 19:25:13 +0000
committerNick Clifton <nickc@redhat.com>2002-12-30 19:25:13 +0000
commit8f401f174f9f4e4f8bda400324cef236bd3577ce (patch)
tree1cc54909c684ded9ee313d7bb5613047fe3f4240 /bfd/libbfd.h
parent8ef2162bdaca6e53b27d384bf9e6e4e4d6376d19 (diff)
downloadgdb-8f401f174f9f4e4f8bda400324cef236bd3577ce.tar.gz
Add support for msp430.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index 8f3cf58b61d..3a3a8a03c50 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -1373,6 +1373,11 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
"BFD_RELOC_VAX_GLOB_DAT",
"BFD_RELOC_VAX_JMP_SLOT",
"BFD_RELOC_VAX_RELATIVE",
+ "BFD_RELOC_MSP430_10_PCREL",
+ "BFD_RELOC_MSP430_16_PCREL",
+ "BFD_RELOC_MSP430_16",
+ "BFD_RELOC_MSP430_16_PCREL_BYTE",
+ "BFD_RELOC_MSP430_16_BYTE",
"@@overflow: BFD_RELOC_UNUSED@@",
};
#endif