summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-08 08:19:30 +0000
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-08 08:19:30 +0000
commit57241e26e544e44bcb7b96ae41f0c62488d89020 (patch)
tree5c1195419c5d6efedb8a6d5ffc497eb25d8fcc6f /elf
parent60e8270d6ca19ddb351fb78e979ae908076e2d4b (diff)
Adjust comment above AArch64 relocs.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 5a9b13fdcb..1effa0710d 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -2310,7 +2310,7 @@ typedef Elf32_Addr Elf32_Conflict;
#define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */
-/* AArch64 specific declarations. */
+/* AArch64 relocs. */
#define R_AARCH64_NONE 0 /* No relocation. */
#define R_AARCH64_ABS64 257 /* Direct 64 bit. */