diff options
author | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2012-11-08 08:19:30 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2012-11-08 08:19:30 +0000 |
commit | 57241e26e544e44bcb7b96ae41f0c62488d89020 (patch) | |
tree | 5c1195419c5d6efedb8a6d5ffc497eb25d8fcc6f | |
parent | 60e8270d6ca19ddb351fb78e979ae908076e2d4b (diff) | |
download | glibc-57241e26e544e44bcb7b96ae41f0c62488d89020.zip glibc-57241e26e544e44bcb7b96ae41f0c62488d89020.tar.gz glibc-57241e26e544e44bcb7b96ae41f0c62488d89020.tar.bz2 |
Adjust comment above AArch64 relocs.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | elf/elf.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org> + + * elf/elf.h: Update comment before AArch64 relocations. + 2012-11-07 David S. Miller <davem@davemloft.net> * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file. @@ -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. */ |