mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Adjust comment above AArch64 relocs.
This commit is contained in:
parent
60e8270d6c
commit
57241e26e5
@ -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>
|
2012-11-07 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
|
* 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. */
|
#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_NONE 0 /* No relocation. */
|
||||||
#define R_AARCH64_ABS64 257 /* Direct 64 bit. */
|
#define R_AARCH64_ABS64 257 /* Direct 64 bit. */
|
||||||
|
Loading…
Reference in New Issue
Block a user