From 4aa57d6a2bfc4e48fa6a685bfa164db5ae2e1c1c Mon Sep 17 00:00:00 2001 From: Jiong Wang Date: Thu, 22 Jun 2017 12:04:42 +0100 Subject: [AArch64] Fix typo in comments on relocation name BFD_RELOC_AARCH64_ADR_GOTPAGE should be BFD_RELOC_AARCH64_ADR_GOT_PAGE. bfd/ * reloc.c (BFD_RELOC_AARCH64_ADR_GOTPAGE): Rename to BFD_RELOC_AARCH64_ADR_GOT_PAGE * bfd-in2.h: Regenerated. --- bfd/bfd-in2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/bfd-in2.h') diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 4348793..45f665b 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -6014,12 +6014,12 @@ conjunction with BFD_RELOC_AARCH64_LD64_GOT_LO12_NC. */ /* Unsigned 12 bit byte offset for 64 bit load/store from the page of the GOT entry for this symbol. Used in conjunction with -BFD_RELOC_AARCH64_ADR_GOTPAGE. Valid in LP64 ABI only. */ +BFD_RELOC_AARCH64_ADR_GOT_PAGE. Valid in LP64 ABI only. */ BFD_RELOC_AARCH64_LD64_GOT_LO12_NC, /* Unsigned 12 bit byte offset for 32 bit load/store from the page of the GOT entry for this symbol. Used in conjunction with -BFD_RELOC_AARCH64_ADR_GOTPAGE. Valid in ILP32 ABI only. */ +BFD_RELOC_AARCH64_ADR_GOT_PAGE. Valid in ILP32 ABI only. */ BFD_RELOC_AARCH64_LD32_GOT_LO12_NC, /* Unsigned 16 bit byte offset for 64 bit load/store from the GOT entry -- cgit v1.1