summaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-08-29 06:49:35 +0000
committerNick Clifton <nickc@redhat.com>2002-08-29 06:49:35 +0000
commiteaa8948978f4ddb569fdcb2b60517c85109ec0e2 (patch)
treea87703c6e9d0cb96396217b3ddee46717cc502fc /bfd/libbfd.h
parent2396ad327ad4c14ce72429108f8ec84541c0e967 (diff)
downloadgdb-eaa8948978f4ddb569fdcb2b60517c85109ec0e2.tar.gz
Add linker relaxation to v850 toolchain
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index 88beae8a9fd..e855db196a1 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -1041,7 +1041,9 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
"BFD_RELOC_V850_ZDA_16_16_SPLIT_OFFSET",
"BFD_RELOC_V850_CALLT_6_7_OFFSET",
"BFD_RELOC_V850_CALLT_16_16_OFFSET",
-
+ "BFD_RELOC_V850_LONGCALL",
+ "BFD_RELOC_V850_LONGJUMP",
+ "BFD_RELOC_V850_ALIGN",
"BFD_RELOC_MN10300_32_PCREL",
"BFD_RELOC_MN10300_16_PCREL",
"BFD_RELOC_TIC30_LDP",