Really commit regenerated files.
authorRichard Earnshaw <richard.earnshaw@arm.com>
Thu, 13 Sep 2012 11:09:02 +0000 (11:09 +0000)
committerRichard Earnshaw <richard.earnshaw@arm.com>
Thu, 13 Sep 2012 11:09:02 +0000 (11:09 +0000)
bfd/bfd-in2.h
bfd/libbfd.h

index bc5ed0c11f78ecfb023fb9a3ee0b9c22601ad4b9..c37c005d75268022412049864e3edbe799f53af4 100644 (file)
@@ -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.  */
index 2e9d70617a54a1c2f27af32b7f9a9829c6514277..fe126e6be8ed8cad67995f3b53a4c06a86b44d9f 100644 (file)
@@ -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",
This page took 0.031075 seconds and 4 git commands to generate.