[llvm-dev] RFC - a proposal to support additional symbol metadata in ELF object files in the ARM compiler

John Reagan via llvm-dev llvm-dev at lists.llvm.org
Tue Apr 30 12:54:50 PDT 2019


>>
>> Hello All,
>>
>>
>>
>> In ARM embedded applications, there are some compilers that support useful function and variable attributes that help the compiler communicate information about symbols to downstream object consumers (i.e. linkers).
>>
>>
>>
>> One such attribute is the “location” attribute. This attribute can be applied to a global or local static data object or a function to indicate to the linker that the definition of the data object or function should be placed at a specific address in memory.
>>

Can that be applied to a section as well?

Would putting it in an ABS section be a way to communicate it?




-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190430/2af458b9/attachment.sig>


More information about the llvm-dev mailing list