From: <jk...@us...> - 2025-02-01 23:23:13
|
Revision: 4147 http://sourceforge.net/p/elftoolchain/code/4147 Author: jkoshy Date: 2025-02-01 23:23:11 +0000 (Sat, 01 Feb 2025) Log Message: ----------- elfconstants: Update X86_64 relocation types. This change: - Adds new relocation types: R_X86_64_CODE_4_GOTPCRELX, R_X86_64_CODE_4_GOTTPOFF, R_X86_64_CODE_4_GOTPC32_TLSDESC, R_X86_64_CODE_5_GOTPCRELX, R_X86_64_CODE_5_GOTTPOFF, R_X86_64_CODE_5_GOTPC32_TLSDESC, R_X86_64_CODE_6_GOTPCRELX, R_X86_64_CODE_6_GOTTPOFF and R_X86_64_CODE_6_GOTPC32_TLSDESC. - Deprecates relocation types: R_X86_64_GOTPLT64, R_X86_64_PC32_BND, R_X86_64_PLT32_BND. These symbols have been moved to the list of obsolete relocation types. - Adds comments marking ranges of deprecated relocation types. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |