PR binutils/14567
[deliverable/binutils-gdb.git] / bfd / reloc.c
index dc01dd9ea0b47abd71ee49189b34c9a8ecbcfc22..f8540a73d949e67eab7eabae6883ad7999796efd 100644 (file)
@@ -5888,6 +5888,14 @@ ENUM
 ENUMDOC
   AArch64 ADD immediate instruction, holding bits 0 to 11 of the address.
   Used in conjunction with BFD_RELOC_AARCH64_ADR_HI21_PCREL.
+ENUM
+  BFD_RELOC_AARCH64_GOT_LD_PREL19
+ENUMDOC
+  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.
 ENUM
   BFD_RELOC_AARCH64_ADR_GOT_PAGE
 ENUMDOC
This page took 0.023367 seconds and 4 git commands to generate.