diff options
author | andrew <andrew@FreeBSD.org> | 2015-04-09 10:28:05 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-04-09 10:28:05 +0000 |
commit | 3a75ccf5ce7d33b45ba14ee893d936b7a2c76b72 (patch) | |
tree | e51e8143cc3bae3273a91d62fe14470b6b397f55 /sys | |
parent | 353f0f11ddb70e80c453f80e5d889cf27fc28d04 (diff) | |
download | FreeBSD-src-3a75ccf5ce7d33b45ba14ee893d936b7a2c76b72.zip FreeBSD-src-3a75ccf5ce7d33b45ba14ee893d936b7a2c76b72.tar.gz |
Add R_AARCH64_NONE, the null relocation.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/elf_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 19f460d..aa06c70 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -863,6 +863,7 @@ typedef struct { #define R_386_TLS_TPOFF32 37 /* GOT entry of -ve static TLS offset */ #define R_386_IRELATIVE 42 /* PLT entry resolved indirectly at runtime */ +#define R_AARCH64_NONE 0 /* No relocation */ #define R_AARCH64_ABS64 257 /* Absolute offset */ #define R_AARCH64_ABS32 258 /* Absolute, 32-bit overflow check */ #define R_AARCH64_ABS16 259 /* Absolute, 16-bit overflow check */ |