Introducing ELF2.0

The Cuthour cuthour@gmail.com
Tue Jan 28 04:56:05 GMT 2025


 >> 1. ** Dynamic Offset Resolution:**
>> 2. ** Advanced Symbol Resolution:**
>>     - ELF2.0 not only resolves symbols by locating their
>> definitions across files but also performs arithmetic
>> operations on the offsets. The arithmetic information
>> is stored in Reverse Polish Notation (RPN), enabling
>> efficient and accurate calculations during the linking
>> phase.
> 
> See also the "complex relocation" capability that's been in elfutils for
> a long long time, but not widely used by actual ports.  This capability
> was added in 2007ish for a target ("mep") whose instruction set was
> itself configurable.  See BSF_RELC, STT_RELC etc.

Thank you.
Is there a syntax to write that in gas?




More information about the Binutils mailing list