[ELF2] target specific section order

Easwaran, Shankar via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 14:14:24 PDT 2015


I agree.

On 10/14/2015 3:17 PM, Rafael EspĂ­ndola wrote:
> I would suggest staring hexagon support where other arches started: a
> simple assembly program that defines _start and calls the exit
> syscall.
>
> Cheers,
> Rafael
>
>
> On 13 October 2015 at 17:32, Easwaran, Shankar <shankare at codeaurora.org> wrote:
>> Hi,
>>
>> Architectures like Hexagon needs specific placements of sections as required
>> by the ABI. Examples of such sections are small data, and section .start
>> that need to be at the very beginning ?
>>
>> Can I add a function to override  the Default Section order to the one that
>> the target can override with ?
>>
>> Shankar Easwaran



More information about the llvm-commits mailing list