[PATCH] D13815: [ELF2] Add support for Gnu Hash section

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 17 09:43:30 PDT 2015


Thanks for the comment! I'm planning to check it a bit later and address 
as a separate patch.

Anyway, any information is welcome. Do you know any other architectures 
to check?

On 16.10.2015 23:13, Joerg Sonnenberger via llvm-commits wrote:
> On Fri, Oct 16, 2015 at 04:57:31PM +0000, Igor Kudrin via llvm-commits wrote:
>> This patch implements --hash-style command line switch.
>> * By default, or with "sysv" or "both" parameters the linker generates a standard ELF hash section.
>> * With "gnu" or "both" it produces Gnu-style hash section.
> Be careful that some architectures like MIPS cannot support GNU-style
> hashes.
>
> Joerg
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list