Module Name: src
Committed By: jkoshy
Date: Mon May 30 21:18:37 UTC 2022
Modified Files:
src/sys/arch/aarch64/include: elf_machdep.h
Log Message:
Use the ABI value for 'R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC'.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/aarch64/include/elf_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/aarch64/include/elf_machdep.h
diff -u src/sys/arch/aarch64/include/elf_machdep.h:1.4 src/sys/arch/aarch64/include/elf_machdep.h:1.5
--- src/sys/arch/aarch64/include/elf_machdep.h:1.4 Fri Oct 12 01:28:58 2018
+++ src/sys/arch/aarch64/include/elf_machdep.h Mon May 30 21:18:37 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: elf_machdep.h,v 1.4 2018/10/12 01:28:58 ryo Exp $ */
+/* $NetBSD: elf_machdep.h,v 1.5 2022/05/30 21:18:37 jkoshy Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -198,7 +198,7 @@
#define R_AARCH64_TLSLE_LDST128_TPREL_LO12 570 /* TPREL(S+A) */
#define R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC 571 /* TPREL(S+A) */
#define R_AARCH64_TLSLD_LDST128_DTPREL_LO12 572 /* DTPREL(S+A) */
-#define R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC 572 /* DTPREL(S+A) */
+#define R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC 573 /* DTPREL(S+A) */
/* Dynamic Relocations */
#define R_AARCH64_P32_COPY 180