From: <jk...@us...> - 2025-02-01 12:54:47
|
Revision: 4141 http://sourceforge.net/p/elftoolchain/code/4141 Author: jkoshy Date: 2025-02-01 12:54:45 +0000 (Sat, 01 Feb 2025) Log Message: ----------- elfconstants: Update RISCV relocation types. This change: - Adds new relocation types: TLSDESC, GOT32_PCREL, PLT32, SET_ULEB128, SUB_ULEB128, TLSDESC_HI20, TLSDESC_LOAD_LO12, TLSDESC_ADD_LO12, TLSDESC_CALL, and VENDOR. - Removes relocation types not present in the official RISC-V ABI specification: GNU_VTINHERIT, GNU_VTENTRY, RVC_LUI, GPREL_I, GPREL_S, TPREL_I and TPREL_S. These symbols have been moved to the list of obsolete relocation types. - Adds comments marking reserved ranges of relocation type values. - Adds a link to reference documentation for the RISCV ABI. 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. |