aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Earnshaw <richard.earnshaw@arm.com>2012-09-13 11:09:02 +0000
committerRichard Earnshaw <richard.earnshaw@arm.com>2012-09-13 11:09:02 +0000
commit80c4bb52e58e3e1b83253c9f567ea6fb14d71ad3 (patch)
treefccffd5dc236d64db734b49fda6b0c3ee20064e5
parentd99ff40faedbec541fbd9fd3d3a0b611b0ee17b4 (diff)
downloadgdb-80c4bb52e58e3e1b83253c9f567ea6fb14d71ad3.zip
gdb-80c4bb52e58e3e1b83253c9f567ea6fb14d71ad3.tar.gz
gdb-80c4bb52e58e3e1b83253c9f567ea6fb14d71ad3.tar.bz2
Really commit regenerated files.
-rw-r--r--bfd/bfd-in2.h7
-rw-r--r--bfd/libbfd.h1
2 files changed, 8 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index bc5ed0c..c37c005 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -5072,6 +5072,13 @@ the dynamic object into the runtime process image. */
Used in conjunction with BFD_RELOC_AARCH64_ADR_HI21_PCREL. */
BFD_RELOC_AARCH64_ADD_LO12,
+/* AArch64 Load Literal instruction, holding a 19 bit PC relative word
+offset of the global offset table entry for a symbol. The lowest two
+bits must be zero and are not stored in the instruction, giving a 21
+bit signed byte offset. This relocation type requires signed overflow
+checking. */
+ BFD_RELOC_AARCH64_GOT_LD_PREL19,
+
/* Get to the page base of the global offset table entry for a symbol as
part of an ADRP instruction using a 21 bit PC relative value.Used in
conjunction with BFD_RELOC_AARCH64_LD64_GOT_LO12_NC. */
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index 2e9d706..fe126e6 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -2421,6 +2421,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
"BFD_RELOC_MICROBLAZE_32_GOTOFF",
"BFD_RELOC_MICROBLAZE_COPY",
"BFD_RELOC_AARCH64_ADD_LO12",
+ "BFD_RELOC_AARCH64_GOT_LD_PREL19",
"BFD_RELOC_AARCH64_ADR_GOT_PAGE",
"BFD_RELOC_AARCH64_ADR_HI21_PCREL",
"BFD_RELOC_AARCH64_ADR_HI21_NC_PCREL",