aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/libbfd.h1
-rw-r--r--bfd/reloc.c2
3 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6e32abb..4b9ba37 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-09 John Tytgat <john@bass-software.com>
+
+ * reloc.c (BFD_RELOC_ARM_HVC): Add.
+ * libbfd.h: Regenerate.
+
2010-10-08 Kai Tietz <kai.tietz@onevision.com>
* pei-x86_64.c (find_next_xdata_or_end): Removed.
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index fb95c40..fb16333 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -1408,6 +1408,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
"BFD_RELOC_ARM_T32_ADD_PC12",
"BFD_RELOC_ARM_SHIFT_IMM",
"BFD_RELOC_ARM_SMC",
+ "BFD_RELOC_ARM_HVC",
"BFD_RELOC_ARM_SWI",
"BFD_RELOC_ARM_MULTI",
"BFD_RELOC_ARM_CP_OFF_IMM",
diff --git a/bfd/reloc.c b/bfd/reloc.c
index e7210eb..65aa3cb 100644
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -3038,6 +3038,8 @@ ENUMX
ENUMX
BFD_RELOC_ARM_SMC
ENUMX
+ BFD_RELOC_ARM_HVC
+ENUMX
BFD_RELOC_ARM_SWI
ENUMX
BFD_RELOC_ARM_MULTI