Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/aarch64/include
Module Name: src
Committed By: jkoshy
Date: Wed Nov 26 14:52:59 UTC 2025
Modified Files:
src/sys/arch/aarch64/include: elf_machdep.h
Log Message:
aarch64: Use the ABI-defined value for R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC.
Kernel source code does not use this constant, so this change should
not affect its runtime behavior. Userland toolchains use the
ABI-defined value for this relocation, via their own definitions.
Remove a duplicate definition for R_AARCH64_TLSLD_ADD_DTPREL_HI12.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.
Home |
Main Index |
Thread Index |
Old Index